Package org.eclipse.aether.internal.impl
Class DefaultChecksumProcessor
java.lang.Object
org.eclipse.aether.internal.impl.DefaultChecksumProcessor
- All Implemented Interfaces:
- org.eclipse.aether.spi.io.ChecksumProcessor
@Singleton
@Named
public class DefaultChecksumProcessor
extends Object
implements org.eclipse.aether.spi.io.ChecksumProcessor
A utility class helping with file-based operations.
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultChecksumProcessor(org.eclipse.aether.spi.io.PathProcessor pathProcessor) 
- 
Method SummaryModifier and TypeMethodDescriptionreadChecksum(Path checksumPath) voidwriteChecksum(Path target, String checksum) 
- 
Constructor Details- 
DefaultChecksumProcessor
 
- 
- 
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
 
 
-