Class FileOutputConfig
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<ParameterEnum,java.lang.String>
-
- org.apache.manifoldcf.agents.output.filesystem.FileOutputParam
-
- org.apache.manifoldcf.agents.output.filesystem.FileOutputConfig
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<ParameterEnum,java.lang.String>
public class FileOutputConfig extends FileOutputParam
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileOutputConfig(org.apache.manifoldcf.core.interfaces.ConfigParams params)Build a set of ElasticSearchParameters by reading ConfigParams.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcontextToConfig(org.apache.manifoldcf.core.interfaces.IPostParameters variableContext, org.apache.manifoldcf.core.interfaces.ConfigParams parameters)-
Methods inherited from class org.apache.manifoldcf.agents.output.filesystem.FileOutputParam
buildMap
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-