Uses of Class
org.eclipse.aether.transfer.MetadataTransferException
Packages that use MetadataTransferException
Package
Description
The provisional interfaces defining the various sub components that implement the repository system.
The various sub components that collectively implement the repository system.
The contract to access artifacts/metadata in remote repositories.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
-
Uses of MetadataTransferException in org.eclipse.aether.impl
Method parameters in org.eclipse.aether.impl with type arguments of type MetadataTransferExceptionModifier and TypeMethodDescriptionvoid
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. -
Uses of MetadataTransferException in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as MetadataTransferExceptionModifier and TypeFieldDescription(package private) MetadataTransferException
DefaultMetadataResolver.ResolveTask.exception
Fields in org.eclipse.aether.internal.impl with type parameters of type MetadataTransferExceptionModifier and TypeFieldDescription(package private) final List<UpdateCheck<Metadata,
MetadataTransferException>> DefaultMetadataResolver.ResolveTask.checks
Methods in org.eclipse.aether.internal.impl that return MetadataTransferExceptionModifier and TypeMethodDescriptionprivate MetadataTransferException
DefaultUpdateCheckManager.newException
(String error, Metadata metadata, RemoteRepository repository) Method parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataTransferExceptionModifier and TypeMethodDescriptionvoid
DefaultUpdateCheckManager.checkMetadata
(RepositorySystemSession session, UpdateCheck<Metadata, MetadataTransferException> check) void
DefaultUpdateCheckManager.touchMetadata
(RepositorySystemSession session, UpdateCheck<Metadata, MetadataTransferException> check) Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataTransferExceptionModifierConstructorDescription(package private)
ResolveTask
(RepositorySystemSession session, RequestTrace trace, MetadataResult result, File metadataFile, List<UpdateCheck<Metadata, MetadataTransferException>> checks, String policy) -
Uses of MetadataTransferException in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as MetadataTransferExceptionMethods in org.eclipse.aether.spi.connector that return MetadataTransferExceptionModifier and TypeMethodDescriptionMetadataTransfer.getException()
Gets the exception that occurred during the transfer (if any).Methods in org.eclipse.aether.spi.connector with parameters of type MetadataTransferExceptionModifier and TypeMethodDescriptionMetadataDownload.setException
(MetadataTransferException exception) MetadataTransfer.setException
(MetadataTransferException exception) Sets the exception that occurred during the transfer.MetadataUpload.setException
(MetadataTransferException exception) -
Uses of MetadataTransferException in org.eclipse.aether.transfer
Subclasses of MetadataTransferException in org.eclipse.aether.transferModifier and TypeClassDescriptionclass
Thrown when metadata was not found in a particular repository.