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()
ManifestProvider
getManifest
in interface ManifestProvider
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.