SMILA (incubation) API documentation

org.eclipse.smila.search
Class EIFActivator

java.lang.Object
  extended by org.eclipse.smila.search.EIFActivator

public class EIFActivator
extends java.lang.Object

Author:
August Georg Schmidt (BROX)

Field Summary
static java.lang.String BUNDLE_NAME
          name of bundle.
static BundleContext s_bundleContext
          Bundle context.
 
Constructor Summary
EIFActivator()
           
 
Method Summary
static void registerSchemas()
           
 void start(BundleContext context)
          
 void stop(BundleContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_NAME

public static final java.lang.String BUNDLE_NAME
name of bundle. Used in configuration reading.

See Also:
Constant Field Values

s_bundleContext

public static BundleContext s_bundleContext
Bundle context.

Constructor Detail

EIFActivator

public EIFActivator()
Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception

Throws:
java.lang.Exception
See Also:
org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)

stop

public void stop(BundleContext context)
          throws java.lang.Exception

Throws:
java.lang.Exception
See Also:
org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)

registerSchemas

public static void registerSchemas()

SMILA (incubation) API documentation