protected static class FileOutputConnector.FileOutputSpecs extends FileOutputParam
| Modifier and Type | Field and Description |
|---|---|
static ParameterEnum[] |
SPECIFICATIONLIST |
| Constructor and Description |
|---|
FileOutputSpecs(org.apache.manifoldcf.core.interfaces.ConfigurationNode node)
Build a set of ElasticSearch parameters by reading an instance of
SpecificationNode.
|
FileOutputSpecs(java.lang.String versionString)
Build a set of parameters from a packed version string.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
contextToSpecNode(org.apache.manifoldcf.core.interfaces.IPostParameters variableContext,
org.apache.manifoldcf.core.interfaces.ConfigurationNode specNode,
int sequenceNumber) |
java.lang.String |
getRootPath() |
java.lang.String |
toVersionString() |
buildMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic static final ParameterEnum[] SPECIFICATIONLIST
public FileOutputSpecs(java.lang.String versionString)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
versionString - composed of "packed" output specification parameters.org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic FileOutputSpecs(org.apache.manifoldcf.core.interfaces.ConfigurationNode node)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
node - org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic static void contextToSpecNode(org.apache.manifoldcf.core.interfaces.IPostParameters variableContext,
org.apache.manifoldcf.core.interfaces.ConfigurationNode specNode,
int sequenceNumber)
variableContext - specNode - public java.lang.String toVersionString()
public java.lang.String getRootPath()