org.gjt.rec.util
Interface ObjectFactory
- public interface ObjectFactory
Generic interface for treating objects that create other objects
polymorphically.
Method Summary |
Object |
newObject()
Instructs this factory to create one of its objects. |
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
newObject
public Object newObject()
- Instructs this factory to create one of its objects.
- Returns:
- the newly created object