Class LxcSetup
- java.lang.Object
-
- de.iip_ecosphere.platform.support.setup.AbstractSetup
-
- de.iip_ecosphere.platform.support.iip_aas.config.AbstractSetup
-
- de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup
-
- de.iip_ecosphere.platform.ecsRuntime.EcsSetup
-
- de.iip_ecosphere.platform.ecsRuntime.lxc.LxcSetup
-
public class LxcSetup extends de.iip_ecosphere.platform.ecsRuntime.EcsSetupImplements the LXC specific configuration. For configuration prerequisites, seeEcsSetup.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description LxcSetup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LxcgetLxc()Returns the LXC setup.static LxcSetupreadFromYaml()Reads aLxcSetupinstance from aAbstractSetup.DEFAULT_FNAMEin the root folder of the jar/classpath.voidsetLxc(Lxc lxc)Defines LXC setup.-
Methods inherited from class de.iip_ecosphere.platform.ecsRuntime.EcsSetup
getArtifactInfixes, getAutoOnOffboarding, getMonitoringUpdatePeriod, getNetMgr, getTransport, readConfiguration, readConfiguration, setArtifactInfixes, setAutoOnOffboarding, setMonitoringUpdatePeriod, setNetMgr, setTransport
-
-