public class InitDTFJ extends Plugin implements IRegistryChangeListener
Modifier and Type | Class and Description |
---|---|
static class |
InitDTFJ.DynamicInfo
This is created and called from the MAT parser handling code
It provides a list of parsers
E.g.
|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
Constructor and Description |
---|
InitDTFJ() |
Modifier and Type | Method and Description |
---|---|
Object |
getPreferenceStore() |
void |
registryChanged(IRegistryChangeEvent event)
DTFJ implementation added/removed.
|
void |
start(org.osgi.framework.BundleContext context)
Start the bundle - find DTFJ implementations and convert to parsers.
|
void |
stop(org.osgi.framework.BundleContext context)
Stop the bundle, deregister parsers associated with DTFJ.
|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
public void start(org.osgi.framework.BundleContext context) throws Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
public void registryChanged(IRegistryChangeEvent event)
registryChanged
in interface IRegistryChangeListener
public Object getPreferenceStore()