|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.PluginState
public class PluginState
Abstract PluginState object, creates name and version out of the class
| Constructor Summary | |
|---|---|
PluginState(Plugin plugin)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPluginClassName()
Gets the class name of the plugin. |
java.lang.String |
getPluginVersion()
Gets the version of the plugin.. |
java.lang.String |
getUniqueId()
Gets the the unique id of the source plugin. |
java.lang.Object |
getValue(java.lang.String name)
Gets the property value with the given name. |
void |
setValue(java.lang.String name,
java.lang.Object value)
Stores a value with a given name in the properties table of the state object. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PluginState(Plugin plugin)
plugin - Plugin for which to create the state object for| Method Detail |
|---|
public java.lang.String getPluginClassName()
public java.lang.String getPluginVersion()
public java.lang.String getUniqueId()
public void setValue(java.lang.String name,
java.lang.Object value)
name - Property namevalue - Property valuepublic java.lang.Object getValue(java.lang.String name)
name - Key of the value to retrieve
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||