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 static InputStream getResourceAsStream(String path) throws IOException
IOException
public static Activator getInstance()
public org.osgi.framework.BundleContext getContext()
public void start(org.osgi.framework.BundleContext context)
start
in interface org.osgi.framework.BundleActivator
public void stop(org.osgi.framework.BundleContext context)
stop
in interface org.osgi.framework.BundleActivator
Copyright © 2015 Nuxeo SA. All rights reserved.