Class StructuredTextActivator
java.lang.Object
org.eclipse.equinox.bidi.internal.StructuredTextActivator
- All Implemented Interfaces:
BundleActivator
Provides services related to OSGi bundles.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StructuredTextActivator
static String
getProperty
(String key) Returns the value of the specified property.static void
void
start
(BundleContext context) void
stop
(BundleContext context)
-
Constructor Details
-
StructuredTextActivator
public StructuredTextActivator()
-
-
Method Details
-
start
- Specified by:
start
in interfaceBundleActivator
- Throws:
Exception
-
stop
- Specified by:
stop
in interfaceBundleActivator
- Throws:
Exception
-
getInstance
- Returns:
- the bundle instance, or
null
iff 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
null
if the property is undefined
-
getDefaultLocale
-
logError
-