org.topbraid.sparql
Class Activator
java.lang.Object
org.topbraid.sparql.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class Activator
- extends java.lang.Object
- implements org.osgi.framework.BundleActivator
|
Method Summary |
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLUGIN_ID
public static java.lang.String PLUGIN_ID
CAST_URI
public static final java.lang.String CAST_URI
- See Also:
- Constant Field Values
COUNT_URI
public static final java.lang.String COUNT_URI
- See Also:
- Constant Field Values
DURATION
public static final java.lang.String DURATION
- See Also:
- Constant Field Values
QNAME
public static final java.lang.String QNAME
- See Also:
- Constant Field Values
XFN_NS
public static final java.lang.String XFN_NS
- See Also:
- Constant Field Values
AFN_NS
public static final java.lang.String AFN_NS
- See Also:
- Constant Field Values
Activator
public Activator()
start
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Throws:
java.lang.Exception
stop
public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Throws:
java.lang.Exception