Package | Description |
---|---|
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
org.eclipse.aether.transfer |
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateCheckManager.checkMetadata(RepositorySystemSession session,
UpdateCheck<Metadata,MetadataTransferException> check)
Checks whether metadata has to be updated from a remote repository.
|
void |
UpdateCheckManager.touchMetadata(RepositorySystemSession session,
UpdateCheck<Metadata,MetadataTransferException> check)
Updates the timestamp for the metadata contained in the update check.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultUpdateCheckManager.checkMetadata(RepositorySystemSession session,
UpdateCheck<Metadata,MetadataTransferException> check) |
void |
DefaultUpdateCheckManager.touchMetadata(RepositorySystemSession session,
UpdateCheck<Metadata,MetadataTransferException> check) |
Modifier and Type | Method and Description |
---|---|
MetadataTransferException |
MetadataTransfer.getException()
Gets the exception that occurred during the transfer (if any).
|
Modifier and Type | Method and Description |
---|---|
MetadataDownload |
MetadataDownload.setException(MetadataTransferException exception) |
MetadataTransfer |
MetadataTransfer.setException(MetadataTransferException exception)
Sets the exception that occurred during the transfer.
|
MetadataUpload |
MetadataUpload.setException(MetadataTransferException exception) |
Modifier and Type | Class and Description |
---|---|
class |
MetadataNotFoundException
Thrown when metadata was not found in a particular repository.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.