com.google.code.tempusfugit
Class CompositeFactory<T>
java.lang.Object
com.google.code.tempusfugit.CompositeFactory<T>
- All Implemented Interfaces:
- Factory<T>
public class CompositeFactory<T>
- extends Object
- implements Factory<T>
- Since:
- 1.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeFactory
public CompositeFactory(Factory<T>... factories)
create
public T create()
throws FactoryException
- Specified by:
create
in interface Factory<T>
- Throws:
FactoryException
Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.