public interface LPKGDeployer
Modifier and Type | Method and Description |
---|---|
java.util.List<org.osgi.framework.Bundle> |
deploy(org.osgi.framework.BundleContext bundleContext,
java.io.File lpkgFile) |
java.util.Map<org.osgi.framework.Bundle,java.util.List<org.osgi.framework.Bundle>> |
getDeployedLPKGBundles() |
java.io.InputStream |
toBundle(java.io.File lpkgFile) |
java.util.List<org.osgi.framework.Bundle> deploy(org.osgi.framework.BundleContext bundleContext, java.io.File lpkgFile) throws java.io.IOException
java.io.IOException
java.util.Map<org.osgi.framework.Bundle,java.util.List<org.osgi.framework.Bundle>> getDeployedLPKGBundles()
java.io.InputStream toBundle(java.io.File lpkgFile) throws java.io.IOException
java.io.IOException