org.apache.commons.collections
Interface Factory


public interface Factory

Factory A simple interface that describes the most basic means of having the ability to create an object.

Since:
2.1
Version:
$Revision: 1.3 $
Author:
Arron Bates

Method Summary
 Object create()
          Simple method from which will come the new object from the factory.
 

Method Detail

create

public Object create()
Simple method from which will come the new object from the factory.
Returns:
Object reference to the new object.


Copyright © 2001-2002 Apache Software Foundation. Documenation generated October 21 2002.