public abstract class AbstractPropertiesNode extends Object implements AppPropertiesNode
| Constructor and Description |
|---|
AbstractPropertiesNode(String type) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getUserObject(String n) |
AppPropertiesNodeFolder |
parent() |
void |
putUserObject(String n,
Object value) |
String |
toString() |
AppPropertiesTree |
tree() |
String |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitname, objectpublic AbstractPropertiesNode(String type)
public Object getUserObject(String n)
getUserObject in interface AppPropertiesNodepublic void putUserObject(String n, Object value)
putUserObject in interface AppPropertiesNodepublic AppPropertiesTree tree()
tree in interface AppPropertiesNodepublic AppPropertiesNodeFolder parent()
parent in interface AppPropertiesNodepublic String type()
type in interface AppPropertiesNodeCopyright © 2021 vpc open source initiative. All rights reserved.