public class ChecksumManifest extends Object
Constructor and Description |
---|
ChecksumManifest(String basePath)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
HashMap<File,String> |
read(File manifest)
Reads a checksum manifest file.
|
public ChecksumManifest(String basePath)
basePath
- A base path for resolving relative file references.public HashMap<File,String> read(File manifest) throws IOException
manifest
- The checksum manifest.IOException
- If there was an error reading the checksum manifest.Copyright © 2019. All rights reserved.