EGF Engine
Release 0.1.0

org.eclipse.egf.common.activator
Class CommonActivator

java.lang.Object
  extended by Plugin
      extended by org.eclipse.egf.common.activator.AbstractActivator
          extended by org.eclipse.egf.common.activator.CommonActivator

public class CommonActivator
extends AbstractActivator

Common plug-in activator.


Field Summary
protected static String EXTENSION_POINT_SHORT_ID_USER_HELPER
          Extension point "user_helper" short id.
 
Constructor Summary
CommonActivator()
           
 
Method Summary
static CommonActivator getDefault()
          Get shared instance.
 IUserEnforcedHelper getUserEnforcedHelper()
          Get user enforced helper unique implementation.
 void start(BundleContext context_p)
           
 void stop(BundleContext context_p)
           
 
Methods inherited from class org.eclipse.egf.common.activator.AbstractActivator
getPluginID, log, log, log, log, log, log, log, newErrorStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_POINT_SHORT_ID_USER_HELPER

protected static final String EXTENSION_POINT_SHORT_ID_USER_HELPER
Extension point "user_helper" short id.

See Also:
Constant Field Values
Constructor Detail

CommonActivator

public CommonActivator()
Method Detail

getDefault

public static CommonActivator getDefault()
Get shared instance.

Returns:

start

public void start(BundleContext context_p)
           throws Exception
Throws:
Exception
See Also:
org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)

stop

public void stop(BundleContext context_p)
          throws Exception
Throws:
Exception
See Also:
org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)

getUserEnforcedHelper

public IUserEnforcedHelper getUserEnforcedHelper()
Get user enforced helper unique implementation.

Returns:
null if none could be found.

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.