Class Activator
- java.lang.Object
-
- org.apache.karaf.services.staticcm.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class Activator extends Object implements org.osgi.framework.BundleActivator
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_DIRS
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)
-
-
-
Field Detail
-
CONFIG_DIRS
public static final String CONFIG_DIRS
- See Also:
- Constant Field Values
-
-