public class ChecksumFileContent extends Object
Constructor and Description |
---|
ChecksumFileContent() |
ChecksumFileContent(String checksum,
String fileReference,
boolean formatMatch) |
Modifier and Type | Method and Description |
---|---|
String |
getChecksum()
The checksum as hex string.
|
String |
getFileReference()
The name of the reference file as stored in the checksum file.
|
boolean |
isFormatMatch()
True, if the file content matches a known format
|
void |
setChecksum(String checksum) |
void |
setFileReference(String fileReference) |
void |
setFormatMatch(boolean formatMatch) |
public ChecksumFileContent()
public ChecksumFileContent(String checksum, String fileReference, boolean formatMatch)
public String getChecksum()
public void setChecksum(String checksum)
public String getFileReference()
public void setFileReference(String fileReference)
public boolean isFormatMatch()
public void setFormatMatch(boolean formatMatch)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.