de.uka.ipd.sdq.codegen.runconfig
Class RunConfigPlugin

java.lang.Object
  extended by AbstractUIPlugin
      extended by de.uka.ipd.sdq.codegen.runconfig.RunConfigPlugin

public class RunConfigPlugin
extends AbstractUIPlugin

The activator class controls the plug-in life cycle


Field Summary
static String PLUGIN_ID
           
 
Constructor Summary
RunConfigPlugin()
           
 
Method Summary
static void errorLogger(String tabName, String fieldName, String msg)
          The method logs the errors with the tab initialization.
static RunConfigPlugin getDefault()
          Returns the shared instance
static void log(int severity, String message)
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

RunConfigPlugin

public RunConfigPlugin()
Method Detail

start

public void start(BundleContext context)
           throws Exception
Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception
Throws:
Exception

getDefault

public static RunConfigPlugin getDefault()
Returns the shared instance


log

public static void log(int severity,
                       String message)

errorLogger

public static void errorLogger(String tabName,
                               String fieldName,
                               String msg)
The method logs the errors with the tab initialization.