|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.core.subsystems.AbstractResource
public abstract class AbstractResource
This class can be used as the base class for model objects that represent remote resources returned from the subsystem via resolveFilterStrings. Its advantages are:
Constructor Summary | |
---|---|
AbstractResource()
Constructor. |
|
AbstractResource(ISubSystem parentSubSystem)
Default constructor |
Method Summary | |
---|---|
Object |
getAdapter(Class adapter)
|
ISubSystem |
getSubSystem()
Returns the parent SubSystem which produced this remote resource. |
void |
setSubSystem(ISubSystem parentSubSystem)
Resets the parent SubSystem. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractResource(ISubSystem parentSubSystem)
public AbstractResource()
setSubSystem(ISubSystem)
Method Detail |
---|
public Object getAdapter(Class adapter)
getAdapter
in interface IAdaptable
IAdaptable.getAdapter(Class)
public ISubSystem getSubSystem()
public void setSubSystem(ISubSystem parentSubSystem)
parentSubSystem
- The parentSubSystem to set
|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |