public class GeneratorPlugin
extends org.eclipse.core.runtime.Plugin
Constructor and Description |
---|
GeneratorPlugin() |
Modifier and Type | Method and Description |
---|---|
static Set<Generator> |
createGeneratorsFor(Object source) |
static GeneratorPlugin |
getDefault() |
void |
start(BundleContext bundleContext) |
void |
stop(BundleContext bundleContext) |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
public static GeneratorPlugin getDefault()
public void start(BundleContext bundleContext) throws Exception
start
in interface BundleActivator
start
in class org.eclipse.core.runtime.Plugin
Exception
public void stop(BundleContext bundleContext) throws Exception
stop
in interface BundleActivator
stop
in class org.eclipse.core.runtime.Plugin
Exception