com.ibm.ftt.resources.core.physical
Interface IResourceRoot

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IContainer, IPhysicalContainer, IPhysicalResource
All Known Subinterfaces:
ZOSCatalog

public interface IResourceRoot
extends IPhysicalContainer

The IResourceRoot is an interface for a root object for a particular system in the resource model.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 IOSImage getSystem()
          Returns the system this resource root belongs to.
 
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

getSystem

IOSImage getSystem()
Returns the system this resource root belongs to.

Returns:
operating system image
See Also:
IOSImage.getRoot(), IPhysicalResource.getSystem()