public class CompositeFactory<T> extends Object implements Factory<T>
CompositeFactory(Factory<T>... factories)
T
create()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CompositeFactory(Factory<T>... factories)
public T create() throws FactoryException
create
Factory<T>
FactoryException
Copyright © 2009–2018 tempus-fugit committers. All rights reserved.