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 Details

    • isDebugging

      boolean isDebugging()
    • setDebugging

      void setDebugging(boolean debugging)
    • getDebugOption

      String getDebugOption(String option)
    • setDebugOption

      void setDebugOption(String option, String value)
    • getDebugOption

      String getDebugOption(String option, String defaultValue)
    • getDebugOption

      boolean getDebugOption(String option, boolean defaultValue)
    • setDebugOption

      void setDebugOption(String option, boolean value)
    • getDebugOption

      int getDebugOption(String option, int defaultValue)
    • setDebugOption

      void setDebugOption(String option, int value)