|
||||||||||
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
modesteditor.launch.ModestLaunchPlugin
public class ModestLaunchPlugin
The main plugin class. Generated by Eclipse and slightly modified. Contains the string constants used as identifiers by other classes.
Field Summary | |
---|---|
static java.lang.String |
COMPILER_LOCATION
String attribute for the path to the momodest binary |
static java.lang.String |
DOT_FILE_CREATION
String attribute for the dot file creation flag |
static java.lang.String |
FSNS_LOCATION
String attribute for the path to the fsns binary |
static java.lang.String |
FSNS_RUN
String attribute for the fsns run flag |
static java.lang.String |
MODEST_COMPILE_FILE
String attribute for the file path in a launch configuration. |
static java.lang.String |
MODEST_CONFIG_PROJECT
String attribute for the project name in a launch configuration. |
static java.lang.String |
OUTPUT_FOLDER_LOCATION
String attribute for the path to the output folder of the compiler |
static java.lang.String |
PLUGIN_ID
|
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
---|---|
ModestLaunchPlugin()
The constructor |
Method Summary | |
---|---|
static ModestLaunchPlugin |
getDefault()
Returns the shared instance |
java.util.ResourceBundle |
getResourceBundle()
Returns the plugin's resource bundle, |
static java.lang.String |
getResourceString(java.lang.String key)
Returns the string from the plugin's resource bundle, or 'key' if not found. |
protected void |
initializeDefaultPreferences(org.eclipse.jface.preference.IPreferenceStore store)
|
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
---|
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PLUGIN_ID
public static final java.lang.String COMPILER_LOCATION
public static final java.lang.String FSNS_LOCATION
public static final java.lang.String OUTPUT_FOLDER_LOCATION
public static final java.lang.String DOT_FILE_CREATION
public static final java.lang.String FSNS_RUN
public static final java.lang.String MODEST_CONFIG_PROJECT
public static final java.lang.String MODEST_COMPILE_FILE
Constructor Detail |
---|
public ModestLaunchPlugin()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
protected void initializeDefaultPreferences(org.eclipse.jface.preference.IPreferenceStore store)
initializeDefaultPreferences
in class org.eclipse.ui.plugin.AbstractUIPlugin
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public static ModestLaunchPlugin getDefault()
public static java.lang.String getResourceString(java.lang.String key)
public java.util.ResourceBundle getResourceBundle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |