org.gjt.rec.util
Interface ObjectFactory


public interface ObjectFactory

Generic interface for treating objects that create other objects polymorphically.


Field Summary
static String COPYRIGHT
           
static String LICENSE
           
static String REVISION
           
 
Method Summary
 Object newObject()
          Instructs this factory to create one of its objects.
 

Field Detail

COPYRIGHT

public static final String COPYRIGHT
See Also:
Constant Field Values

LICENSE

public static final String LICENSE
See Also:
Constant Field Values

REVISION

public static final String REVISION
See Also:
Constant Field Values
Method Detail

newObject

public Object newObject()
Instructs this factory to create one of its objects.

Returns:
the newly created object