com.ibm.ftt.resources.core.physicalfactory
Class PhysicalSystemRegistryFactory

java.lang.Object
  extended by com.ibm.ftt.resources.core.physicalfactory.PhysicalSystemRegistryFactory

public class PhysicalSystemRegistryFactory
extends Object

A class for obtaining the physical system registry.


Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
PhysicalSystemRegistryFactory()
           
 
Method Summary
static PhysicalSystemRegistry getSingleton()
          Gets a singleton instance of a PhysicalSystemRegistry implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPY_RIGHT

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

PhysicalSystemRegistryFactory

public PhysicalSystemRegistryFactory()
Method Detail

getSingleton

public static PhysicalSystemRegistry getSingleton()
Gets a singleton instance of a PhysicalSystemRegistry implementation.

A PhysicalSystemRegistry can be used to obtain any IOSImage defined in the workspace.

Returns:
a physical system registry