public class BundleAwareJarFileResourceStore
extends org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
| Constructor and Description |
|---|
BundleAwareJarFileResourceStore(JarFile source,
File target,
org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
read(String path) |
public BundleAwareJarFileResourceStore(JarFile source, File target, org.osgi.framework.BundleContext bundleContext) throws IOException
source - original Bundletarget - File where the updated Bundle will be outputtedIOException - if there is an error retrieving the Manifest from the original JarFilepublic byte[] read(String path) throws IOException
read in interface org.apache.felix.ipojo.manipulator.ResourceStoreread in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStoreIOExceptionCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.