public interface BundleFileFactoryHook
BaseAdaptor.createBundleFile(Object, BaseData)
Modifier and Type | Method and Description |
---|---|
BundleFile |
createBundleFile(Object content,
BaseData data,
boolean base)
Creates a bundle file for the given content and base data.
|
BundleFile createBundleFile(Object content, BaseData data, boolean base) throws IOException
content
- 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.