Interface Container

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Class<? extends Deployer> getDeployer()
      Returns the Deployer implementation capable of deploying applications to this container.
      String getName()
      Returns a human redeable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.
    • Method Detail

      • getDeployer

        Class<? extends Deployer> getDeployer()
        Returns the Deployer implementation capable of deploying applications to this container.
        Returns:
        the Deployer implementation
      • getName

        String getName()
        Returns a human redeable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.
        Returns:
        a human readable name for this container.