Package org.eclipse.net4j.util.om
Interface OMBundle.DebugSupport
- Enclosing interface:
- OMBundle
public static interface OMBundle.DebugSupport
A facility for accessing OSGi
debug options
, whether OSGi is
running
or not.- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptiongetDebugOption
(String option) boolean
getDebugOption
(String option, boolean defaultValue) int
getDebugOption
(String option, int defaultValue) getDebugOption
(String option, String defaultValue) boolean
void
setDebugging
(boolean debugging) void
setDebugOption
(String option, boolean value) void
setDebugOption
(String option, int value) void
setDebugOption
(String option, String value)
-
Method Details
-
isDebugging
boolean isDebugging() -
setDebugging
void setDebugging(boolean debugging) -
getDebugOption
-
setDebugOption
-
getDebugOption
-
getDebugOption
-
setDebugOption
-
getDebugOption
-
setDebugOption
-