Package | Description |
---|---|
org.eclipse.aether.connector.basic |
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.spi.connector.layout |
The contract to locate URI-based resources using custom repository layouts.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<RepositoryLayout.Checksum> |
BasicRepositoryConnector.PutTaskRunner.checksums |
private java.util.Collection<RepositoryLayout.Checksum> |
ChecksumValidator.checksums |
Modifier and Type | Method and Description |
---|---|
static ChecksumCalculator |
ChecksumCalculator.newInstance(java.io.File targetFile,
java.util.Collection<RepositoryLayout.Checksum> checksums) |
Constructor and Description |
---|
ChecksumCalculator(java.io.File targetFile,
java.util.Collection<RepositoryLayout.Checksum> checksums) |
ChecksumValidator(java.io.File dataFile,
FileProcessor fileProcessor,
ChecksumValidator.ChecksumFetcher checksumFetcher,
ChecksumPolicy checksumPolicy,
java.util.Collection<RepositoryLayout.Checksum> checksums) |
GetTaskRunner(java.net.URI path,
java.io.File file,
ChecksumPolicy checksumPolicy,
java.util.List<RepositoryLayout.Checksum> checksums,
TransferTransportListener<?> listener) |
PutTaskRunner(java.net.URI path,
java.io.File file,
FileTransformer fileTransformer,
java.util.List<RepositoryLayout.Checksum> checksums,
TransferTransportListener<?> listener)
IMPORTANT When using a fileTransformer, the content of the file is stored in memory to
ensure that file content and checksums stay in sync!
|
PutTaskRunner(java.net.URI path,
java.io.File file,
java.util.List<RepositoryLayout.Checksum> checksums,
TransferTransportListener<?> listener) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RepositoryLayout.Checksum> |
Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksums(Artifact artifact,
boolean upload,
java.net.URI location) |
java.util.List<RepositoryLayout.Checksum> |
Maven2RepositoryLayoutFactory.Maven2RepositoryLayoutEx.getChecksums(Artifact artifact,
boolean upload,
java.net.URI location) |
java.util.List<RepositoryLayout.Checksum> |
Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksums(Metadata metadata,
boolean upload,
java.net.URI location) |
private java.util.List<RepositoryLayout.Checksum> |
Maven2RepositoryLayoutFactory.Maven2RepositoryLayout.getChecksums(java.net.URI location) |
Modifier and Type | Method and Description |
---|---|
static RepositoryLayout.Checksum |
RepositoryLayout.Checksum.forLocation(java.net.URI location,
java.lang.String algorithm)
Creates a checksum file descriptor for the specified artifact/metadata location and algorithm.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RepositoryLayout.Checksum> |
RepositoryLayout.getChecksums(Artifact artifact,
boolean upload,
java.net.URI location)
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the
specified artifact.
|
java.util.List<RepositoryLayout.Checksum> |
RepositoryLayout.getChecksums(Metadata metadata,
boolean upload,
java.net.URI location)
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the
specified metadata.
|