public class InitDTFJ
extends Plugin
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.
|
Constructor and Description |
---|
InitDTFJ() |
Modifier and Type | Method and Description |
---|---|
Object |
getPreferenceStore() |
void |
registryChanged(IRegistryChangeEvent event)
DTFJ implementation added/removed.
|
void |
start(BundleContext context)
Start the bundle - find DTFJ implementations and convert to parsers.
|
void |
stop(BundleContext context)
Stop the bundle, deregister parsers associated with DTFJ.
|
public void start(BundleContext context) throws Exception
Exception
public void stop(BundleContext context) throws Exception
Exception
public void registryChanged(IRegistryChangeEvent event)
public Object getPreferenceStore()