|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteResource
Abstract interface for a remote resource.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
boolean |
exists()
Returns true if this resource exists in the file system. |
IOSImage |
getSystem()
Returns the system associated with this resource. |
void |
goOffline()
Changes the state for this resource to offline. |
void |
goOnline()
Changes the state for this resource to online. |
boolean |
refersTo(IPhysicalResource physicalResource)
Returns true if this resource corresponds to the specified resource. |
| Methods inherited from interface com.ibm.ftt.projects.core.logical.ILogicalResource |
|---|
delete, deleteOverriddenPropertiesInCategory, deleteOverride, getCurrentPropertyGroup, getFullPath, getLogicalParent, getName, getOverriddenProperties, getPersistentProperty, getPhysicalResource, getResourcePublisher, getSessionProperty, getSubProject, refresh, remove, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
void goOffline()
throws OperationFailedException
OperationFailedException
void goOnline()
throws OperationFailedException
OperationFailedExceptionboolean refersTo(IPhysicalResource physicalResource)
physicalResource - the IPhysicalResource in question
true if this resource refers to the specified resource,
false otherwiseboolean exists()
true if the resource exists,
false otherwiseIOSImage getSystem()
IOSImage representing the system associated with this resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||