A C D E F G I K L M N O P R S T U W 
All Classes All Packages

A

AbstractTransporter - Class in org.eclipse.aether.spi.connector.transport
A skeleton implementation for custom transporters.
AbstractTransporter() - Constructor for class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Enables subclassing.
ArtifactDownload - Class in org.eclipse.aether.spi.connector
A download of an artifact from a remote repository.
ArtifactDownload() - Constructor for class org.eclipse.aether.spi.connector.ArtifactDownload
Creates a new uninitialized download.
ArtifactDownload(Artifact, String, File, String) - Constructor for class org.eclipse.aether.spi.connector.ArtifactDownload
Creates a new download with the specified properties.
ArtifactTransfer - Class in org.eclipse.aether.spi.connector
A download/upload of an artifact.
ArtifactUpload - Class in org.eclipse.aether.spi.connector
An upload of an artifact to a remote repository.
ArtifactUpload() - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
Creates a new uninitialized upload.
ArtifactUpload(Artifact, File) - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
Creates a new upload with the specified properties.
ArtifactUpload(Artifact, File, FileTransformer) - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
Creates a new upload with the specified properties.

C

Checksum(String, URI) - Constructor for class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Creates a new checksum file descriptor with the specified algorithm and location.
ChecksumPolicy - Interface in org.eclipse.aether.spi.connector.checksum
A checksum policy gets employed by repository connectors to validate the integrity of a downloaded file.
ChecksumPolicyProvider - Interface in org.eclipse.aether.spi.connector.checksum
Assists repository connectors in applying checksum policies to downloaded resources.
classify(Throwable) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Classifies the type of exception that has been thrown from a previous request to the transporter.
close() - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
Closes this connector and frees any network resources associated with it.
close() - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
close() - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Closes this transporter and frees any network resources associated with it.
copy(File, File) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Copies the specified source file to the given target file.
copy(File, File, FileProcessor.ProgressListener) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Copies the specified source file to the given target file.

D

debug(String) - Method in interface org.eclipse.aether.spi.log.Logger
Emits the specified message.
debug(String, Throwable) - Method in interface org.eclipse.aether.spi.log.Logger
Emits the specified message along with a stack trace of the given exception.

E

ERROR_NOT_FOUND - Static variable in interface org.eclipse.aether.spi.connector.transport.Transporter
Classification for exceptions that denote a requested resource does not exist in the remote repository.
ERROR_OTHER - Static variable in interface org.eclipse.aether.spi.connector.transport.Transporter
Classification for exceptions that denote connectivity or authentication issues and any other kind of error that is not mapped to another classification code.

F

FileProcessor - Interface in org.eclipse.aether.spi.io
A utility component to perform file-based operations.
FileProcessor.ProgressListener - Interface in org.eclipse.aether.spi.io
A listener object that is notified for every progress made while copying files.
forLocation(URI, String) - Static method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Creates a checksum file descriptor for the specified artifact/metadata location and algorithm.

G

get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
Performs the specified downloads.
get(GetTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
get(GetTask) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Downloads a resource from the repository.
getAlgorithm() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Gets the name of the algorithm that is used to calculate the checksum.
getArtifact() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Gets the artifact being transferred.
getChecksumPolicy() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the checksum policy for this transfer.
getChecksumPolicy() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Gets the checksum policy for this transfer.
getChecksums() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the checksums which the remote repository advertises for the resource.
getChecksums(Artifact, boolean, URI) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified artifact.
getChecksums(Metadata, boolean, URI) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified metadata.
getDataBytes() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the data that was downloaded into memory.
getDataFile() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the file (if any) where the downloaded data should be stored.
getDataFile() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Gets the file (if any) with the data to be uploaded.
getDataLength() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Gets the total number of bytes to be uploaded.
getDataString() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the data that was downloaded into memory as a string.
getEffectiveChecksumPolicy(RepositorySystemSession, String, String) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicyProvider
Returns the least strict policy.
getException() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Gets the exception that occurred during the transfer (if any).
getException() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Gets the exception that occurred during the transfer (if any).
getException() - Method in class org.eclipse.aether.spi.connector.Transfer
Gets the exception that occurred during the transfer (if any).
getFile() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the local file the artifact is downloaded to or uploaded from.
getFile() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Gets the local file the artifact is downloaded to or uploaded from.
getFile() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Gets the local file the metadata is downloaded to or uploaded from.
getFileTransformer() - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
getListener() - Method in class org.eclipse.aether.spi.connector.Transfer
Gets the listener that is to be notified during the transfer.
getListener() - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
Gets the listener that is to be notified during the transfer.
getLocation() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Gets the location of the checksum file with a remote repository.
getLocation() - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
Gets the relative location of the affected resource in the remote repository.
getLocation(Artifact, boolean) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
Gets the location within a remote repository where the specified artifact resides.
getLocation(Metadata, boolean) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
Gets the location within a remote repository where the specified metadata resides.
getLogger(String) - Method in interface org.eclipse.aether.spi.log.LoggerFactory
Gets a logger for a class with the specified name.
getLogger(String) - Method in class org.eclipse.aether.spi.log.NullLoggerFactory
 
getMetadata() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Gets the metadata being transferred.
getPriority() - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
The priority of this factory.
getPriority() - Method in interface org.eclipse.aether.spi.connector.RepositoryConnectorFactory
The priority of this factory.
getPriority() - Method in interface org.eclipse.aether.spi.connector.transport.TransporterFactory
The priority of this factory.
getPriority() - Method in interface org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
The priority of this factory.
getRepositories() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
getRepositories() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
getRequestContext() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the context of this transfer.
getRequestContext() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Gets the context of this transfer.
getResumeOffset() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the byte offset within the resource from which the download should resume if supported.
getSafeLogger(LoggerFactory, Class<?>) - Static method in class org.eclipse.aether.spi.log.NullLoggerFactory
Gets a logger from the specified factory for the given class, falling back to a logger from this factory if the specified factory is null or fails to provide a logger.
getService(Class<T>) - Method in interface org.eclipse.aether.spi.locator.ServiceLocator
Gets an instance of the specified service.
getServices(Class<T>) - Method in interface org.eclipse.aether.spi.locator.ServiceLocator
Gets all available instances of the specified service.
getSupportedContexts() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the set of request contexts in which the artifact is generally available.
GetTask - Class in org.eclipse.aether.spi.connector.transport
A task to download a resource from the remote repository.
GetTask(URI) - Constructor for class org.eclipse.aether.spi.connector.transport.GetTask
Creates a new task for the specified remote resource.
getTrace() - Method in class org.eclipse.aether.spi.connector.Transfer
Gets the trace information that describes the higher level request/operation in which this transfer is issued.

I

implClose() - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Implements AbstractTransporter.close(), gets only called if the transporter has not already been closed.
implGet(GetTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Implements AbstractTransporter.get(GetTask), gets only called if the transporter has not been closed.
implPeek(PeekTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Implements AbstractTransporter.peek(PeekTask), gets only called if the transporter has not been closed.
implPut(PutTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Implements AbstractTransporter.put(PutTask), gets only called if the transporter has not been closed.
initService(ServiceLocator) - Method in interface org.eclipse.aether.spi.locator.Service
Provides the opportunity to initialize this service and to acquire other services for its operation from the locator.
INSTANCE - Static variable in class org.eclipse.aether.spi.log.NullLoggerFactory
The singleton instance of this factory.
isDebugEnabled() - Method in interface org.eclipse.aether.spi.log.Logger
Indicates whether debug logging is enabled.
isExistenceCheck() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Indicates whether this transfer shall only verify the existence of the artifact in the remote repository rather than actually downloading the file.
isWarnEnabled() - Method in interface org.eclipse.aether.spi.log.Logger
Indicates whether warn logging is enabled.

K

KIND_UNOFFICIAL - Static variable in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Bit flag indicating a checksum which is not part of the official repository layout/structure.

L

LocalRepositoryManagerFactory - Interface in org.eclipse.aether.spi.localrepo
A factory to create managers for the local repository.
Logger - Interface in org.eclipse.aether.spi.log
A simple logger to facilitate emission of diagnostic messages.
LOGGER - Static variable in class org.eclipse.aether.spi.log.NullLoggerFactory
The singleton logger used by this factory.
LoggerFactory - Interface in org.eclipse.aether.spi.log
A factory to create loggers.

M

MetadataDownload - Class in org.eclipse.aether.spi.connector
A download of metadata from a remote repository.
MetadataDownload() - Constructor for class org.eclipse.aether.spi.connector.MetadataDownload
Creates a new uninitialized download.
MetadataDownload(Metadata, String, File, String) - Constructor for class org.eclipse.aether.spi.connector.MetadataDownload
Creates a new download with the specified properties.
MetadataTransfer - Class in org.eclipse.aether.spi.connector
A download/upload of metadata.
MetadataUpload - Class in org.eclipse.aether.spi.connector
An upload of metadata to a remote repository.
MetadataUpload() - Constructor for class org.eclipse.aether.spi.connector.MetadataUpload
Creates a new uninitialized upload.
MetadataUpload(Metadata, File) - Constructor for class org.eclipse.aether.spi.connector.MetadataUpload
Creates a new upload with the specified properties.
mkdirs(File) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Creates the directory named by the given abstract pathname, including any necessary but nonexistent parent directories.
move(File, File) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Moves the specified source file to the given target file.

N

newChecksumPolicy(RepositorySystemSession, RemoteRepository, TransferResource, String) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicyProvider
Retrieves the checksum policy with the specified identifier for use on the given remote resource.
newInputStream() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Opens an input stream for the data to be uploaded.
newInstance(RepositorySystemSession, LocalRepository) - Method in interface org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
Tries to create a repository manager for the specified local repository.
newInstance(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
Tries to create a repository layout for the specified remote repository.
newInstance(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnectorFactory
Tries to create a repository connector for the specified remote repository.
newInstance(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.transport.TransporterFactory
Tries to create a transporter for the specified remote repository.
newOutputStream() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Opens an output stream to store the downloaded data.
newOutputStream(boolean) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Opens an output stream to store the downloaded data.
newRepositoryLayout(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutProvider
Tries to retrieve a repository layout for the specified remote repository.
newTransporter(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.transport.TransporterProvider
Tries to create a transporter for the specified remote repository.
NullLoggerFactory - Class in org.eclipse.aether.spi.log
A logger factory that disables any logging.

O

onChecksumError(String, int, ChecksumFailureException) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals an error while computing the local checksum value or retrieving the checksum value from the remote repository.
onChecksumMatch(String, int) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals a match between the locally computed checksum value and the checksum value declared by the remote repository.
onChecksumMismatch(String, int, ChecksumFailureException) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals a mismatch between the locally computed checksum value and the checksum value declared by the remote repository.
onNoMoreChecksums() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals that all available checksums have been processed.
onTransferChecksumFailure(ChecksumFailureException) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals that (even after a potential retry) checksum validation has failed.
onTransferRetry() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals that the download is being retried after a previously thrown ChecksumFailureException that is retry-worthy.
org.eclipse.aether.spi.connector - package org.eclipse.aether.spi.connector
The contract to access artifacts/metadata in remote repositories.
org.eclipse.aether.spi.connector.checksum - package org.eclipse.aether.spi.connector.checksum
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of downloaded files.
org.eclipse.aether.spi.connector.layout - package org.eclipse.aether.spi.connector.layout
The contract to locate URI-based resources using custom repository layouts.
org.eclipse.aether.spi.connector.transport - package org.eclipse.aether.spi.connector.transport
The contract to download/upload URI-based resources using custom transport protocols.
org.eclipse.aether.spi.io - package org.eclipse.aether.spi.io
I/O related support infrastructure for components.
org.eclipse.aether.spi.localrepo - package org.eclipse.aether.spi.localrepo
The contract for custom local repository implementations.
org.eclipse.aether.spi.locator - package org.eclipse.aether.spi.locator
A lightweight service locator infrastructure to help components acquire dependent components.
org.eclipse.aether.spi.log - package org.eclipse.aether.spi.log
A simple logging infrastructure for diagnostic messages.

P

peek(PeekTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
peek(PeekTask) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Checks the existence of a resource in the repository.
PeekTask - Class in org.eclipse.aether.spi.connector.transport
A task to check the existence of a resource in the remote repository.
PeekTask(URI) - Constructor for class org.eclipse.aether.spi.connector.transport.PeekTask
Creates a new task for the specified remote resource.
progressed(ByteBuffer) - Method in interface org.eclipse.aether.spi.io.FileProcessor.ProgressListener
 
put(Collection<? extends ArtifactUpload>, Collection<? extends MetadataUpload>) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
Performs the specified uploads.
put(PutTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
put(PutTask) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Uploads a resource to the repository.
PutTask - Class in org.eclipse.aether.spi.connector.transport
A task to upload a resource to the remote repository.
PutTask(URI) - Constructor for class org.eclipse.aether.spi.connector.transport.PutTask
Creates a new task for the specified remote resource.

R

RepositoryConnector - Interface in org.eclipse.aether.spi.connector
A connector for a remote repository.
RepositoryConnectorFactory - Interface in org.eclipse.aether.spi.connector
A factory to create repository connectors.
RepositoryLayout - Interface in org.eclipse.aether.spi.connector.layout
The layout for a remote repository whose artifacts/metadata can be addressed via URIs.
RepositoryLayout.Checksum - Class in org.eclipse.aether.spi.connector.layout
A descriptor for a checksum file.
RepositoryLayoutFactory - Interface in org.eclipse.aether.spi.connector.layout
A factory to obtain repository layouts.
RepositoryLayoutProvider - Interface in org.eclipse.aether.spi.connector.layout
Retrieves a repository layout from the installed layout factories.

S

Service - Interface in org.eclipse.aether.spi.locator
A stateless component of the repository system.
ServiceLocator - Interface in org.eclipse.aether.spi.locator
A simple infrastructure to programmatically wire the various components of the repository system together when it is used outside of an IoC container.
setArtifact(Artifact) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setArtifact(Artifact) - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Sets the artifact to transfer.
setArtifact(Artifact) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setChecksum(String, String) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Sets a checksum which the remote repository advertises for the resource.
setChecksumPolicy(String) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Sets the checksum policy for this transfer.
setChecksumPolicy(String) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Sets the checksum policy for this transfer.
setDataBytes(byte[]) - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Sets the binary data to be uploaded.
setDataFile(File) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Sets the file where the downloaded data should be stored.
setDataFile(File) - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Sets the file with the data to be uploaded.
setDataFile(File, boolean) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Sets the file where the downloaded data should be stored.
setDataString(String) - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Sets the textual data to be uploaded.
setException(ArtifactTransferException) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setException(ArtifactTransferException) - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Sets the exception that occurred during the transfer.
setException(ArtifactTransferException) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setException(MetadataTransferException) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setException(MetadataTransferException) - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Sets the exception that occurred during the transfer.
setException(MetadataTransferException) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
setExistenceCheck(boolean) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Controls whether this transfer shall only verify the existence of the artifact in the remote repository rather than actually downloading the file.
setFile(File) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setFile(File) - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Sets the local file the artifact is downloaded to or uploaded from.
setFile(File) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setFile(File) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setFile(File) - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Sets the local file the metadata is downloaded to or uploaded from.
setFile(File) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
setFileTransformer(FileTransformer) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setListener(TransportListener) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Sets the listener that is to be notified during the transfer.
setListener(TransportListener) - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Sets the listener that is to be notified during the transfer.
setListener(TransferListener) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setListener(TransferListener) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setListener(TransferListener) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setListener(TransferListener) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
setMetadata(Metadata) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setMetadata(Metadata) - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Sets the metadata to transfer.
setMetadata(Metadata) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
setRequestContext(String) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Sets the context of this transfer.
setRequestContext(String) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Sets the request context of this transfer.
setSupportedContexts(Collection<String>) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Sets the set of request contexts in which the artifact is generally available.
setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 

T

toString() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
toString() - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
toString() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
 
toString() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
toString() - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
toString() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
 
toString() - Method in class org.eclipse.aether.spi.connector.transport.PeekTask
 
toString() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
 
Transfer - Class in org.eclipse.aether.spi.connector
An artifact/metadata transfer.
Transporter - Interface in org.eclipse.aether.spi.connector.transport
A transporter for a remote repository.
TransporterFactory - Interface in org.eclipse.aether.spi.connector.transport
A factory to create transporters.
TransporterProvider - Interface in org.eclipse.aether.spi.connector.transport
Retrieves a transporter from the installed transporter factories.
TransportListener - Class in org.eclipse.aether.spi.connector.transport
A skeleton class for listeners used to monitor transport operations.
TransportListener() - Constructor for class org.eclipse.aether.spi.connector.transport.TransportListener
Enables subclassing.
transportProgressed(ByteBuffer) - Method in class org.eclipse.aether.spi.connector.transport.TransportListener
Notifies the listener about some progress in the data transfer.
transportStarted(long, long) - Method in class org.eclipse.aether.spi.connector.transport.TransportListener
Notifies the listener about the start of the data transfer.
TransportTask - Class in org.eclipse.aether.spi.connector.transport
A transport task.

U

utilGet(GetTask, InputStream, boolean, long, boolean) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Performs stream-based I/O for the specified download task and notifies the configured transport listener.
utilPut(PutTask, OutputStream, boolean) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Performs stream-based I/O for the specified upload task and notifies the configured transport listener.

W

warn(String) - Method in interface org.eclipse.aether.spi.log.Logger
Emits the specified message.
warn(String, Throwable) - Method in interface org.eclipse.aether.spi.log.Logger
Emits the specified message along with a stack trace of the given exception.
write(File, InputStream) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Writes the given stream to a file.
write(File, String) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Writes the given data to a file.
A C D E F G I K L M N O P R S T U W 
All Classes All Packages