|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.SystemSubSystemHelpers
Static helpers to make it easier to get subsystems and subsystem factories
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemSubSystemHelpers()
Constructor for SystemSubSystemHelpers. |
Method Summary | |
---|---|
static RemoteCmdSubSystem |
getCommandsSubSystem(SystemConnection connection)
Given a system connection, return the first Commands subsystem. |
static RemoteCmdSubSystemFactory |
getCommandsSubSystemFactory(SystemConnection connection)
Return the singleton instance of the first command subsystem factory, given a connection |
static RemoteFileSubSystem |
getFilesSubSystem(SystemConnection connection)
Given a system connection, return the first Files subsystem. |
static RemoteFileSubSystemFactory |
getFilesSubSystemFactory(SystemConnection connection)
Return the singleton instance of the first files subsystem factory, given a connection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemSubSystemHelpers()
Method Detail |
public static RemoteFileSubSystem getFilesSubSystem(SystemConnection connection)
public static RemoteCmdSubSystem getCommandsSubSystem(SystemConnection connection)
public static RemoteFileSubSystemFactory getFilesSubSystemFactory(SystemConnection connection)
public static RemoteCmdSubSystemFactory getCommandsSubSystemFactory(SystemConnection connection)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |