public class Activator extends Object implements org.osgi.framework.BundleActivator
| Constructor and Description | 
|---|
| Activator() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.osgi.framework.BundleContext | getContext() | 
| static Activator | getInstance() | 
| static URL | getResource(String path) | 
| static InputStream | getResourceAsStream(String path) | 
| void | start(org.osgi.framework.BundleContext context) | 
| void | stop(org.osgi.framework.BundleContext context) | 
public Activator()
public static URL getResource(String path)
public static InputStream getResourceAsStream(String path) throws IOException
IOExceptionpublic static Activator getInstance()
public org.osgi.framework.BundleContext getContext()
public void start(org.osgi.framework.BundleContext context)
start in interface org.osgi.framework.BundleActivatorpublic void stop(org.osgi.framework.BundleContext context)
stop in interface org.osgi.framework.BundleActivatorCopyright © 2019 Nuxeo. All rights reserved.