Class TestChecksumProcessor
java.lang.Object
org.eclipse.aether.internal.test.util.TestChecksumProcessor
- All Implemented Interfaces:
- org.eclipse.aether.spi.io.ChecksumProcessor
public class TestChecksumProcessor
extends Object
implements org.eclipse.aether.spi.io.ChecksumProcessor
A simple file processor implementation to help satisfy component requirements during tests.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionreadChecksum(Path checksumFile) voidwriteChecksum(Path checksumFile, String checksum) 
- 
Constructor Details- 
TestChecksumProcessorpublic TestChecksumProcessor()
 
- 
- 
Method Details- 
readChecksum- Specified by:
- readChecksumin interface- org.eclipse.aether.spi.io.ChecksumProcessor
- Throws:
- IOException
 
- 
writeChecksum- Specified by:
- writeChecksumin interface- org.eclipse.aether.spi.io.ChecksumProcessor
- Throws:
- IOException
 
 
-