Package org.eclipse.aether.spi.io
Interface ChecksumProcessor
- All Known Implementing Classes:
 DefaultChecksumProcessor,TestChecksumProcessor
public interface ChecksumProcessor
A utility component to perform checksum related operations.
- Since:
 - 2.0.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionreadChecksum(Path checksumFile) Reads checksum from specified file.voidwriteChecksum(Path checksumFile, String checksum) Writes checksum to specified file. 
- 
Method Details
- 
readChecksum
Reads checksum from specified file.- Throws:
 IOException- in case of any IO error.- Since:
 - 1.8.0
 
 - 
writeChecksum
Writes checksum to specified file.- Throws:
 IOException- in case of any IO error.- Since:
 - 1.8.0
 
 
 -