Interface ContainerDescriptor

All Known Implementing Classes:
BasicContainerDescriptor

public interface ContainerDescriptor
Describes a container.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the container id.
    The name of the container.
    Returns the state the container is currently in.
    Returns the canonical URI the descriptor was loaded from.
    de.iip_ecosphere.platform.support.Version
    The 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