- get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
-
Performs the specified downloads.
- 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.
- 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).
- 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.
- 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.RepositoryConnectorFactory
-
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. a
repository manager).
- 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. a
repository manager).
- 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.
- 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.
- getState() - Method in class org.eclipse.aether.spi.connector.Transfer
-
Gets the state of this transfer.
- getSupportedContexts() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
-
Gets the set of request contexts in which the artifact is generally available.
- 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.
- 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
-
- 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.
- 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
-
- 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. a
repository manager).
- 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. a
repository manager).
- 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.
- setState(Transfer.State) - Method in class org.eclipse.aether.spi.connector.Transfer
-
Sets the state 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
-
- setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.Transfer
-
Sets the trace information that describes the higher level request/operation in which this transfer is issued.