public class ReportPlugin extends Plugin
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_ID |
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
Constructor and Description |
---|
ReportPlugin() |
Modifier and Type | Method and Description |
---|---|
static ReportPlugin |
getDefault() |
IExtensionTracker |
getExtensionTracker() |
static void |
log(int status,
String message) |
static void |
log(IStatus status) |
static void |
log(Throwable e) |
static void |
log(Throwable e,
String message) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
public static final String PLUGIN_ID
public void start(org.osgi.framework.BundleContext context) throws Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
public static ReportPlugin getDefault()
public IExtensionTracker getExtensionTracker()
public static void log(IStatus status)
public static void log(Throwable e)
public static void log(int status, String message)