public class FileManifestProvider extends Object implements ManifestProvider
| Constructor and Description |
|---|
FileManifestProvider(File resource)
Read the manifest from the given input file
|
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-2013 The Apache Software Foundation. All Rights Reserved.