com.ibm.ftt.resources.zos.zosphysical
Interface ZOSCatalog

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IContainer, IPhysicalContainer, IPhysicalResource, IResourceRoot

public interface ZOSCatalog
extends IResourceRoot

The ZOSCatalog represents a catalog of data sets in a z/OS system.

This is a resource root of z/OS system image. An instance can be obtained from a ZOSSystemImage using getRoot() method.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 org.eclipse.core.runtime.IAdaptable findMemberInModel(String name)
          Finds a data set object contained by this catalog specified by given name.
 List getDatasets()
          Returns a list of data sets contained by this catalog.
 
Methods inherited from interface com.ibm.ftt.resources.core.physical.IResourceRoot
getSystem
 
Methods inherited from interface com.ibm.ftt.resources.core.physical.IContainer
exists, findMember, findMember, getMembers, members
 
Methods inherited from interface com.ibm.ftt.resources.core.physical.IPhysicalResource
delete, deleteOverriddenPropertiesInCategory, deleteOverride, exists, getCurrentPropertyGroup, getFullPath, getModificationStamp, getModificationStamp, getName, getOverriddenProperties, getParent, getPersistentProperty, getResourcePublisher, getSessionProperty, refresh, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

getDatasets

List getDatasets()
Returns a list of data sets contained by this catalog.

Returns:
the list of ZOSDataSet

findMemberInModel

org.eclipse.core.runtime.IAdaptable findMemberInModel(String name)
Finds a data set object contained by this catalog specified by given name.

Parameters:
name - the string containing the name of data set to find. The case will be ignored
Returns:
a ZOSDataSet object or null if not found