|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Plugin
pl.edu.agh.cast.data.Activator
public class Activator
The activator class controls the data plug-in life cycle.
Field Summary | |
---|---|
static String |
DATA_IMPORTER
Data importer identifier. |
static String |
DATA_IMPORTER_CLASS
Data importer class identifier. |
static String |
DATA_IMPORTER_DESCRIPTION
Data importer description identifier. |
static String |
DATA_IMPORTER_EXTENSION_ID
Data importer extension point identifier. |
static String |
DATA_IMPORTER_ID
Data importer ID identifier. |
static String |
DATA_IMPORTER_NAME
Data importer name identifier. |
static String |
DATA_PREPROCESSOR_CLASS
Data preprocessor class identifier. |
static String |
DATA_PREPROCESSOR_DESC
Data preprocessor description identifier. |
static String |
DATA_PREPROCESSOR_EXTENSION_ID
Data preprocessor extension point identifier. |
static String |
DATA_PREPROCESSOR_ID
Data preprocessor ID identifier. |
static String |
DATA_PREPROCESSOR_NAME
Data preprocessor name identifier. |
static String |
PLUGIN_ID
Data plug-in identifier. |
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
---|---|
Activator()
The constructor. |
Method Summary | |
---|---|
static Activator |
getDefault()
Returns the shared instance. |
static org.apache.log4j.Logger |
getLogger()
Returns the shared logger of the data view plug-in. |
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
Methods inherited from class org.eclipse.core.runtime.Plugin |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PLUGIN_ID
public static final String DATA_IMPORTER_EXTENSION_ID
public static final String DATA_PREPROCESSOR_EXTENSION_ID
public static final String DATA_IMPORTER_NAME
public static final String DATA_IMPORTER_ID
public static final String DATA_IMPORTER_DESCRIPTION
public static final String DATA_IMPORTER_CLASS
public static final String DATA_IMPORTER
public static final String DATA_PREPROCESSOR_NAME
public static final String DATA_PREPROCESSOR_ID
public static final String DATA_PREPROCESSOR_CLASS
public static final String DATA_PREPROCESSOR_DESC
Constructor Detail |
---|
public Activator()
Method Detail |
---|
public static org.apache.log4j.Logger getLogger()
public static Activator getDefault()
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.core.runtime.Plugin
Exception
Plugin.start(org.osgi.framework.BundleContext)
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.core.runtime.Plugin
Exception
Plugin.stop(org.osgi.framework.BundleContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |