Uses of Class
de.iip_ecosphere.platform.ecsRuntime.EcsSetup
Packages that use EcsSetup
Package
Description
Interfaces and basic implementation of the ECS runtime.
-
Uses of EcsSetup in de.iip_ecosphere.platform.ecsRuntime
Fields in de.iip_ecosphere.platform.ecsRuntime declared as EcsSetupMethods in de.iip_ecosphere.platform.ecsRuntime with type parameters of type EcsSetupModifier and TypeMethodDescriptionstatic <C extends EcsSetup>
CEcsSetup.readConfiguration(Class<C> cls) Reads aEcsSetupinstance fromAbstractSetup.DEFAULT_FNAMEin the root folder of the jar/classpath.Methods in de.iip_ecosphere.platform.ecsRuntime that return EcsSetupModifier and TypeMethodDescriptionEcsFactoryDescriptor.getConfiguration()Returns the configuration instance.static EcsSetupEcsFactory.getSetup()Returns the actual setup instance for the implementing container manager.static EcsSetupEcsSetup.readConfiguration()Reads aEcsSetupinstance fromAbstractSetup.DEFAULT_FNAMEin the root folder of the jar/classpath.