ocamlCompiler
Class OcamlCompilerPlugin

java.lang.Object
  extended byorg.eclipse.core.runtime.Plugin
      extended byorg.eclipse.ui.plugin.AbstractUIPlugin
          extended byocamlCompiler.OcamlCompilerPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class OcamlCompilerPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin

Plugin ocamlCompiler multiplateforme.


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
OcamlCompilerPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
          Le constructeur.
 
Method Summary
static org.eclipse.swt.graphics.RGB getCommentColor()
          Retourne la couleur des commentaires
static java.lang.String getCompilerPath()
          Retourne le chemin absolu du repertoire du plugin ocamlCompiler
static org.eclipse.swt.graphics.RGB getConstantColor()
          Retourne la couleur des constantes
static OcamlCompilerPlugin getDefault()
          Returns the shared instance.
static org.eclipse.swt.graphics.RGB getKeywordColor()
          Retourne la couleur des mots du langage
static java.lang.String getLibPath()
          Retourne le chemin absolu du repertoire contenat les librairies ocaml
static java.lang.String getPluginDir()
           
 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.
static org.eclipse.swt.graphics.RGB getStringColor()
          Retourne la couleur des string
static java.lang.String ocamlc()
          Retourne le chemin absolu de ocamlc
static java.lang.String ocamldep()
          Retourne le chemin absolu de ocamldep
static java.lang.String ocamldoc()
          Retourne le chemin absolu de ocamldoc
static java.lang.String ocamllex()
          Retourne le chemin absolu de ocamllex
static java.lang.String ocamlopt()
          Retourne le chemin absolu de ocamlopt
static java.lang.String ocamlyacc()
          Retourne le chemin absolu de ocamlyacc
 
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, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, start, stop, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OcamlCompilerPlugin

public OcamlCompilerPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
Le constructeur.

Method Detail

ocamllex

public static java.lang.String ocamllex()
Retourne le chemin absolu de ocamllex


ocamlyacc

public static java.lang.String ocamlyacc()
Retourne le chemin absolu de ocamlyacc


ocamlopt

public static java.lang.String ocamlopt()
Retourne le chemin absolu de ocamlopt


ocamlc

public static java.lang.String ocamlc()
Retourne le chemin absolu de ocamlc


ocamldep

public static java.lang.String ocamldep()
Retourne le chemin absolu de ocamldep


ocamldoc

public static java.lang.String ocamldoc()
Retourne le chemin absolu de ocamldoc


getLibPath

public static java.lang.String getLibPath()
Retourne le chemin absolu du repertoire contenat les librairies ocaml


getCompilerPath

public static java.lang.String getCompilerPath()
Retourne le chemin absolu du repertoire du plugin ocamlCompiler


getCommentColor

public static org.eclipse.swt.graphics.RGB getCommentColor()
Retourne la couleur des commentaires


getConstantColor

public static org.eclipse.swt.graphics.RGB getConstantColor()
Retourne la couleur des constantes


getKeywordColor

public static org.eclipse.swt.graphics.RGB getKeywordColor()
Retourne la couleur des mots du langage


getStringColor

public static org.eclipse.swt.graphics.RGB getStringColor()
Retourne la couleur des string


getPluginDir

public static java.lang.String getPluginDir()

getDefault

public static OcamlCompilerPlugin getDefault()
Returns the shared instance.


getResourceString

public static java.lang.String getResourceString(java.lang.String key)
Returns the string from the plugin's resource bundle, or 'key' if not found.


getResourceBundle

public java.util.ResourceBundle getResourceBundle()
Returns the plugin's resource bundle,