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.BasicContainerDescriptorA test container descriptor.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description MyContainerDesciptor(java.lang.String id, java.lang.String name, de.iip_ecosphere.platform.support.iip_aas.Version version, java.net.URI uri)Creates a container descriptor instance.
-
Method Summary
-
-
-
Constructor Detail
-
MyContainerDesciptor
MyContainerDesciptor(java.lang.String id, java.lang.String name, de.iip_ecosphere.platform.support.iip_aas.Version version, java.net.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:
java.lang.IllegalArgumentException- ifid,name,versionoruriis invalid, e.g., null or empty
-
-