public class TemplateBundleActivator extends Object implements org.osgi.framework.BundleActivator
Constructor and Description |
---|
TemplateBundleActivator() |
Modifier and Type | Method and Description |
---|---|
void |
expandResources() |
Enumeration |
findEntries(String path) |
org.osgi.framework.BundleContext |
getContext() |
URL |
getResource(String path) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public Enumeration findEntries(String path)
public org.osgi.framework.BundleContext getContext()
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
Copyright © 2015 Nuxeo SA. All rights reserved.