Class MyContainerDesciptor
java.lang.Object
de.iip_ecosphere.platform.ecsRuntime.BasicContainerDescriptor
test.de.iip_ecosphere.platform.ecsRuntime.MyContainerDesciptor
- All Implemented Interfaces:
de.iip_ecosphere.platform.ecsRuntime.ContainerDescriptor
class MyContainerDesciptor
extends de.iip_ecosphere.platform.ecsRuntime.BasicContainerDescriptor
A test container descriptor.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
ConstructorsConstructorDescriptionMyContainerDesciptor(String id, String name, de.iip_ecosphere.platform.support.Version version, URI uri) Creates a container descriptor instance. -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.ecsRuntime.BasicContainerDescriptor
getDockerImageZipfile, getId, getImageFile, getName, getState, getUri, getVersion, readFromYaml, readFromYamlFile, setDockerImageZipfile, setId, setImageFile, setName, setState, setUri, setVersion
-
Constructor Details
-
MyContainerDesciptor
MyContainerDesciptor(String id, String name, de.iip_ecosphere.platform.support.Version version, URI uri) Creates a container descriptor instance.- Parameters:
id- the container idname- the (file) name of the containerversion- the version of the containeruri- the URI where the descriptor was loaded from- Throws:
IllegalArgumentException- ifid,name,versionoruriis invalid, e.g., null or empty
-