|
RSE Release 3.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(IRSESystemType type)
Test if the given system type matches one or more of the systemTypes attribute of this extension. |
String |
getCategory()
Return value of the category xml attribute. |
String |
getDeclaredSystemTypeIds()
Return value of the systemTypeIds xml attribute. |
Bundle |
getDeclaringBundle()
Returns the bundle which have declared the subsystem configuration associated with this proxy. |
String |
getDescription()
Return value of the description xml attribute. |
String |
getId()
Return value of the id xml attribute. |
URL |
getImageLocation()
|
URL |
getLiveImageLocation()
|
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. |
IRSESystemType[] |
getSystemTypes()
Returns the list of system types the subsystem configuration is supporting. |
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 getId()
public String getName()
public String getDescription()
public Bundle getDeclaringBundle()
public String getDeclaredSystemTypeIds()
public IRSESystemType[] getSystemTypes()
public boolean supportsAllSystemTypes()
public String getVendor()
public String getCategory()
ISubSystemConfigurationCategoriespublic boolean isSubSystemConfigurationActive()
public int getPriority()
public ISubSystemConfiguration getSubSystemConfiguration()
public boolean appliesToSystemType(IRSESystemType type)
public void reset()
public void restore()
public URL getImageLocation()
public URL getLiveImageLocation()
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||