com.ibm.ftt.projects.core.logicalfactory
Class LogicalProjectRegistryFactory

java.lang.Object
  extended by com.ibm.ftt.projects.core.logicalfactory.LogicalProjectRegistryFactory

public class LogicalProjectRegistryFactory
extends Object

A factory for creating the logical project registry.


Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
LogicalProjectRegistryFactory()
           
 
Method Summary
static LogicalProjectRegistry getSingleton()
          Returns the singleton instance of the LogicalProjectRegistry implementation.
 

Field Detail

COPY_RIGHT

public static final String COPY_RIGHT
See Also:
Constant Field Values
Constructor Detail

LogicalProjectRegistryFactory

public LogicalProjectRegistryFactory()
Method Detail

getSingleton

public static LogicalProjectRegistry getSingleton()
Returns the singleton instance of the LogicalProjectRegistry implementation. The project registry contains all known logical projects

Returns:
the LogicalProjectRegistry instance
See Also:
LogicalProjectRegistry.getProjects()