edu.cmu.cs.crystal.internal
Class CrystalPlugin

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.ui.plugin.AbstractUIPlugin
          extended by edu.cmu.cs.crystal.internal.AbstractCrystalPlugin
              extended by edu.cmu.cs.crystal.internal.CrystalPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

Deprecated.

@Deprecated
public class CrystalPlugin
extends AbstractCrystalPlugin

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.

Author:
David Dickey, Jonathan Aldrich

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

CrystalPlugin

public CrystalPlugin()
Deprecated. 
Method Detail

setupCrystalAnalyses

public void setupCrystalAnalyses(Crystal crystal)
Deprecated. 
Modify this method to instantiate and register the analyses you want the framework to run.

Specified by:
setupCrystalAnalyses in class AbstractCrystalPlugin