Package | Description |
---|---|
org.eclipse.osgi.framework.debug | |
org.eclipse.osgi.service.debug |
Provides the DebugOptions service.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,DebugTrace> |
FrameworkDebugOptions.debugTraceCache
A cache of all of the bundles
DebugTrace in the format |
Modifier and Type | Method and Description |
---|---|
DebugTrace |
FrameworkDebugOptions.newDebugTrace(String bundleSymbolicName) |
DebugTrace |
FrameworkDebugOptions.newDebugTrace(String bundleSymbolicName,
Class<?> traceEntryClass) |
Modifier and Type | Method and Description |
---|---|
DebugTrace |
DebugOptions.newDebugTrace(String bundleSymbolicName)
Creates a new
DebugTrace instance for the specified bundle symbolic name. |
DebugTrace |
DebugOptions.newDebugTrace(String bundleSymbolicName,
Class<?> traceEntryClass)
Create a new
DebugTrace instance for the specified bundle symbolic name. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.