|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface for a system type. Constants are defined for various system types. These constants are kept in sync with definitions in plugin.xml. This interface is not intended to be implemented by clients.
| Field Summary | |
|---|---|
static String |
SYSTEMTYPE_AIX
AIX system type, "AIX". |
static String |
SYSTEMTYPE_ISERIES
iSeries system type, "iSeries". |
static String |
SYSTEMTYPE_LINUX
Linux system type, "Linux". |
static String |
SYSTEMTYPE_LOCAL
Local system type, "Local". |
static String |
SYSTEMTYPE_PASE
PASE system type, "PASE". |
static String |
SYSTEMTYPE_POWER_LINUX
Power Linux type, "Power Linux". |
static String |
SYSTEMTYPE_UNIX
Unix system type, "Unix". |
static String |
SYSTEMTYPE_WINDOWS
Windows system type, "Windows". |
static String |
SYSTEMTYPE_ZSERIES
z/OS system type, "z/OS". |
static String |
SYSTEMTYPE_ZSERIES_LINUX
Power Linux type, "zSeries Linux". |
| Method Summary | |
|---|---|
Bundle |
getDefiningBundle()
Returns the bundle which is responsible for the definition of this system type. |
String |
getDescription()
Returns the description of the system type. |
String |
getId()
Returns the id of the system type. |
String |
getName()
Returns the name of the system type. |
String |
getProperty(String key)
Returns the property of this system type with the given key. |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Field Detail |
public static final String SYSTEMTYPE_LINUX
public static final String SYSTEMTYPE_POWER_LINUX
public static final String SYSTEMTYPE_ZSERIES_LINUX
public static final String SYSTEMTYPE_UNIX
public static final String SYSTEMTYPE_AIX
public static final String SYSTEMTYPE_PASE
public static final String SYSTEMTYPE_ISERIES
public static final String SYSTEMTYPE_LOCAL
public static final String SYSTEMTYPE_ZSERIES
public static final String SYSTEMTYPE_WINDOWS
| Method Detail |
public String getId()
public String getName()
public String getDescription()
public String getProperty(String key)
null is returned if there is no such key/value pair.
key - the name of the property to return
null if nonepublic Bundle getDefiningBundle()
null if none
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||