Interface EmbeddedDeployedContainer<D extends ConfigurationItem,​C extends ConfigurationItem>

    • Method Detail

      • getDeployable

        D getDeployable()
        Returns:
        The associated Deployable CI.
      • setDeployable

        void setDeployable​(D deployable)
        Parameters:
        deployable - The associated Deployable CI.
      • getContainer

        C getContainer()
        Returns:
        The target Container.
      • setContainer

        void setContainer​(C container)
        Parameters:
        container - The target Container.