Uses of Enum Class
org.eclipse.osgi.container.Module.StartOptions
Packages that use Module.StartOptions
- 
Uses of Module.StartOptions in org.eclipse.osgi.containerMethods in org.eclipse.osgi.container that return Module.StartOptionsModifier and TypeMethodDescriptionstatic Module.StartOptionsReturns the enum constant of this class with the specified name.static Module.StartOptions[]Module.StartOptions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.osgi.container with parameters of type Module.StartOptionsModifier and TypeMethodDescriptionbooleanModule.StartOptions.isContained(Module.StartOptions... options) Tests if this option is contained in the specified optionsvoidModule.start(Module.StartOptions... options) Starts this modulevoidSystemModule.start(Module.StartOptions... options) 
- 
Uses of Module.StartOptions in org.eclipse.osgi.framework.utilMethods in org.eclipse.osgi.framework.util with parameters of type Module.StartOptionsModifier and TypeMethodDescriptionvoidSecureAction.start(Module module, Module.StartOptions... options) Starts a module.