Class BundleActivator

java.lang.Object
org.apache.tika.bundle.internal.BundleActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class BundleActivator extends Object implements org.osgi.framework.BundleActivator
Registers Tika Parser and Detector services when the bundle starts in an OSGi container.
  • Constructor Details

    • BundleActivator

      public BundleActivator()
  • Method Details

    • start

      public void start(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      start in interface org.osgi.framework.BundleActivator
      Throws:
      Exception
    • stop

      public void stop(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      stop in interface org.osgi.framework.BundleActivator
      Throws:
      Exception