public class Connectors extends Configuration
Configuration.JSONReader, Configuration.JSONWriter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
children, JSON_ATTRIBUTE, JSON_CHILDREN, JSON_TYPE, JSON_VALUE, readOnly, rootNodeLabel
Constructor and Description |
---|
Connectors()
Constructor.
|
Connectors(java.io.InputStream xmlStream)
Construct from XML.
|
Modifier and Type | Method and Description |
---|---|
protected Configuration |
createNew()
Create a new object of the appropriate class.
|
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
public static final java.lang.String _rcsid
public Connectors()
public Connectors(java.io.InputStream xmlStream) throws ManifoldCFException
xmlStream
- is the input XML stream.ManifoldCFException
protected Configuration createNew()
createNew
in class Configuration