Uses of Enum Class
org.eclipse.osgi.container.Module.State
Packages that use Module.State
-
Uses of Module.State in org.eclipse.osgi.container
Fields in org.eclipse.osgi.container with type parameters of type Module.StateModifier and TypeFieldDescriptionstatic final EnumSet<Module.State> Module.ACTIVE_SETA set ofstatesthat indicate a module is active.static final EnumSet<Module.State> Module.RESOLVED_SETA set ofstatesthat indicate a module is resolved.Methods in org.eclipse.osgi.container that return Module.StateModifier and TypeMethodDescriptionfinal Module.StateModule.getState()Returns the currentstateof this module.static Module.StateReturns 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.