Class ManifoldCF.OverrideableManifoldCFConfiguration
- java.lang.Object
-
- org.apache.manifoldcf.core.interfaces.Configuration
-
- org.apache.manifoldcf.core.interfaces.ManifoldCFConfiguration
-
- org.apache.manifoldcf.core.system.ManifoldCF.OverrideableManifoldCFConfiguration
-
- All Implemented Interfaces:
IHierarchyParent
- Enclosing class:
- ManifoldCF
protected static class ManifoldCF.OverrideableManifoldCFConfiguration extends ManifoldCFConfiguration
For local properties (not shared!!), this class allows them to be overridden directly from the command line.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.manifoldcf.core.interfaces.Configuration
Configuration.JSONReader, Configuration.JSONWriter
-
-
Field Summary
-
Fields inherited from class org.apache.manifoldcf.core.interfaces.ManifoldCFConfiguration
_rcsid, ATTRIBUTE_NAME, ATTRIBUTE_VALUE, localProperties, NODE_PROPERTY
-
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 OverrideableManifoldCFConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProperty(java.lang.String s)-
Methods inherited from class org.apache.manifoldcf.core.interfaces.ManifoldCFConfiguration
createNew, fromXML, getBooleanProperty, getDoubleProperty, getIntProperty, getLongProperty, getPossiblyObfuscatedStringProperty, getStringProperty, parseProperties
-
Methods inherited from class org.apache.manifoldcf.core.interfaces.Configuration
addChild, addOuterNode, clearChildren, clearOuterNodes, createDuplicate, createNewNode, equals, findChild, fromJSON, fromXML, getChildCount, hashCode, initializeFromDoc, makeReadOnly, processObject, processObject, readNode, readNode, removeChild, removeOuterNode, toJSON, toString, toXML, writeNode, writeNode
-
-
-
-
Method Detail
-
getProperty
public java.lang.String getProperty(java.lang.String s)
- Overrides:
getPropertyin classManifoldCFConfiguration
-
-