|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.tools.cda.xpi.PluginConfiguration
public class PluginConfiguration
This is the container class for generic plugin configuration.
It allows to provide an arbitrary number of key/value pairs where the keys
must be strings and the values can be any object.
All keys are case-sensitive.
| Constructor Summary | |
|---|---|
PluginConfiguration()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.String key)
Returns the configuration object stored under the specified key or null if the key is unknown. |
java.lang.String[] |
getKeys()
Returns an array of all keys currently available in the configuration. |
void |
set(java.lang.String key,
java.lang.Object value)
Stores the given configuration object under the specified key. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginConfiguration()
| Method Detail |
|---|
public java.lang.Object get(java.lang.String key)
public void set(java.lang.String key,
java.lang.Object value)
public java.lang.String[] getKeys()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||