Package org.eclipse.net4j.util.om
Schnittstelle OMBundle.DebugSupport
- Umschließende Schnittstelle:
OMBundle
public static interface OMBundle.DebugSupport
A facility for accessing OSGi
debug options
, whether OSGi is
running
or not.- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetDebugOption
(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)
-
Methodendetails
-
isDebugging
boolean isDebugging() -
setDebugging
void setDebugging(boolean debugging) -
getDebugOption
-
setDebugOption
-
getDebugOption
-
getDebugOption
-
setDebugOption
-
getDebugOption
-
setDebugOption
-