|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.osgi.framework.debug.Debug
public class Debug
This class has debug constants which can be used by the Framework implementation and Adaptor implementations
Field Summary | |
---|---|
static boolean |
DEBUG
DEBUG flag. |
static boolean |
DEBUG_BUNDLE_TIME
Bundle time debug flag. |
static boolean |
DEBUG_ENABLED
Indicates if tracing is enabled |
static boolean |
DEBUG_EVENTS
Events debug flag. |
static boolean |
DEBUG_FILTER
Filter debug flag. |
static boolean |
DEBUG_GENERAL
General debug flag. |
static boolean |
DEBUG_LOADER
Loader debug flag. |
static boolean |
DEBUG_MANIFEST
Manifest debug flag. |
static boolean |
DEBUG_MESSAGE_BUNDLES
Message debug flag. |
static boolean |
DEBUG_PACKAGEADMIN
PackageAdmin debug flag. |
static boolean |
DEBUG_PACKAGEADMIN_TIMING
PackageAdmin timing debug flag. |
static boolean |
DEBUG_PACKAGES
Packages debug flag. |
static boolean |
DEBUG_SECURITY
Security debug flag. |
static boolean |
DEBUG_SERVICES
Services debug flag. |
static boolean |
DEBUG_STARTLEVEL
Start level debug flag. |
static java.lang.String |
ECLIPSE_OSGI
Base debug option key (org.eclispe.osgi). |
static boolean |
MONITOR_ACTIVATION
Monitor activation debug flag. |
static java.lang.String |
OPTION_DEBUG_BUNDLE_TIME
Bundle time Debug option key. |
static java.lang.String |
OPTION_DEBUG_EVENTS
Events Debug option key. |
static java.lang.String |
OPTION_DEBUG_FILTER
Filter Debug option key. |
static java.lang.String |
OPTION_DEBUG_GENERAL
General Debug option key. |
static java.lang.String |
OPTION_DEBUG_LOADER
Loader Debug option key. |
static java.lang.String |
OPTION_DEBUG_MANIFEST
Manifest Debug option key. |
static java.lang.String |
OPTION_DEBUG_MESSAGE_BUNDLES
Message bundles Debug option key. |
static java.lang.String |
OPTION_DEBUG_PACKAGEADMIN
PackageAdmin Debug option key. |
static java.lang.String |
OPTION_DEBUG_PACKAGEADMIN_TIMING
PackageAdmin timing Debug option key. |
static java.lang.String |
OPTION_DEBUG_PACKAGES
Packages Debug option key. |
static java.lang.String |
OPTION_DEBUG_SECURITY
Security Debug option key. |
static java.lang.String |
OPTION_DEBUG_SERVICES
Services Debug option key. |
static java.lang.String |
OPTION_DEBUG_STARTLEVEL
Start level Debug option key. |
static java.lang.String |
OPTION_MONITOR_ACTIVATION
Monitor activation Debug option key. |
static java.io.PrintStream |
out
The PrintStream to print debug messages to. |
Constructor Summary | |
---|---|
Debug()
|
Method Summary | |
---|---|
static void |
print(boolean x)
Prints x to the PrintStream |
static void |
print(char x)
Prints x to the PrintStream |
static void |
print(char[] x)
Prints x to the PrintStream |
static void |
print(double x)
Prints x to the PrintStream |
static void |
print(float x)
Prints x to the PrintStream |
static void |
print(int x)
Prints x to the PrintStream |
static void |
print(long x)
Prints x to the PrintStream |
static void |
print(java.lang.Object x)
Prints x to the PrintStream |
static void |
print(java.lang.String x)
Prints x to the PrintStream |
static void |
println(boolean x)
Prints x to the PrintStream |
static void |
println(char x)
Prints x to the PrintStream |
static void |
println(char[] x)
Prints x to the PrintStream |
static void |
println(double x)
Prints x to the PrintStream |
static void |
println(float x)
Prints x to the PrintStream |
static void |
println(int x)
Prints x to the PrintStream |
static void |
println(long x)
Prints x to the PrintStream |
static void |
println(java.lang.Object x)
Prints x to the PrintStream |
static void |
println(java.lang.String x)
Prints x to the PrintStream |
static void |
printStackTrace(java.lang.Throwable t)
Prints t to the PrintStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
public static boolean DEBUG_ENABLED
public static boolean DEBUG_GENERAL
public static boolean DEBUG_BUNDLE_TIME
public static boolean DEBUG_LOADER
public static boolean DEBUG_EVENTS
public static boolean DEBUG_SERVICES
public static boolean DEBUG_PACKAGES
public static boolean DEBUG_MANIFEST
public static boolean DEBUG_FILTER
public static boolean DEBUG_SECURITY
public static boolean DEBUG_STARTLEVEL
public static boolean DEBUG_PACKAGEADMIN
public static boolean DEBUG_PACKAGEADMIN_TIMING
public static boolean DEBUG_MESSAGE_BUNDLES
public static boolean MONITOR_ACTIVATION
public static final java.lang.String ECLIPSE_OSGI
public static final java.lang.String OPTION_DEBUG_GENERAL
public static final java.lang.String OPTION_DEBUG_BUNDLE_TIME
public static final java.lang.String OPTION_DEBUG_LOADER
public static final java.lang.String OPTION_DEBUG_EVENTS
public static final java.lang.String OPTION_DEBUG_SERVICES
public static final java.lang.String OPTION_DEBUG_PACKAGES
public static final java.lang.String OPTION_DEBUG_MANIFEST
public static final java.lang.String OPTION_DEBUG_FILTER
public static final java.lang.String OPTION_DEBUG_SECURITY
public static final java.lang.String OPTION_DEBUG_STARTLEVEL
public static final java.lang.String OPTION_DEBUG_PACKAGEADMIN
public static final java.lang.String OPTION_DEBUG_PACKAGEADMIN_TIMING
public static final java.lang.String OPTION_MONITOR_ACTIVATION
public static final java.lang.String OPTION_DEBUG_MESSAGE_BUNDLES
public static java.io.PrintStream out
Constructor Detail |
---|
public Debug()
Method Detail |
---|
public static void print(boolean x)
x
- public static void print(char x)
x
- public static void print(int x)
x
- public static void print(long x)
x
- public static void print(float x)
x
- public static void print(double x)
x
- public static void print(char[] x)
x
- public static void print(java.lang.String x)
x
- public static void print(java.lang.Object x)
x
- public static void println(boolean x)
x
- public static void println(char x)
x
- public static void println(int x)
x
- public static void println(long x)
x
- public static void println(float x)
x
- public static void println(double x)
x
- public static void println(char[] x)
x
- public static void println(java.lang.String x)
x
- public static void println(java.lang.Object x)
x
- public static void printStackTrace(java.lang.Throwable t)
t
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |