com.ibm.ftt.resources.zos.zosphysical
Interface ZOSDataSetMember
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, IPhysicalFile, IPhysicalResource, ZOSResource
public interface ZOSDataSetMember
- extends ZOSResource, IPhysicalFile
The ZOSDataSetMember interface represents a member of a
partitioned dataset on a z/OS system.
| Methods inherited from interface com.ibm.ftt.resources.core.physical.IPhysicalResource |
delete, deleteOverriddenPropertiesInCategory, deleteOverride, exists, getCurrentPropertyGroup, getFullPath, getModificationStamp, getModificationStamp, getOverriddenProperties, getParent, getPersistentProperty, getResourcePublisher, getSessionProperty, refresh, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty |
COPY_RIGHT
static final String COPY_RIGHT
- See Also:
- Constant Field Values
getDataset
ZOSPartitionedDataSet getDataset()
- Returns a
ZOSPartitionedDataSet object representing the
partitioned data set which contains this member.
- Returns:
- The
ZOSPartitionedDataSet object which contains this
file
getFileCharacteristics
FileCharacteristics getFileCharacteristics()
- Returns a
FileCharacteristics object representing the file characteristics of this dataset
member
- Returns:
- The
FileCharacteristics object for this file- See Also:
FileCharacteristics
getFileCharacteristics
FileCharacteristics getFileCharacteristics(boolean force)
- Returns a
FileCharacteristics object representing the file characteristics of this dataset
member
- Parameters:
force - If true, then the latest file information will be obtained
from the host. Otherwise cached information will be used.
- Returns:
- The
FileCharacteristics object for this file- See Also:
FileCharacteristics