Class StructuredTextActivator
java.lang.Object
org.eclipse.equinox.bidi.internal.StructuredTextActivator
- All Implemented Interfaces:
BundleActivator
Provides services related to OSGi bundles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StructuredTextActivatorstatic StringgetProperty(String key) Returns the value of the specified property.static voidvoidstart(BundleContext context) voidstop(BundleContext context)
-
Constructor Details
-
StructuredTextActivator
public StructuredTextActivator()
-
-
Method Details
-
start
- Specified by:
startin interfaceBundleActivator- Throws:
Exception
-
stop
- Specified by:
stopin interfaceBundleActivator- Throws:
Exception
-
getInstance
- Returns:
- the bundle instance, or
nulliff OSGi is not running
-
getProperty
Returns the value of the specified property. If OSGi is not running or the key is not found in the Framework properties, the system properties are then searched.This method can be used without OSGi running.
- Parameters:
key- the name of the requested property- Returns:
- the value of the requested property, or
nullif the property is undefined
-
getDefaultLocale
-
logError
-