com.google.code.tempusfugit
Class CompositeFactory<T>

java.lang.Object
  extended by com.google.code.tempusfugit.CompositeFactory<T>
All Implemented Interfaces:
Factory<T>

public class CompositeFactory<T>
extends Object
implements Factory<T>

Since:
1.1

Constructor Summary
CompositeFactory(Factory<T>... factories)
           
 
Method Summary
 T create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeFactory

public CompositeFactory(Factory<T>... factories)
Method Detail

create

public T create()
         throws FactoryException
Specified by:
create in interface Factory<T>
Throws:
FactoryException


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.