Interface EcsFactoryDescriptor
public interface EcsFactoryDescriptor
A factory descriptor for Java Service loading.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCreates the container manager instance.getSetup()Returns the setup instance.Returns the class ofgetSetup().
-
Field Details
-
PLUGIN_ID
- See Also:
-
PLUGIN_ID_PREFIX
- See Also:
-
-
Method Details
-
createContainerManagerInstance
ContainerManager createContainerManagerInstance()Creates the container manager instance.- Returns:
- the instance
-
getSetup
EcsSetup getSetup()Returns the setup instance.- Returns:
- the setup
-
getSetupClass
Returns the class ofgetSetup().- Returns:
- the class
-