org.radrails.rails.internal.core
Class RailsPlugin

java.lang.Object
  extended byorg.eclipse.core.runtime.Plugin
      extended byorg.radrails.rails.internal.core.RailsPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class RailsPlugin
extends org.eclipse.core.runtime.Plugin

Plugin class for the rails core plugin.

Version:
0.3.1
Author:
mkent

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
RailsPlugin()
          Constructor.
 
Method Summary
static RailsPlugin getInstance()
           
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, start, startup, stop, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RailsPlugin

public RailsPlugin()
Constructor.

Method Detail

getInstance

public static RailsPlugin getInstance()
Returns:
the singleton instance of this class