Class CollectorSetup
java.lang.Object
de.iip_ecosphere.platform.support.setup.AbstractSetup
de.iip_ecosphere.platform.support.collector.CollectorSetup
- All Implemented Interfaces:
PluginsSetup
Collector setup information.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsFields inherited from class de.iip_ecosphere.platform.support.setup.AbstractSetup
DEFAULT_FNAME, DEFAULT_NAME, DEFAULT_OVERRIDE_FNAME, PARAM_PLUGINS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data directory of the collector.voidsetDataDir(String dataDir) Changes the data directory of the collector.Methods inherited from class de.iip_ecosphere.platform.support.setup.AbstractSetup
getDefaultFileName, getPluginsFolder, isNotEmpty, readFromYaml, readFromYaml, readFromYaml, readFromYaml, readFromYaml, readFromYamlWithPath, readFromYamlWithPath, readFromYamlWithPath, readFromYamlWithPath, readMappingFromYaml, readMappingFromYaml, setDefaultFileName, setPluginsFolder, setPluginsFolderFile
-
Field Details
-
dataDir
-
-
Constructor Details
-
CollectorSetup
public CollectorSetup()
-
-
Method Details
-
getDataDir
Returns the data directory of the collector.- Returns:
- the data directory
-
setDataDir
Changes the data directory of the collector. [snakeyaml]- Parameters:
dataDir- the data directory
-