Uses of Class
de.codecentric.reedelk.platform.module.state.ModuleState
-
Packages that use ModuleState Package Description de.codecentric.reedelk.platform.module de.codecentric.reedelk.platform.module.state -
-
Uses of ModuleState in de.codecentric.reedelk.platform.module
Methods in de.codecentric.reedelk.platform.module that return ModuleState Modifier and Type Method Description ModuleStateModule. state()ModuleStateState. state() -
Uses of ModuleState in de.codecentric.reedelk.platform.module.state
Methods in de.codecentric.reedelk.platform.module.state that return ModuleState Modifier and Type Method Description ModuleStateError. state()ModuleStateInstalled. state()ModuleStateResolved. state()ModuleStateStarted. state()ModuleStateStopped. state()ModuleStateUnresolved. state()static ModuleStateModuleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleState[]ModuleState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-