|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.core.interfaces.ConfigurationNode
org.apache.manifoldcf.core.interfaces.ConfigNode
public class ConfigNode
This class represents a node in a repository configuration structure. Its existence apart from ConfigurationNode is largely a relic.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Fields inherited from class org.apache.manifoldcf.core.interfaces.ConfigurationNode |
|---|
attributes, children, readOnly, type, value |
| Constructor Summary | |
|---|---|
ConfigNode(ConfigurationNode source)
Copy constructor. |
|
ConfigNode(java.lang.String type)
Constructor. |
|
| Method Summary | |
|---|---|
protected ConfigurationNode |
createNewNode()
Create a new node of this same type and class. |
protected ConfigurationNode |
createNewNode(ConfigurationNode source)
Make a new node that is a copy of the specified node. |
ConfigNode |
duplicate(boolean readOnly)
Duplicate. |
ConfigNode |
getChild(int index)
Get child n. |
| Methods inherited from class org.apache.manifoldcf.core.interfaces.ConfigurationNode |
|---|
addChild, createDuplicate, equals, findChild, getAttributeCount, getAttributes, getAttributeValue, getChildCount, getType, getValue, hashCode, makeReadOnly, removeChild, setAttribute, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
| Constructor Detail |
|---|
public ConfigNode(java.lang.String type)
public ConfigNode(ConfigurationNode source)
| Method Detail |
|---|
protected ConfigurationNode createNewNode()
createNewNode in class ConfigurationNodeprotected ConfigurationNode createNewNode(ConfigurationNode source)
createNewNode in class ConfigurationNodepublic ConfigNode duplicate(boolean readOnly)
public ConfigNode getChild(int index)
index - is the child number.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||