public class CommonsUtilPlugin extends Object implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
CommonsUtilPlugin()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
static CommonsUtilPlugin |
getDefault()
Returns the shared instance
|
static void |
log(org.eclipse.core.runtime.IStatus status) |
static void |
log(Throwable e) |
static void |
logErrorMessage(String message) |
static void |
logErrorStatus(String message,
org.eclipse.core.runtime.IStatus status) |
static boolean |
openResource(String openerId,
Object root,
Object resource) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public static final String PLUGIN_ID
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic static CommonsUtilPlugin getDefault()
public static void log(org.eclipse.core.runtime.IStatus status)
public static void logErrorMessage(String message)
public static void logErrorStatus(String message, org.eclipse.core.runtime.IStatus status)
public static void log(Throwable e)
Copyright © 2020 Fraunhofer IWU. All rights reserved.