|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.core.interfaces.Configuration
org.apache.manifoldcf.core.system.ManifoldCFConfiguration
public class ManifoldCFConfiguration
This class represents the configuration data read from the main ManifoldCF configuration XML file.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Fields inherited from class org.apache.manifoldcf.core.interfaces.Configuration |
|---|
children, JSON_ATTRIBUTE, JSON_CHILDREN, JSON_TYPE, JSON_VALUE, readOnly, rootNodeLabel |
| Constructor Summary | |
|---|---|
ManifoldCFConfiguration()
Constructor. |
|
ManifoldCFConfiguration(java.io.InputStream xmlStream)
Construct from XML. |
|
| Method Summary | |
|---|---|
protected Configuration |
createNew()
Create a new object of the appropriate class. |
| Methods inherited from class org.apache.manifoldcf.core.interfaces.Configuration |
|---|
addChild, addOuterNode, clearChildren, clearOuterNodes, createDuplicate, createNewNode, equals, findChild, fromJSON, fromXML, fromXML, getChildCount, hashCode, initializeFromDoc, makeReadOnly, processObject, processObject, readNode, readNode, removeChild, removeOuterNode, toJSON, toXML, writeNode, writeNode |
| 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 ManifoldCFConfiguration()
public ManifoldCFConfiguration(java.io.InputStream xmlStream)
throws ManifoldCFException
xmlStream - is the input XML stream.
ManifoldCFException| Method Detail |
|---|
protected Configuration createNew()
createNew in class Configuration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||