|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.electrotank.electroserver4.extensions.api.value.ExtensionComponentConfiguration
public class ExtensionComponentConfiguration
Object class that holds the configuration of a single
Plugin.
RoomConfiguration,
Plugin,
ExtensionLifeCycle| Constructor Summary | |
|---|---|
ExtensionComponentConfiguration()
Constructs a new (empty) instance of ExtensionComponentConfiguration. |
|
| Method Summary | |
|---|---|
void |
addVariables(EsObject object)
Add variables to the plugin. |
String |
getExtensionName()
Gets the name of the extension for the Plugin. |
String |
getHandle()
Gets the handle for the plugin. |
String |
getName()
Gets the name of the plugin. |
EsObject |
getVariables()
Gets the variables for the plugin. |
void |
setExtensionName(String extensionName)
Sets the name of the extension for the plugin. |
void |
setHandle(String pluginHandle)
Sets the handle for the plugin. |
void |
setName(String pluginName)
Sets the name of the plugin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtensionComponentConfiguration()
| Method Detail |
|---|
public String getExtensionName()
public void setExtensionName(String extensionName)
extensionName - name of the extensionpublic String getHandle()
public void setHandle(String pluginHandle)
pluginHandle - handlepublic String getName()
public void setName(String pluginName)
pluginName - namepublic EsObject getVariables()
public void addVariables(EsObject object)
object - EsObject containing variables to be added.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||