public class FileManifestProvider extends Object implements ManifestProvider
| Constructor and Description |
|---|
FileManifestProvider(File resource)
Read the manifest from the given input file
|
| Modifier and Type | Method and Description |
|---|---|
Manifest |
getManifest()
Returns the original bundle's Manifest.
|
public FileManifestProvider(File resource) throws IOException
resource - File pointing to a Manifest fileIOException - if there is an error during File IO operations
or if the file is not a valid manifest.public Manifest getManifest()
ManifestProvidergetManifest in interface ManifestProviderCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.