|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecterland.util.ParameterStorageString
erland.util.ParameterStorageStringEx
public class ParameterStorageStringEx
Get, set or delete parameters stored in a string
Constructor Summary | |
---|---|
ParameterStorageStringEx(StorageInterface primaryStorage,
StorageInterface secondaryStorage)
Createa a storage object |
|
ParameterStorageStringEx(StorageInterface primaryStorage,
StorageInterface secondaryStorage,
String documentName)
Creates a storage object |
Method Summary | |
---|---|
protected StorageInterface |
getNodeAsStorage(XMLNode node,
String name)
Overridden so it returns the node itself |
protected void |
setNodeAsStorage(XMLNode node,
String name,
StorageInterface value)
Overridden so it sets the node itself |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParameterStorageStringEx(StorageInterface primaryStorage, StorageInterface secondaryStorage)
primaryStorage
- The storage object which the parameters should be read/write from/tosecondaryStorage
- The storage object which the parameters should be read from if they don't exist in the primaryStoragepublic ParameterStorageStringEx(StorageInterface primaryStorage, StorageInterface secondaryStorage, String documentName)
primaryStorage
- The storage object which the parameters should be read/write from/tosecondaryStorage
- The storage object which the parameters should be read from if they don't exist in the primaryStoragedocumentName
- The name of the section in the storage where parameters
are storedMethod Detail |
---|
protected StorageInterface getNodeAsStorage(XMLNode node, String name)
getNodeAsStorage
in class ParameterStorageString
node
- The node that matched the parameter namename
- The parameter name that was searched for
protected void setNodeAsStorage(XMLNode node, String name, StorageInterface value)
setNodeAsStorage
in class ParameterStorageString
node
- The node that matched the parameter namename
- The parameter name that was searched forvalue
- The value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |