|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPlugin
org.eclipse.mat.dtfj.InitDTFJ
public class InitDTFJ
Controls the loading of this plugin and finds the available DTFJ implementations.
| Nested Class Summary | |
|---|---|
static class |
InitDTFJ.DynamicInfo
This is created and called from the MAT parser handling code It provides a list of parsers E.g. |
| Constructor Summary | |
|---|---|
InitDTFJ()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitDTFJ()
| Method Detail |
|---|
public void start(BundleContext context)
throws Exception
Exception
public void stop(BundleContext context)
throws Exception
Exceptionpublic void registryChanged(IRegistryChangeEvent event)
public Object getPreferenceStore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||