|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.adaptc.mws.plugins.AbstractPluginInfo
public abstract class AbstractPluginInfo extends Object
Base class for plugin information. This is used internally and should not be extended directly.
Field Summary | |
---|---|
private String |
id
|
Constructor Summary | |
AbstractPluginInfo()
|
Method Summary | |
---|---|
Boolean
|
getAutoStart()
Retrieves whether or not the plugin starts automatically on initialization. |
Map
|
getConfig()
Retrieves the current configuration of the plugin as a Map of key-value pairs. |
String
|
getId()
Retrieves the unique identifier for the plugin. |
String
|
getPluginType()
Retrieves the plugin type, as in "Native". |
Integer
|
getPollInterval()
Retrieves the current polling interval of the plugin in seconds. |
PluginState
|
getState()
Retrieves the current state of the Plugin. |
String
|
getSubstate()
Retrieves the current substate of the Plugin. |
void
|
setId(String id)
Sets the unique identifier for the plugin. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private String id
Constructor Detail |
---|
AbstractPluginInfo()
Method Detail |
---|
public Boolean getAutoStart()
public Map getConfig()
public String getId()
public String getPluginType()
public Integer getPollInterval()
public PluginState getState()
public String getSubstate()
public void setId(String id)
id
- The new ID to set
Groovy Documentation