g-Eclipse
Release 1.0.0

eu.geclipse.servicejob.ui
Class Activator

java.lang.Object
  extended by AbstractUIPlugin
      extended by eu.geclipse.servicejob.ui.Activator

public class Activator
extends AbstractUIPlugin

The activator class controls the plug-in life cycle


Field Summary
static java.lang.String PLUGIN_ID
          The plug-in ID
 
Constructor Summary
Activator()
          The constructor
 
Method Summary
static void addFileForServiceJobResult(IServiceJobResult result, java.io.File file)
          ???
static Activator getDefault()
          Returns the shared instance
static java.io.File getFileForServiceJobResult(IServiceJobResult result)
          ???
static void logException(java.lang.Throwable exc)
          Logs an exception to the eclipse logger.
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
The plug-in ID

See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
The constructor

Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception

getDefault

public static Activator getDefault()
Returns the shared instance

Returns:
the shared instance

logException

public static void logException(java.lang.Throwable exc)
Logs an exception to the eclipse logger.

Parameters:
exc - The exception to be logged.

addFileForServiceJobResult

public static void addFileForServiceJobResult(IServiceJobResult result,
                                              java.io.File file)
??? TODO katis

Parameters:
result -
file -

getFileForServiceJobResult

public static java.io.File getFileForServiceJobResult(IServiceJobResult result)
??? TODO katis

Parameters:
result -
Returns:
file

g-Eclipse
Release 1.0.0