Class Connectors
- java.lang.Object
-
- org.apache.manifoldcf.core.interfaces.Configuration
-
- org.apache.manifoldcf.crawler.interfaces.Connectors
-
- All Implemented Interfaces:
IHierarchyParent
public class Connectors extends Configuration
This class represents the configuration data read from the 'connectors.xml' file, which describes all the individual connector classes and their pretty names.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.manifoldcf.core.interfaces.Configuration
Configuration.JSONReader, Configuration.JSONWriter
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description Connectors()
Constructor.Connectors(java.io.InputStream xmlStream)
Construct from XML.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, toString, toXML, writeNode, writeNode
-
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Connectors
public Connectors()
Constructor.
-
Connectors
public Connectors(java.io.InputStream xmlStream) throws ManifoldCFException
Construct from XML.- Parameters:
xmlStream
- is the input XML stream.- Throws:
ManifoldCFException
-
-
Method Detail
-
createNew
protected Configuration createNew()
Create a new object of the appropriate class.- Overrides:
createNew
in classConfiguration
- Returns:
- the newly-created configuration object.
-
-