Class AasBasedSetup
java.lang.Object
de.iip_ecosphere.platform.support.setup.AbstractSetup
de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup
public class AasBasedSetup
extends de.iip_ecosphere.platform.support.setup.AbstractSetup
ECS runtime configuration (poor man's spring approach). Implementing components shall extend this class and add
their specific configuration settings. Subclasses must have a no-arg constructor and getters/setters for all
configuration values.
- 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
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
-
aas
-
-
Constructor Details
-
AasBasedSetup
public AasBasedSetup()
-
-
Method Details
-
getAas
Returns the AAS setup.- Returns:
- the AAS setup
-
setAas
Defines the AAS setup.- Parameters:
aas- the AAS setup
-