public class WebBundleDeployer
extends java.lang.Object
Constructor and Description |
---|
WebBundleDeployer(org.osgi.framework.BundleContext bundleContext,
java.util.Dictionary<java.lang.String,java.lang.Object> properties,
javax.xml.parsers.SAXParserFactory saxParserFactory,
EventUtil eventUtil,
org.apache.felix.utils.log.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
doStart(org.osgi.framework.Bundle bundle) |
void |
doStop(org.osgi.framework.Bundle bundle) |
protected void |
handleCollidedWABs(org.osgi.framework.Bundle bundle) |
boolean |
isFragmentBundle(org.osgi.framework.Bundle bundle) |
public WebBundleDeployer(org.osgi.framework.BundleContext bundleContext, java.util.Dictionary<java.lang.String,java.lang.Object> properties, javax.xml.parsers.SAXParserFactory saxParserFactory, EventUtil eventUtil, org.apache.felix.utils.log.Logger logger) throws java.lang.Exception
java.lang.Exception
public void close()
public void doStart(org.osgi.framework.Bundle bundle)
public void doStop(org.osgi.framework.Bundle bundle)
public boolean isFragmentBundle(org.osgi.framework.Bundle bundle)
protected void handleCollidedWABs(org.osgi.framework.Bundle bundle)