org.eclipse.actf.webelo.core
Class MozillaValidationPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.actf.core.ActfCorePlugin
org.eclipse.actf.model.ModelPlugin
org.eclipse.actf.validation.ValidationCorePlugin
org.eclipse.actf.webelo.core.MozillaValidationPlugin
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class MozillaValidationPlugin
- extends ValidationCorePlugin
The ModelJavaCorePlugin class controls the plug-in life cycle
Fields inherited from class org.eclipse.actf.core.ActfCorePlugin |
ACTFCORE_PLUGIN_ID, clCache, configuration, 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, logException, logException, prepareTraceFacility, setupDefaultTraceStream |
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 |
MODEL_WEB_CORE_JAR
public static final String MODEL_WEB_CORE_JAR
- See Also:
- Constant Field Values
MODEL_WEB_UI_JAR
public static final String MODEL_WEB_UI_JAR
- See Also:
- Constant Field Values
WEBCORE_PLUGIN_ID
public static final String WEBCORE_PLUGIN_ID
- See Also:
- Constant Field Values
MozillaValidationPlugin
public MozillaValidationPlugin()
- 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 ValidationCorePlugin
- 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 ValidationCorePlugin
- Throws:
Exception
getDefault
public static MozillaValidationPlugin getDefault()
- Returns the shared instance
- Returns:
- the shared instance
getPluginId
public String getPluginId()
- Overrides:
getPluginId
in class ValidationCorePlugin