Uses of Class
legolas.runtime.core.interfaces.RuntimeEnvironment
-
Packages that use RuntimeEnvironment Package Description legolas.runtime.core.interfaces legolas.starter.api.interfaces -
-
Uses of RuntimeEnvironment in legolas.runtime.core.interfaces
Methods in legolas.runtime.core.interfaces that return RuntimeEnvironment Modifier and Type Method Description RuntimeEnvironmentRunningEnvironment. runtimeEnvironment()static RuntimeEnvironmentRuntimeEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeEnvironment[]RuntimeEnvironment. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RuntimeEnvironment in legolas.starter.api.interfaces
Methods in legolas.starter.api.interfaces with parameters of type RuntimeEnvironment Modifier and Type Method Description voidStarter. start(RuntimeEnvironment runtimeEnvironment)
-