|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
edu.cmu.cs.crystal.internal.AbstractCrystalPlugin
edu.cmu.cs.crystal.internal.CrystalPlugin
@Deprecated public class CrystalPlugin
The eclipse plugin that will launch and maintain the analysis. Eventually, this should be an extension point. For now, just plug in your analyses here.
Field Summary |
---|
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
---|---|
CrystalPlugin()
Deprecated. |
Method Summary | |
---|---|
void |
setupCrystalAnalyses(Crystal crystal)
Deprecated. Modify this method to instantiate and register the analyses you want the framework to run. |
Methods inherited from class edu.cmu.cs.crystal.internal.AbstractCrystalPlugin |
---|
disableAnalysis, enableAnalysis, getCrystalInstance, getEnabledAnalyses, start, stop |
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
---|
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, startup |
Methods inherited from class org.eclipse.core.runtime.Plugin |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CrystalPlugin()
Method Detail |
---|
public void setupCrystalAnalyses(Crystal crystal)
setupCrystalAnalyses
in class AbstractCrystalPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |