|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface to SubSystemConfigurationExtension class Internal use, not likely you will ever need to use it or access it directly.
| Method Summary | |
|---|---|
boolean |
appliesToSystemType(String type)
Test if the given system type matches one or more of the type names declared in the systemTypes attribute of this extension. |
String |
getCategory()
Return value of the category xml attribute. |
String |
getDescription()
Return value of the description xml attribute. |
String |
getId()
Return value of the id xml attribute. |
String |
getName()
Return value of the name xml attribute. |
int |
getPriority()
Returns the priority of the subsystem configuration. |
ISubSystemConfiguration |
getSubSystemConfiguration()
Return the subsystem factory singleton instance. |
String[] |
getSystemTypes()
Return value of the systemTypes xml attribute. |
String |
getVendor()
Return value of the vendor xml attribute. |
boolean |
isSubSystemConfigurationActive()
Return true if the subsystem factory has been instantiated yet |
void |
reset()
Reset for a full refresh from disk, such as after a team synch. |
void |
restore()
After a reset, restore from disk |
boolean |
supportsAllSystemTypes()
Return true if this factory supports all system types |
| Method Detail |
public String getName()
public String getDescription()
public String getId()
public String[] getSystemTypes()
public boolean supportsAllSystemTypes()
public String getVendor()
public String getCategory()
org.eclipse.rse.model.ISubSystemConfigurationCategoriespublic boolean isSubSystemConfigurationActive()
public int getPriority()
public ISubSystemConfiguration getSubSystemConfiguration()
public boolean appliesToSystemType(String type)
public void reset()
public void restore()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||