|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Plugin
Plugins are first class objects that represent a bundled set of system objects, as well as other data. System objects that are children of plugins are:
Method Summary | |
---|---|
java.security.cert.Certificate |
getCertificate()
Returns the certificate used to sign the plugin. |
java.lang.String |
getCertificateText()
Returns the a string representation of the certificate used to sign the plugin. |
ComponentIDSet |
getComponents()
Returns the a list of components owned by this plugin. |
ComponentTypeRefIDSet |
getComponentTypes()
Returns the a list of component types owned by this plugin. |
java.lang.String |
getCustomPagePath()
Returns the path to the transformed UI descriptor included in the plugin. |
PluginIDSet |
getDependencies()
Returns a list of plugins on which this plugin depends. |
java.lang.String |
getDescription()
Returns the description of this object. |
FolderIDSet |
getFolders()
Returns the a list of folders owned by this plugin. |
HostSearchIDSet |
getHostSearches()
Returns the a list of host searches owned by this plugin. |
HostSetIDSet |
getHostSets()
Returns the a list of host sets owned by this plugin. |
HostTypeIDSet |
getHostTypes()
Returns the a list of host types owned by this plugin. |
java.lang.String |
getIconPath()
Returns the path (on disk) to the navigation bar icon included in the plugin. |
PluginID |
getID()
Returns the ID of this object, or null if this object. |
java.lang.String |
getMenuItem()
Returns the menu item name associated with the plugin. |
java.lang.String |
getMenuOrder()
Returns the menu order of this plugin. |
java.lang.String |
getName()
Returns the name of this object. |
ExecutionPlanIDSet |
getPlans()
Returns the a list of plans owned by this plugin. |
java.lang.String |
getReadMeText()
Returns the contents as a String of the readme file included in the plugin. |
SystemServiceRefIDSet |
getSystemServices()
Returns the a list of system services owned by this plugin. |
java.lang.String |
getVendor()
Returns the vendor associated with this plugin. |
VersionNumber |
getVersionNumber()
Returns the (user defined) version of this plugin. |
Method Detail |
---|
PluginID getID()
VersionNumber getVersionNumber()
java.lang.String getMenuOrder()
java.lang.String getMenuItem()
java.lang.String getVendor()
java.lang.String getReadMeText()
ComponentIDSet getComponents()
ExecutionPlanIDSet getPlans()
HostTypeIDSet getHostTypes()
HostSearchIDSet getHostSearches()
HostSetIDSet getHostSets()
FolderIDSet getFolders()
ComponentTypeRefIDSet getComponentTypes()
SystemServiceRefIDSet getSystemServices()
java.lang.String getCustomPagePath()
java.security.cert.Certificate getCertificate()
java.lang.String getIconPath()
PluginIDSet getDependencies()
java.lang.String getCertificateText()
java.lang.String getName()
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |