|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to SubSystemFactoryExtension class Internal use, not likely you will ever need to use it or access it directly.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
boolean |
appliesToSystemType(String type)
Test if the given system type matches one or more of the types declared in the systemtypes attribute of this extension. |
String |
getCategory()
Return value of the category xml attribute. |
String |
getId()
Return value of the id xml attribute. |
ImageDescriptor |
getImage()
Return value of the icon xml attribute. |
ImageDescriptor |
getLiveImage()
Return value of the iconlive xml attribute. |
String |
getName()
Return value of the name xml attribute. |
SubSystemFactory |
getSubSystemFactory()
Return the subsystem factory singleton instance. |
ISystem |
getSystemObject()
Return an instance of the ISystem class identified by the "systemClass" attribute of this subsystemFactory extension point. |
String[] |
getSystemTypes()
Return value of the systemtypes xml attribute. |
String |
getVendor()
Return value of the vendor xml attribute. |
boolean |
isSubSystemFactoryActive()
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 |
Field Detail |
public static final String copyright
Method Detail |
public String getName()
public String getId()
public String[] getSystemTypes()
public boolean supportsAllSystemTypes()
public String getVendor()
public String getCategory()
ISubSystemFactoryCategories
public ImageDescriptor getImage()
public ImageDescriptor getLiveImage()
public boolean isSubSystemFactoryActive()
public SubSystemFactory getSubSystemFactory()
public ISystem getSystemObject()
public boolean appliesToSystemType(String type)
public void reset()
public void restore()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |