|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractUIPlugin
eu.geclipse.servicejob.ui.Activator
public class Activator
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 |
|---|
public static final java.lang.String PLUGIN_ID
| Constructor Detail |
|---|
public Activator()
| Method Detail |
|---|
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exception
public void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic static Activator getDefault()
public static void logException(java.lang.Throwable exc)
exc - The exception to be logged.
public static void addFileForServiceJobResult(IServiceJobResult result,
java.io.File file)
result - file - public static java.io.File getFileForServiceJobResult(IServiceJobResult result)
result -
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||