Interface EcsFactoryDescriptor


public interface EcsFactoryDescriptor
A factory descriptor for Java Service loading.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Method Details

    • createContainerManagerInstance

      ContainerManager createContainerManagerInstance()
      Creates the container manager instance.
      Returns:
      the instance
    • getSetup

      EcsSetup getSetup()
      Returns the setup instance.
      Returns:
      the setup
    • getSetupClass

      Class<? extends EcsSetup> getSetupClass()
      Returns the class of getSetup().
      Returns:
      the class