|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISubSystemConfigurationProxy
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 |
---|
String getId()
String getName()
String getDescription()
Bundle getDeclaringBundle()
String getDeclaredSystemTypeIds()
IRSESystemType[] getSystemTypes()
boolean supportsAllSystemTypes()
String getVendor()
String getCategory()
ISubSystemConfigurationCategories
boolean isSubSystemConfigurationActive()
int getPriority()
ISubSystemConfiguration getSubSystemConfiguration()
boolean appliesToSystemType(IRSESystemType type)
void reset()
void restore()
URL getImageLocation()
URL getLiveImageLocation()
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |