Uses of Enum Class
org.eclipse.osgi.container.Module.StopOptions
-
Uses of Module.StopOptions in org.eclipse.osgi.container
Modifier and TypeMethodDescriptionstatic Module.StopOptions
Returns the enum constant of this class with the specified name.static Module.StopOptions[]
Module.StopOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Module.StopOptions.isContained
(Module.StopOptions... options) Tests if this option is contained in the specified optionsvoid
Module.stop
(Module.StopOptions... options) Stops this module.void
SystemModule.stop
(Module.StopOptions... options)