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 Summary
ConstructorDescriptionDefaultChecksumProcessor
(org.eclipse.aether.spi.io.PathProcessor pathProcessor) -
Method Summary
Modifier and TypeMethodDescriptionreadChecksum
(Path checksumPath) void
writeChecksum
(Path target, String checksum)
-
Constructor Details
-
DefaultChecksumProcessor
-
-
Method Details
-
readChecksum
- Specified by:
readChecksum
in interfaceorg.eclipse.aether.spi.io.ChecksumProcessor
- Throws:
IOException
-
writeChecksum
- Specified by:
writeChecksum
in interfaceorg.eclipse.aether.spi.io.ChecksumProcessor
- Throws:
IOException
-