public class Activator
extends org.eclipse.core.runtime.Plugin
Constructor and Description |
---|
Activator()
The constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
clearCache() |
protected static Map<String,DriverFactory> |
createFactories() |
static DriverFactory |
findDriverFactory(String typeId) |
static Set<String> |
getAllDriverFactories() |
static Activator |
getDefault()
Returns the shared instance
|
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
public static final String PLUGIN_ID
public void start(BundleContext context) throws Exception
start
in interface BundleActivator
start
in class org.eclipse.core.runtime.Plugin
Exception
protected void clearCache()
public void stop(BundleContext context) throws Exception
stop
in interface BundleActivator
stop
in class org.eclipse.core.runtime.Plugin
Exception
public static Activator getDefault()
public static DriverFactory findDriverFactory(String typeId)
protected static Map<String,DriverFactory> createFactories()