Uses of Enum Class
org.eclipse.osgi.container.Module.State
-
Uses of Module.State in org.eclipse.osgi.container
Modifier and TypeFieldDescriptionstatic final EnumSet<Module.State>
Module.ACTIVE_SET
A set ofstates
that indicate a module is active.static final EnumSet<Module.State>
Module.RESOLVED_SET
A set ofstates
that indicate a module is resolved.Modifier and TypeMethodDescriptionfinal Module.State
Module.getState()
Returns the currentstate
of this module.static Module.State
Returns the enum constant of this class with the specified name.static Module.State[]
Module.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.