public interface BundleFileWrapperFactoryHook
BaseAdaptor.createBundleFile(Object, BaseData)
Modifier and Type | Method and Description |
---|---|
BundleFile |
wrapBundleFile(BundleFile bundleFile,
Object content,
BaseData data,
boolean base)
Wraps a bundle file for the given content and base data.
|
BundleFile wrapBundleFile(BundleFile bundleFile, Object content, BaseData data, boolean base) throws IOException
bundleFile
- the bundle file to be wrappedcontent
- The object which contains the content of a bundle file.data
- The base data associated with the contentbase
- true if the content is for the base bundle (not an inner jar, directory etc.)IOException
- if an IO error occursCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.