Interface ContainerDescriptor
- All Known Implementing Classes:
BasicContainerDescriptor
public interface ContainerDescriptor
Describes a container.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the container id.getName()The name of the container.getState()Returns the state the container is currently in.getUri()Returns the canonical URI the descriptor was loaded from.de.iip_ecosphere.platform.support.VersionThe version of the container.
-
Method Details
-
getId
String getId()Returns the container id.- Returns:
- the container id
-
getName
String getName()The name of the container.- Returns:
- the name
-
getVersion
de.iip_ecosphere.platform.support.Version getVersion()The version of the container.- Returns:
- the version
-
getState
ContainerState getState()Returns the state the container is currently in.- Returns:
- the state
-
getUri
URI getUri()Returns the canonical URI the descriptor was loaded from.- Returns:
- the canonical URI
-