|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPlugin
ch.sahits.codegen.java.JavaCodegenPlugin
public final class JavaCodegenPlugin
The plugin runtime class
| Field Summary | |
|---|---|
static java.lang.String |
PLUGIN_ID
ID of this plugin |
| Constructor Summary | |
|---|---|
JavaCodegenPlugin()
|
|
| Method Summary | |
|---|---|
static JavaCodegenPlugin |
getDefault()
Returns the shared instance |
static JavaCodegenPlugin |
getPlugin()
Retrieve the Plugin |
static java.lang.String |
getPluginId()
ID of this plugin |
static void |
log(Diagnostic diagnostic)
Log a diagnosed error |
static void |
log(IStatus status)
Log a status |
static void |
log(java.lang.Throwable e)
Log an exception |
void |
start(BundleContext context)
|
void |
stop(BundleContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PLUGIN_ID
| Constructor Detail |
|---|
public JavaCodegenPlugin()
| Method Detail |
|---|
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionorg.eclipse.core.runtime.Plugin#start(org.osgi.framework.BundleContext)
public void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionorg.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)public static JavaCodegenPlugin getDefault()
public static JavaCodegenPlugin getPlugin()
public static java.lang.String getPluginId()
public static void log(java.lang.Throwable e)
e - Throwablepublic static void log(Diagnostic diagnostic)
diagnostic - public static void log(IStatus status)
status -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||