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) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
Copyright © 2013 Nuxeo SA. All Rights Reserved.