Uses of Interface
org.eclipse.aether.spi.checksums.TrustedChecksumsSource.Writer
Packages that use TrustedChecksumsSource.Writer
-
Uses of TrustedChecksumsSource.Writer in org.eclipse.aether.internal.impl.checksum
Classes in org.eclipse.aether.internal.impl.checksum that implement TrustedChecksumsSource.WriterModifier and TypeClassDescriptionprivate class
private class
Methods in org.eclipse.aether.internal.impl.checksum that return TrustedChecksumsSource.WriterModifier and TypeMethodDescriptionprotected TrustedChecksumsSource.Writer
FileTrustedChecksumsSourceSupport.doGetTrustedArtifactChecksumsWriter
(RepositorySystemSession session) Implementors may override this method and returnTrustedChecksumsSource.Writer
instance.FileTrustedChecksumsSourceSupport.getTrustedArtifactChecksumsWriter
(RepositorySystemSession session) This implementation will call into underlying code only if enabled. -
Uses of TrustedChecksumsSource.Writer in org.eclipse.aether.spi.checksums
Methods in org.eclipse.aether.spi.checksums that return TrustedChecksumsSource.WriterModifier and TypeMethodDescriptionTrustedChecksumsSource.getTrustedArtifactChecksumsWriter
(RepositorySystemSession session) Some trusted checksums sources may implement this optional method: ability to write/add checksums to them.