Package org.eclipse.text.internal
Class Activator
java.lang.Object
org.eclipse.text.internal.Activator
- All Implemented Interfaces:
EventListener,DebugOptionsListener,BundleActivator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoptionsChanged(DebugOptions options) Notifies this listener that an option-path for its plug-in has changed.voidstart(BundleContext context) voidstop(BundleContext context) static void
-
Field Details
-
PLUGIN_ID
The identifier of the descriptor of this plugin in plugin.xml.- See Also:
-
DEBUG
public static boolean DEBUG
-
-
Constructor Details
-
Activator
public Activator()
-
-
Method Details
-
start
- Specified by:
startin interfaceBundleActivator- Throws:
Exception
-
optionsChanged
Description copied from interface:DebugOptionsListenerNotifies this listener that an option-path for its plug-in has changed. This method is also called initially by the DebugOptions implementation when the listener is registered as a service. This allows the listener to obtain the initial set of debug options without the need to acquire the debug options service.- Specified by:
optionsChangedin interfaceDebugOptionsListener- Parameters:
options- a reference to the DebugOptions
-
stop
- Specified by:
stopin interfaceBundleActivator- Throws:
Exception
-
trace
-