com.ibm.ftt.resources.core.physicalfactory
Class PhysicalResourceFactoryFactory
java.lang.Object
com.ibm.ftt.resources.core.physicalfactory.PhysicalResourceFactoryFactory
public class PhysicalResourceFactoryFactory
- extends Object
A class that returns an instance of a physical resource factory appropriate
for the given object class types.
- See Also:
IPhysicalResourceFactory
|
Method Summary |
static IPhysicalResourceFactory |
getFactory(Class parentType,
Class childType)
Returns a physical resource factory for creating an instance of a child
of the specified type in a parent of the specified type. |
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
PhysicalResourceFactoryFactory
public PhysicalResourceFactoryFactory()
getFactory
public static IPhysicalResourceFactory getFactory(Class parentType,
Class childType)
- Returns a physical resource factory for creating an instance of a child
of the specified type in a parent of the specified type.
- Parameters:
parentType - the Class of container which is the parent of
the resource to be created by the factory; currently only
supports
ZOSCatalogchildType - the Class of the resource to be created by the
factory; currently only supports
ZOSPartitionedDataSet
- Returns:
- a factory instance for creating the specified type of resources