Class Activator

  • All Implemented Interfaces:
    org.osgi.framework.BundleActivator

    public final class Activator
    extends Object
    implements org.osgi.framework.BundleActivator
    YANG XPath implementation activator. Publishes a YangXPathParserFactory implementation on bundle start.
    Author:
    Robert Varga
    • Constructor Detail

      • Activator

        public Activator()
    • Method Detail

      • start

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

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