Uses of Class
org.eclipse.aether.transfer.MetadataTransferException
-
Packages that use MetadataTransferException 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. -
-
Uses of MetadataTransferException in org.eclipse.aether.impl
Method parameters in org.eclipse.aether.impl with type arguments of type MetadataTransferException Modifier and Type Method Description voidUpdateCheckManager. checkMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)Checks whether metadata has to be updated from a remote repository.voidUpdateCheckManager. 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 MetadataTransferException Modifier and Type Field Description (package private) MetadataTransferExceptionDefaultMetadataResolver.ResolveTask. exceptionFields in org.eclipse.aether.internal.impl with type parameters of type MetadataTransferException Modifier and Type Field Description (package private) java.util.List<UpdateCheck<Metadata,MetadataTransferException>>DefaultMetadataResolver.ResolveTask. checksMethods in org.eclipse.aether.internal.impl that return MetadataTransferException Modifier and Type Method Description private MetadataTransferExceptionDefaultUpdateCheckManager. newException(java.lang.String error, Metadata metadata, RemoteRepository repository)Method parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataTransferException Modifier and Type Method Description voidDefaultUpdateCheckManager. checkMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)voidDefaultUpdateCheckManager. touchMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataTransferException Constructor Description ResolveTask(RepositorySystemSession session, RequestTrace trace, MetadataResult result, java.io.File metadataFile, java.util.List<UpdateCheck<Metadata,MetadataTransferException>> checks, java.lang.String policy) -
Uses of MetadataTransferException in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as MetadataTransferException Modifier and Type Field Description private MetadataTransferExceptionMetadataTransfer. exceptionMethods in org.eclipse.aether.spi.connector that return MetadataTransferException Modifier and Type Method Description MetadataTransferExceptionMetadataTransfer. getException()Gets the exception that occurred during the transfer (if any).Methods in org.eclipse.aether.spi.connector with parameters of type MetadataTransferException Modifier and Type Method Description MetadataDownloadMetadataDownload. setException(MetadataTransferException exception)MetadataTransferMetadataTransfer. setException(MetadataTransferException exception)Sets the exception that occurred during the transfer.MetadataUploadMetadataUpload. setException(MetadataTransferException exception) -
Uses of MetadataTransferException in org.eclipse.aether.transfer
Subclasses of MetadataTransferException in org.eclipse.aether.transfer Modifier and Type Class Description classMetadataNotFoundExceptionThrown when metadata was not found in a particular repository.
-