| Constructor and Description | 
|---|
MD5SumsImpl()
 Creates the MD5 sums. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addMD5Sum(String md5Sum,
         String path)
 Adds a MD5 sum for a file. 
 | 
String | 
getText()
 Returns the MD5 sums as text. 
 | 
public void addMD5Sum(String md5Sum, String path)
Adds a MD5 sum for a file.
md5Sum - The MD5 sum.path - The path of the file.IllegalArgumentException - If any of the parameters are null.Copyright © 2015–2019. All rights reserved.