Class DockerSetup
java.lang.Object
de.iip_ecosphere.platform.support.setup.AbstractSetup
de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup
de.iip_ecosphere.platform.ecsRuntime.EcsSetup
de.iip_ecosphere.platform.ecsRuntime.docker.DockerSetup
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.setup.PluginsSetup
public class DockerSetup
extends de.iip_ecosphere.platform.ecsRuntime.EcsSetup
Implements the docker specific configuration. For configuration prerequisites, see
EcsSetup.- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.ecsRuntime.EcsSetup
de.iip_ecosphere.platform.ecsRuntime.EcsSetup.AbstractManagerSetup -
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 Docker configuration.static DockerSetupReads aDockerSetupinstance from aAbstractSetup.DEFAULT_FNAMEin the root folder of the jar/classpath.voidDefines Docker configuration.Methods inherited from class de.iip_ecosphere.platform.ecsRuntime.EcsSetup
getArtifactInfixes, getAutoOnOffboarding, getMonitoringUpdatePeriod, getNetMgr, getTransport, readConfiguration, readConfiguration, setArtifactInfixes, setAutoOnOffboarding, setMonitoringUpdatePeriod, setNetMgr, setTransportMethods inherited from class de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup
getAas, setAasMethods 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
-
docker
-
-
Constructor Details
-
DockerSetup
public DockerSetup()
-
-
Method Details
-
getDocker
Returns Docker configuration.- Returns:
- docker
-
setDocker
Defines Docker configuration. [required by SnakeYaml]- Parameters:
docker-
-
readFromYaml
Reads aDockerSetupinstance from aAbstractSetup.DEFAULT_FNAMEin the root folder of the jar/classpath.- Returns:
- configuration instance
-