|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPlugin
ch.sahits.codegen.CodegenPlugin
public final class CodegenPlugin
The activator class controls the plug-in life cycle
| Field Summary | |
|---|---|
static java.lang.String |
PLUGIN_ID
Plug-in id for this plug-in |
| Constructor Summary | |
|---|---|
CodegenPlugin()
The constructor |
|
| Method Summary | |
|---|---|
static CodegenPlugin |
getDefault()
Returns the shared instance |
static java.lang.String |
getPluginId()
Retrieve the plug-in id for this plug-in |
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 CodegenPlugin()
| 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 CodegenPlugin getDefault()
public static java.lang.String getPluginId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||