|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.model.SystemStartHere
It all begins RIGHT HERE!
| Constructor Summary | |
|---|---|
SystemStartHere()
|
|
| Method Summary | |
|---|---|
static ISystemProfile[] |
getActiveSystemProfiles()
Return all active profiles. |
static IHost[] |
getConnections()
STEP 2a. |
static IHost[] |
getConnectionsBySubSystemConfiguration(ISubSystemConfiguration subsystemConfiguration)
STEP 2c. |
static IHost[] |
getConnectionsBySubSystemConfiguration(String subsystemConfigurationId)
STEP 2d. |
static IHost[] |
getConnectionsBySystemType(String systemType)
STEP 2b. |
static ISubSystem |
getSubSystem(String subsystemConfigurationId,
IHost connection)
STEP 3c. |
static ISubSystemConfiguration |
getSubSystemConfiguration(String subsystemConfigurationId)
Miscallenous Helper. |
static ISubSystem[] |
getSubSystems(String subsystemConfigurationId)
STEP 3a. |
static ISubSystem[] |
getSubSystems(String subsystemConfigurationId,
IHost connection)
STEP 3b. |
static ISystemProfileManager |
getSystemProfileManager()
Miscallenous Helper. |
static ISystemRegistry |
getSystemRegistry()
STEP 1. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemStartHere()
| Method Detail |
public static ISystemRegistry getSystemRegistry()
SAME AS: RSEUIPlugin.getTheSystemRegistry
public static IHost[] getConnections()
SAME AS: getSystemRegistry().getConnections()
getConnectionsBySystemType(String)public static IHost[] getConnectionsBySystemType(String systemType)
SAME AS: getSystemRegistry().getConnectionsBySystemType(systemType)
systemType - One of the system types defined via system type extension point:
IRSESystemType,
ISystemRegistry.getHostsBySystemType(String)public static IHost[] getConnectionsBySubSystemConfiguration(ISubSystemConfiguration subsystemConfiguration)
SAME AS: getSystemRegistry().getConnectionsBySubSystemConfiguration(subsystemConfiguration)
subsystemConfiguration - A subsystem configuration object.ISystemRegistry.getHostsBySubSystemConfiguration(ISubSystemConfiguration),
getConnectionsBySubSystemConfiguration(String)public static IHost[] getConnectionsBySubSystemConfiguration(String subsystemConfigurationId)
SAME AS: getSystemRegistry().getConnectionsBySubSystemConfiguration(getSubSystemConfiguration(subsystemConfigurationId))
subsystemConfigurationId - The id of the subsystem configuration as given in its plugin.xml id attribute for the subsystemConfigurations extension pointgetSubSystemConfiguration(String),
getConnectionsBySubSystemConfiguration(ISubSystemConfiguration)public static ISubSystem[] getSubSystems(String subsystemConfigurationId)
SAME AS: getSystemRegistry().getSubSystems(subsystemConfigurationId)
subsystemConfigurationId - The subsystem configuration id as given in its plugin.xml id attribute for the subsystemConfigurations extension pointISystemRegistry.getSubSystems(String),
ISubSystemConfiguration.getId()
public static ISubSystem[] getSubSystems(String subsystemConfigurationId,
IHost connection)
SAME AS: getSystemRegistry().getSubSystems(subsystemConfigurationId, connection)
subsystemConfigurationId - The subsystem configuration id as given in its plugin.xml id attribute for the subsystemConfigurations extension pointconnection - The connection object you wish to get the subsystems for. Typically there is only one subsystem per object.ISystemRegistry.getSubSystems(String, IHost),
ISubSystemConfiguration.getId()
public static ISubSystem getSubSystem(String subsystemConfigurationId,
IHost connection)
getSubSystems(String,IHost) by used when you know
the subsystem configuration only supports a single subsystem per connection.
subsystemConfigurationId - The subsystem configuration id as given in its plugin.xml id attribute for the subsystemConfigurations extension pointconnection - The connection object you wish to get the subsystems for. Typically there is only one subsystem per object.getSubSystems(String, IHost),
ISubSystemConfiguration.getId()public static ISubSystemConfiguration getSubSystemConfiguration(String subsystemConfigurationId)
SAME AS: getSystemRegistry().getSubSystemConfiguration(subsystemConfigurationId)
subsystemConfigurationId - The id of the subsystem configuration as given in its plugin.xml id attribute for the subsystemConfigurations extension pointpublic static ISystemProfileManager getSystemProfileManager()
getSystemRegistry().getSystemProfileManager()
public static ISystemProfile[] getActiveSystemProfiles()
A team might have many profiles, at least one per developer. However, typically only one or two are activated at a time, and we only return connections for those which are active.
SAME AS: getSystemRegistry().getActiveSystemProfiles()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||