Uses of Class
de.iip_ecosphere.platform.ecsRuntime.BasicContainerDescriptor
Packages that use BasicContainerDescriptor
Package
Description
Interfaces and basic implementation of the ECS runtime.
-
Uses of BasicContainerDescriptor in de.iip_ecosphere.platform.ecsRuntime
Methods in de.iip_ecosphere.platform.ecsRuntime that return BasicContainerDescriptorModifier and TypeMethodDescriptionstatic BasicContainerDescriptorBasicContainerDescriptor.readFromYaml(InputStream in, URI uri) Returns a DockerContainerDescriptor with a information from a yaml file.static BasicContainerDescriptorBasicContainerDescriptor.readFromYamlFile(File file) Returns a DockerContainerDescriptor with a information from a yaml file.Methods in de.iip_ecosphere.platform.ecsRuntime with parameters of type BasicContainerDescriptorModifier and TypeMethodDescriptionprotected voidAbstractContainerManager.setState(BasicContainerDescriptor container, ContainerState state) Changes the container state and notifiesEcsAas.