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.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 ZOSPartitionedDataSet getDataset()
          Returns a ZOSPartitionedDataSet object representing the partitioned data set which contains this member.
 FileCharacteristics getFileCharacteristics()
          Returns a FileCharacteristics object representing the file characteristics of this dataset member
 FileCharacteristics getFileCharacteristics(boolean force)
          Returns a FileCharacteristics object representing the file characteristics of this dataset member
 
Methods inherited from interface com.ibm.ftt.resources.zos.zosphysical.ZOSResource
copy, getCharset, getMVSFileMapping, getMVSFileMappingOverride, getName, getResourceIdentifier, setMVSFileMappingOverride
 
Methods inherited from interface com.ibm.ftt.resources.core.physical.IPhysicalFile
appendContent, appendContent, create, create, getCharset, getContents, getFileExtension, setContents, setContents, setFileExtension
 
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
 

Field Detail

COPY_RIGHT

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

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