org.eclipse.actf.model.dom
Class DomModelPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.actf.core.ActfCorePlugin
org.eclipse.actf.model.ModelPlugin
org.eclipse.actf.model.dom.DomModelPlugin
- All Implemented Interfaces:
- ILoggingService, ITracingService, org.osgi.framework.BundleActivator
public class DomModelPlugin
- extends ModelPlugin
Fields inherited from class org.eclipse.actf.core.ActfCorePlugin |
ACTF_CORE_JAR, ACTFCORE_PLUGIN_ID, clCache, DEBUG_OPTION_ID, LOG_OPTION_ID, runtimeContext, TRACE_OPTION_ID, traceLevel, TRACELEVEL_OPTION_ID, traceStream, TRACESTREAM_OPTION_ID |
Methods inherited from class org.eclipse.actf.core.ActfCorePlugin |
getDebugOptionId, getDefaultTraceFilename, getLogOptionId, getRuntimeContext, getTraceOptionId, getTracer, isDebugging, log, logError, logException, logException, logInfo, prepareTraceFacility, setupDefaultTraceStream, trace, trace, trace, trace, trace, trace |
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 |
DOM_MODEL_PLUGIN_JAR
public static final String DOM_MODEL_PLUGIN_JAR
- See Also:
- Constant Field Values
DOM_MODEL_PLUGIN_ID
public static final String DOM_MODEL_PLUGIN_ID
- See Also:
- Constant Field Values
configuration
protected IConfiguration configuration
DomModelPlugin
public DomModelPlugin()
- The constructor
start
public void start(org.osgi.framework.BundleContext context)
throws Exception
- Description copied from class:
ActfCorePlugin
- This method is called upon plug-in activation
- Specified by:
start
in interface org.osgi.framework.BundleActivator
- Overrides:
start
in class ModelPlugin
- Parameters:
context
- bundle context
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext context)
throws Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Overrides:
stop
in class ModelPlugin
- Throws:
Exception
getDefault
public static ActfCorePlugin getDefault()
- Returns the shared instance
- Returns:
- the shared instance
getPluginId
public String getPluginId()
- Overrides:
getPluginId
in class ModelPlugin