A B C D E F G H I J L M N O P R S T U V W 

A

AbstractArtifact - Class in org.eclipse.aether.artifact
A skeleton class for artifacts.
AbstractArtifact() - Constructor for class org.eclipse.aether.artifact.AbstractArtifact
 
AbstractForwardingRepositorySystemSession - Class in org.eclipse.aether
A special repository system session to enable decorating or proxying another session.
AbstractForwardingRepositorySystemSession() - Constructor for class org.eclipse.aether.AbstractForwardingRepositorySystemSession
Creates a new forwarding session.
AbstractMetadata - Class in org.eclipse.aether.metadata
A skeleton class for metadata.
AbstractMetadata() - Constructor for class org.eclipse.aether.metadata.AbstractMetadata
 
AbstractRepositoryListener - Class in org.eclipse.aether
A skeleton implementation for custom repository listeners.
AbstractRepositoryListener() - Constructor for class org.eclipse.aether.AbstractRepositoryListener
 
AbstractTransferListener - Class in org.eclipse.aether.transfer
A skeleton implementation for custom transfer listeners.
AbstractTransferListener() - Constructor for class org.eclipse.aether.transfer.AbstractTransferListener
 
accept(DependencyVisitor) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
accept(DependencyNode, List<DependencyNode>) - Method in interface org.eclipse.aether.graph.DependencyFilter
Indicates whether the specified dependency node shall be included or excluded.
accept(DependencyVisitor) - Method in interface org.eclipse.aether.graph.DependencyNode
Traverses this node and potentially its children using the specified visitor.
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.AndDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.NotDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.OrDependencyFilter
 
accept(Artifact) - Method in class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ScopeDependencyFilter
 
acquire(Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in interface org.eclipse.aether.SyncContext
Acquires synchronized access to the specified artifacts and metadatas.
add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
add(RepositorySystemSession, LocalMetadataRegistration) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
add(RepositorySystemSession, LocalArtifactRegistration) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Registers an installed or resolved artifact with the local repository.
add(RepositorySystemSession, LocalMetadataRegistration) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Registers installed or resolved metadata with the local repository.
add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
Adds the specified artifact type to the registry.
add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
Adds the specified artifact type to the registry.
add(Collection<RepositoryListener>) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
Adds the specified listeners to the end of the multicast chain.
add(RepositoryListener) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
Adds the specified listener to the end of the multicast chain.
add(Collection<TransferListener>) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
Adds the specified listeners to the end of the multicast chain.
add(TransferListener) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
Adds the specified listener to the end of the multicast chain.
add(String, Authentication) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
Adds the specified authentication info for the given repository identifier.
add(String, String, String, boolean, String, String) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
Adds the specified mirror to this selector.
add(Proxy, String) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector
Adds the specified proxy definition to the selector.
addAlias(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Records the specified alias.
addArtifact(Artifact) - Method in class org.eclipse.aether.deployment.DeployRequest
Adds the specified artifacts for deployment.
addArtifact(Artifact) - Method in class org.eclipse.aether.deployment.DeployResult
Adds the specified artifacts to the result.
addArtifact(Artifact) - Method in class org.eclipse.aether.installation.InstallRequest
Adds the specified artifacts for installation.
addArtifact(Artifact) - Method in class org.eclipse.aether.installation.InstallResult
Adds the specified artifacts to the result.
addCustom(Authentication) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds custom authentication data to the authentication.
addDependency(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
Adds the specified direct dependency.
addDependency(Dependency) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Adds the specified direct dependency.
addException(Exception) - Method in class org.eclipse.aether.collection.CollectResult
Records the specified exception while building the dependency graph.
addException(Exception) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Records the specified exception while reading the artifact descriptor.
addException(Exception) - Method in class org.eclipse.aether.resolution.ArtifactResult
Records the specified exception while resolving the artifact.
addException(Exception) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Records the specified exception while resolving the version range.
addException(Exception) - Method in class org.eclipse.aether.resolution.VersionResult
Records the specified exception while resolving the version.
addLocalRepositoryManagerFactory(LocalRepositoryManagerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
addManagedDependency(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
Adds the specified managed dependency.
addManagedDependency(Dependency) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Adds the specified managed dependency.
addMetadata(Metadata) - Method in class org.eclipse.aether.deployment.DeployRequest
Adds the specified metadata for deployment.
addMetadata(Metadata) - Method in class org.eclipse.aether.deployment.DeployResult
Adds the specified metadata to this result.
addMetadata(Metadata) - Method in class org.eclipse.aether.installation.InstallRequest
Adds the specified metadata for installation.
addMetadata(Metadata) - Method in class org.eclipse.aether.installation.InstallResult
Adds the specified metadata to this result.
addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
addMirroredRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Adds the specified repository to the list of repositories being mirrored by the repository.
addNtlm(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds NTLM data to the authentication.
addPassword(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds password data to the authentication.
addPassword(char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds password data to the authentication.
addPrivateKey(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds private key data to the authentication.
addPrivateKey(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds private key data to the authentication.
addRelocation(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Records the specified relocation hop while locating the artifact descriptor.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.collection.CollectRequest
Adds the specified repository for collection.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Adds the specified repository for the resolution of the artifact descriptor.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Adds the specified remote repository.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Adds the specified repository for the resolution.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Adds the specified repository for the resolution.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.VersionRequest
Adds the specified repository for the resolution.
addRepositoryConnectorFactory(RepositoryConnectorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
addRepositoryListener(RepositoryListener) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
addSecret(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds sensitive custom string data to the authentication.
addSecret(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds sensitive custom string data to the authentication.
addService(Class<T>, Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Adds an implementation class for a service.
addString(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds custom string data to the authentication.
addTransferredBytes(long) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Increments the total number of bytes that have been transferred so far during the download/upload.
addUsername(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds username data to the authentication.
addVersion(Version) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Adds the specified version to the result.
AetherModule - Class in org.eclipse.aether.impl
A ready-made Guice module that sets up bindings for all components from this library.
AetherModule() - Constructor for class org.eclipse.aether.impl.AetherModule
 
after(RepositorySystemSession, RemoteRepository, Map<String, Object>) - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSetup.AbstractConnectorTestSetup
 
after(RepositorySystemSession, RemoteRepository, Map<String, Object>) - Method in interface org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSetup
This method is called after each test of the bundle is executed.
after() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuiteSetup
aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
 
aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
AndDependencyFilter - Class in org.eclipse.aether.util.filter
A dependency filter that combines zero or more other filters using a logical AND.
AndDependencyFilter(DependencyFilter...) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
AndDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
AndDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that combines zero or more other selectors using a logical AND.
AndDependencySelector(DependencySelector...) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
AndDependencySelector(Collection<DependencySelector>) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
andFilter(DependencyFilter...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical AND.
andFilter(Collection<DependencyFilter>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical AND.
Artifact - Interface in org.eclipse.aether.artifact
A specific artifact.
artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactDeployed(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
ArtifactDescriptorException - Exception in org.eclipse.aether.resolution
Thrown in case of an unreadable or unresolvable artifact descriptor.
ArtifactDescriptorException(ArtifactDescriptorResult) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
 
ArtifactDescriptorException(ArtifactDescriptorResult, String) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
 
ArtifactDescriptorException(ArtifactDescriptorResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
 
artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
ArtifactDescriptorPolicy - Interface in org.eclipse.aether.resolution
Controls the handling of errors related to reading an artifact descriptor.
ArtifactDescriptorPolicyRequest - Class in org.eclipse.aether.resolution
A query for the error policy for a given artifact's descriptor.
ArtifactDescriptorPolicyRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Creates an uninitialized request.
ArtifactDescriptorPolicyRequest(Artifact, String) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Creates a request for the specified artifact.
ArtifactDescriptorReader - Interface in org.eclipse.aether.impl
 
ArtifactDescriptorRequest - Class in org.eclipse.aether.resolution
A request to read an artifact descriptor.
ArtifactDescriptorRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Creates an uninitialized request.
ArtifactDescriptorRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Creates a request with the specified properties.
ArtifactDescriptorResult - Class in org.eclipse.aether.resolution
The result from reading an artifact descriptor.
ArtifactDescriptorResult(ArtifactDescriptorRequest) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorResult
Creates a new result for the specified request.
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.
artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactDownloaded(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactId(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
ArtifactIdUtils - Class in org.eclipse.aether.util.artifact
A utility class to create identifiers for artifacts.
artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactInstalled(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
ArtifactNotFoundException - Exception in org.eclipse.aether.transfer
Thrown when an artifact was not found in a particular repository.
ArtifactNotFoundException(Artifact, RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
 
ArtifactNotFoundException(Artifact, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
 
ArtifactNotFoundException(Artifact, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
 
ArtifactProperties - Class in org.eclipse.aether.artifact
The keys for common properties of artifacts.
ArtifactRepository - Interface in org.eclipse.aether.repository
A repository hosting artifacts.
ArtifactRequest - Class in org.eclipse.aether.resolution
A request to resolve an artifact.
ArtifactRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
Creates an uninitialized request.
ArtifactRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
Creates a request with the specified properties.
ArtifactRequest(DependencyNode) - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
Creates a request from the specified dependency node.
ArtifactResolutionException - Exception in org.eclipse.aether.resolution
Thrown in case of a unresolvable artifacts.
ArtifactResolutionException(List<ArtifactResult>) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
 
ArtifactResolutionException(List<ArtifactResult>, String) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
 
ArtifactResolutionException(List<ArtifactResult>, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
 
artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactResolved(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
ArtifactResolver - Interface in org.eclipse.aether.impl
 
artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
artifactResolving(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
ArtifactResult - Class in org.eclipse.aether.resolution
The result of an artifact resolution request.
ArtifactResult(ArtifactRequest) - Constructor for class org.eclipse.aether.resolution.ArtifactResult
Creates a new result for the specified request.
ArtifactTransfer - Class in org.eclipse.aether.spi.connector
A download/upload of an artifact.
ArtifactTransfer() - Constructor for class org.eclipse.aether.spi.connector.ArtifactTransfer
 
ArtifactTransferException - Exception in org.eclipse.aether.transfer
Thrown when an artifact could not be uploaded/downloaded to/from a particular remote repository.
ArtifactTransferException(Artifact, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
 
ArtifactTransferException(Artifact, RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
 
ArtifactTransferException(Artifact, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
 
ArtifactType - Interface in org.eclipse.aether.artifact
An artifact type describing artifact characteristics that are common for certain artifacts.
ArtifactTypeRegistry - Interface in org.eclipse.aether.artifact
A registry of known artifact types.
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.
assertContent(byte[], File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
assertContent(String, File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
AsyncRepositoryConnectorFactory - Class in org.eclipse.aether.connector.async
A repository connector factory that uses Async Http Client for the transfers.
AsyncRepositoryConnectorFactory() - Constructor for class org.eclipse.aether.connector.async.AsyncRepositoryConnectorFactory
Creates an (uninitialized) instance of this connector factory.
Authentication - Interface in org.eclipse.aether.repository
The authentication to use for accessing a protected resource.
AuthenticationBuilder - Class in org.eclipse.aether.util.repository
A utility class to build authentication info for repositories and proxies.
AuthenticationBuilder() - Constructor for class org.eclipse.aether.util.repository.AuthenticationBuilder
Creates a new authentication builder.
AuthenticationContext - Class in org.eclipse.aether.repository
A glorified map of key value pairs holding (cleartext) authentication data.
AuthenticationDigest - Class in org.eclipse.aether.repository
A helper to calculate a fingerprint/digest for the authentication data of a repository/proxy.
AuthenticationSelector - Interface in org.eclipse.aether.repository
Selects authentication for a given remote repository.
await() - Method in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
Causes the current thread to wait until all previously wrapped runnables have terminated and potentially re-throws an uncaught RuntimeException or Error from any of the runnables.

B

basedir(String) - Static method in class org.eclipse.aether.internal.test.util.connector.TestConnectorPathUtils
Derive the path portion of the given URL.
before(RepositorySystemSession, Map<String, Object>) - Method in interface org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSetup
This method is called before each test run.
before() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuiteSetup
beforeClass(RepositorySystemSession) - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSetup.AbstractConnectorTestSetup
 
beforeClass(RepositorySystemSession) - Method in interface org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSetup
This method is called before the first test of the bundle is executed.
build() - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
build() - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Builds a new remote repository from the current values of this builder.
build() - Method in class org.eclipse.aether.RepositoryEvent.Builder
Builds a new event from the current values of this builder.
build() - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Builds a new transfer event from the current values of this builder.
build() - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Builds a new authentication object from the current data of this builder.

C

CACHE_ALL - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Bit mask indicating that all resolution errors should be cached in the local repository.
CACHE_DISABLED - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Bit mask indicating that resolution errors should not be cached in the local repository.
CACHE_NOT_FOUND - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Bit flag indicating whether missing artifacts/metadata should be cached in the local repository.
CACHE_TRANSFER_ERROR - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Bit flag indicating whether connectivity/transfer errors (e.g. unreachable host, bad authentication) should be cached in the local repository.
CacheUtils - Class in org.eclipse.aether.internal.impl
 
CacheUtils() - Constructor for class org.eclipse.aether.internal.impl.CacheUtils
 
calc(File, Collection<String>) - Static method in class org.eclipse.aether.util.ChecksumUtils
Calculates checksums for the specified file.
ChainedDependencyGraphTransformer - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that chains other transformers.
ChainedDependencyGraphTransformer(DependencyGraphTransformer...) - Constructor for class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
Creates a new transformer that chains the specified transformers.
ChainedRepositoryListener - Class in org.eclipse.aether.util.listener
A repository listener that delegates to zero or more other listeners (multicast).
ChainedRepositoryListener(RepositoryListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedRepositoryListener(Collection<RepositoryListener>) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedTransferListener - Class in org.eclipse.aether.util.listener
A transfer listener that delegates to zero or more other listeners (multicast).
ChainedTransferListener(TransferListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedTransferListener(Collection<TransferListener>) - Constructor for class org.eclipse.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedWorkspaceReader - Class in org.eclipse.aether.util.repository
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
ChainedWorkspaceReader(WorkspaceReader...) - Constructor for class org.eclipse.aether.util.repository.ChainedWorkspaceReader
Creates a new workspace reader by chaining the specified readers.
checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Checks whether an artifact has to be updated from a remote repository.
checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Checks whether metadata has to be updated from a remote repository.
checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
checkOffline(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.impl.OfflineController
Determines whether the specified repository is accessible according to the offline policy of the given session.
checkOffline(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
CHECKSUM_POLICY_FAIL - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Verify checksums and fail the resolution if they do not match.
CHECKSUM_POLICY_IGNORE - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Do not verify checksums.
CHECKSUM_POLICY_WARN - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Verify checksums and warn if they do not match.
ChecksumFailureException - Exception in org.eclipse.aether.transfer
Thrown in case of a checksum failure during an artifact/metadata download.
ChecksumFailureException(String, String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
 
ChecksumFailureException(String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
 
ChecksumFailureException(Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
 
ChecksumFailureException(String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
 
ChecksumUtils - Class in org.eclipse.aether.util
A utility class to assist in the verification and generation of checksums.
ClassicDependencyManager - Class in org.eclipse.aether.util.graph.manager
A dependency manager that mimics the way Maven 2.x works.
ClassicDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
Creates a new dependency manager without any management information.
classpathFilter(String...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
classpathFilter(Collection<String>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
clear() - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
clear() - Method in class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
clone(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
Creates a clone of the specified node.
CloningDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
A dependency visitor that constructs a clone of the visited dependency graph.
CloningDependencyVisitor() - Constructor for class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
Creates a new visitor that clones the visited nodes.
close() - Method in class org.eclipse.aether.repository.AuthenticationContext
Closes this authentication context and erases sensitive authentication data from heap memory.
close(AuthenticationContext) - Static method in class org.eclipse.aether.repository.AuthenticationContext
Closes the specified authentication context.
close() - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
Closes this connector and frees any network resources associated with it.
close() - Method in interface org.eclipse.aether.SyncContext
Releases all previously acquired artifacts/metadatas.
collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.eclipse.aether.impl.DependencyCollector
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.DefaultDependencyCollector
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.eclipse.aether.RepositorySystem
Collects the transitive dependencies of an artifact and builds a dependency graph.
CollectRequest - Class in org.eclipse.aether.collection
A request to collect the transitive dependencies and to build a dependency graph from them.
CollectRequest() - Constructor for class org.eclipse.aether.collection.CollectRequest
Creates an uninitialized request.
CollectRequest(Dependency, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
Creates a request with the specified properties.
CollectRequest(Dependency, List<Dependency>, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
Creates a new request with the specified properties.
CollectRequest(List<Dependency>, List<Dependency>, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
Creates a new request with the specified properties.
CollectResult - Class in org.eclipse.aether.collection
The result of a dependency collection request.
CollectResult(CollectRequest) - Constructor for class org.eclipse.aether.collection.CollectResult
Creates a new result for the specified request.
COMPILE - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 
CONFIG_PROP_VERBOSE - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the repository session's configuration properties used to store a Boolean flag controlling the verbose mode for dependency management.
CONFIG_PROP_VERBOSE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
The key in the repository session's configuration properties used to store a Boolean flag controlling the transformer's verbose mode.
ConfigurationProperties - Class in org.eclipse.aether
The keys and defaults for common configuration properties.
configure(Wagon, Object) - Method in interface org.eclipse.aether.connector.wagon.WagonConfigurator
Configures the specified wagon instance with the given configuration.
configure() - Method in class org.eclipse.aether.impl.AetherModule
 
configure(Wagon, Object) - Method in class org.eclipse.aether.internal.connector.wagon.PlexusWagonConfigurator
 
ConfigUtils - Class in org.eclipse.aether.util
A utility class to read configuration properties from a repository system session.
CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a Map<DependencyNode, Object> is stored which maps dependency nodes to their conflict ids.
ConflictIdSorter - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that creates a topological sorting of the conflict ids which have been assigned to the dependency nodes.
ConflictIdSorter() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
 
ConflictMarker - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that identifies conflicting dependencies.
ConflictMarker() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictMarker
 
ConflictResolver - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that resolves version and scope conflicts among dependencies.
ConflictResolver(ConflictResolver.VersionSelector, ConflictResolver.ScopeSelector, ConflictResolver.OptionalitySelector, ConflictResolver.ScopeDeriver) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver
Creates a new conflict resolver instance with the specified hooks.
ConflictResolver.ConflictContext - Class in org.eclipse.aether.util.graph.transformer
A context used to hold information that is relevant for resolving version and scope conflicts.
ConflictResolver.ConflictContext(DependencyNode, Object, Map<DependencyNode, Object>, Collection<ConflictResolver.ConflictItem>) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Creates a new conflict context.
ConflictResolver.ConflictItem - Class in org.eclipse.aether.util.graph.transformer
A conflicting dependency.
ConflictResolver.ConflictItem(DependencyNode, DependencyNode, int, int, String...) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Creates a new conflict item with the specified properties.
ConflictResolver.OptionalitySelector - Class in org.eclipse.aether.util.graph.transformer
An extension point of ConflictResolver that determines the effective optional flag of a dependency from a potentially conflicting set of derived optionalities.
ConflictResolver.OptionalitySelector() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
 
ConflictResolver.ScopeContext - Class in org.eclipse.aether.util.graph.transformer
A context used to hold information that is relevant for deriving the scope of a child dependency.
ConflictResolver.ScopeContext(String, String) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Creates a new scope context with the specified properties.
ConflictResolver.ScopeDeriver - Class in org.eclipse.aether.util.graph.transformer
An extension point of ConflictResolver that determines the scope of a dependency in relation to the scope of its parent.
ConflictResolver.ScopeDeriver() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
 
ConflictResolver.ScopeSelector - Class in org.eclipse.aether.util.graph.transformer
An extension point of ConflictResolver that determines the effective scope of a dependency from a potentially conflicting set of derived scopes.
ConflictResolver.ScopeSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
 
ConflictResolver.VersionSelector - Class in org.eclipse.aether.util.graph.transformer
An extension point of ConflictResolver that determines the winner among conflicting dependencies.
ConflictResolver.VersionSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
 
CONNECT_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
The timeout (in milliseconds) to wait for a successful connection to a remote server.
ConnectorTestContext - Class in org.eclipse.aether.internal.test.util.connector
 
ConnectorTestContext(RemoteRepository, RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.test.util.connector.ConnectorTestContext
 
ConnectorTestContext() - Constructor for class org.eclipse.aether.internal.test.util.connector.ConnectorTestContext
 
ConnectorTestSetup - Interface in org.eclipse.aether.internal.test.util.connector.suite
The callback handler used to configure ConnectorTestSuite.
ConnectorTestSetup.AbstractConnectorTestSetup - Class in org.eclipse.aether.internal.test.util.connector.suite
Empty implementation of ConnectorTestSetup.
ConnectorTestSetup.AbstractConnectorTestSetup() - Constructor for class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSetup.AbstractConnectorTestSetup
 
ConnectorTestSuite - Class in org.eclipse.aether.internal.test.util.connector.suite
The ConnectorTestSuite bundles standard tests for RepositoryConnectors.
ConnectorTestSuite(ConnectorTestSetup) - Constructor for class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuite
 
ConnectorTestSuiteSetup - Class in org.eclipse.aether.internal.test.util.connector.suite
Provides the Junit-callback methods to configure the ConnectorTestSuite per connector.
ConnectorTestSuiteSetup(ConnectorTestSetup) - Constructor for class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuiteSetup
 
ConnectorTestUtils - Class in org.eclipse.aether.internal.test.util.connector.suite
 
ConnectorTestUtils() - Constructor for class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestUtils
 
ConservativeAuthenticationSelector - Class in org.eclipse.aether.util.repository
An authentication selector that delegates to another selector but only if a repository has no authentication data yet.
ConservativeAuthenticationSelector(AuthenticationSelector) - Constructor for class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
Creates a new selector that delegates to the specified selector.
ConservativeProxySelector - Class in org.eclipse.aether.util.repository
A proxy selector that delegates to another selector but only if a repository has no proxy yet.
ConservativeProxySelector(ProxySelector) - Constructor for class org.eclipse.aether.util.repository.ConservativeProxySelector
Creates a new selector that delegates to the specified selector.
CONSTITUTES_BUILD_PATH - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
A boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a consumer project.
containsVersion(Version) - Method in interface org.eclipse.aether.version.VersionConstraint
Determines whether the specified version satisfies this constraint.
containsVersion(Version) - Method in interface org.eclipse.aether.version.VersionRange
Determines whether the specified version is contained within this range.
context(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
copy(File, File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
copy(File, File, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
copy(File, File) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
copy(File, File, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
copy(File, File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
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.
copy() - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Creates a new transfer event builder from the current values of this builder.
copyProperties(Map<String, String>) - Static method in class org.eclipse.aether.artifact.AbstractArtifact
Copies the specified artifact properties.
copyProperties(Map<String, String>) - Static method in class org.eclipse.aether.metadata.AbstractMetadata
Copies the specified metadata properties.
createTempDir() - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
createTempDir(String) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
createTempFile(String) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
createTempFile(byte[], int) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
createTransfers(Class<T>, int, File) - Static method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestUtils
Creates transfer objects according to the given class.
CYCLIC_CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a Collection<Collection<Object>> is stored that denotes cycles among conflict ids.

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.
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
The default connect timeout to use if ConfigurationProperties.CONNECT_TIMEOUT isn't set.
DEFAULT_HTTP_CREDENTIAL_ENCODING - Static variable in class org.eclipse.aether.ConfigurationProperties
The default encoding/charset to use if ConfigurationProperties.HTTP_CREDENTIAL_ENCODING isn't set.
DEFAULT_INTERACTIVE - Static variable in class org.eclipse.aether.ConfigurationProperties
The default interactive mode if ConfigurationProperties.INTERACTIVE isn't set.
DEFAULT_REQUEST_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
The default request timeout to use if ConfigurationProperties.REQUEST_TIMEOUT isn't set.
DEFAULT_USER_AGENT - Static variable in class org.eclipse.aether.ConfigurationProperties
The default user agent to use if ConfigurationProperties.USER_AGENT isn't set.
DefaultArtifact - Class in org.eclipse.aether.artifact
A simple artifact.
DefaultArtifact(String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, Map<String, String>) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and properties.
DefaultArtifact(String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and no classifier.
DefaultArtifact(String, String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, String, String, String, String, ArtifactType) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, String, String, String, String, Map<String, String>, ArtifactType) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and properties.
DefaultArtifact(String, String, String, String, String, Map<String, String>, File) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates, properties and file.
DefaultArtifactResolver - Class in org.eclipse.aether.internal.impl
 
DefaultArtifactResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
DefaultArtifactType - Class in org.eclipse.aether.artifact
A simple artifact type.
DefaultArtifactType(String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
 
DefaultArtifactType(String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
 
DefaultArtifactType(String, String, String, String, boolean, boolean) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
 
DefaultArtifactType(String, String, String, Map<String, String>) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
Creates a new artifact type with the specified properties.
DefaultArtifactTypeRegistry - Class in org.eclipse.aether.util.artifact
A simple artifact type registry.
DefaultArtifactTypeRegistry() - Constructor for class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
Creates a new artifact type registry with initally no registered artifact types.
DefaultAuthenticationSelector - Class in org.eclipse.aether.util.repository
A simple authentication selector that selects authentication based on repository identifiers.
DefaultAuthenticationSelector() - Constructor for class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
 
DefaultDependencyCollector - Class in org.eclipse.aether.internal.impl
 
DefaultDependencyCollector() - Constructor for class org.eclipse.aether.internal.impl.DefaultDependencyCollector
 
DefaultDependencyNode - Class in org.eclipse.aether.graph
A node within a dependency graph.
DefaultDependencyNode(Dependency) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
Creates a new node with the specified dependency.
DefaultDependencyNode(Artifact) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
Creates a new root node with the specified artifact as its label.
DefaultDependencyNode(DependencyNode) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
Creates a mostly shallow clone of the specified node.
DefaultDeployer - Class in org.eclipse.aether.internal.impl
 
DefaultDeployer() - Constructor for class org.eclipse.aether.internal.impl.DefaultDeployer
 
DefaultFileProcessor - Class in org.eclipse.aether.internal.impl
A utility class helping with file-based operations.
DefaultFileProcessor() - Constructor for class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
DefaultInstaller - Class in org.eclipse.aether.internal.impl
 
DefaultInstaller() - Constructor for class org.eclipse.aether.internal.impl.DefaultInstaller
 
DefaultLocalRepositoryProvider - Class in org.eclipse.aether.internal.impl
 
DefaultLocalRepositoryProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
DefaultMetadata - Class in org.eclipse.aether.metadata
A basic metadata instance.
DefaultMetadata(String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the repository root with the specific type and nature.
DefaultMetadata(String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId level with the specific type and nature.
DefaultMetadata(String, String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId level with the specific type and nature.
DefaultMetadata(String, String, String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
DefaultMetadata(String, String, String, String, Metadata.Nature, File) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
DefaultMetadata(String, String, String, String, Metadata.Nature, Map<String, String>, File) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
DefaultMetadataResolver - Class in org.eclipse.aether.internal.impl
 
DefaultMetadataResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
DefaultMirrorSelector - Class in org.eclipse.aether.util.repository
A simple mirror selector that selects mirrors based on repository identifiers.
DefaultMirrorSelector() - Constructor for class org.eclipse.aether.util.repository.DefaultMirrorSelector
 
DefaultOfflineController - Class in org.eclipse.aether.internal.impl
 
DefaultOfflineController() - Constructor for class org.eclipse.aether.internal.impl.DefaultOfflineController
 
DefaultProxySelector - Class in org.eclipse.aether.util.repository
A simple proxy selector that selects the first matching proxy from a list of configured proxies.
DefaultProxySelector() - Constructor for class org.eclipse.aether.util.repository.DefaultProxySelector
 
DefaultRemoteRepositoryManager - Class in org.eclipse.aether.internal.impl
 
DefaultRemoteRepositoryManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
DefaultRepositoryCache - Class in org.eclipse.aether
A simplistic repository cache backed by a thread-safe map.
DefaultRepositoryCache() - Constructor for class org.eclipse.aether.DefaultRepositoryCache
 
DefaultRepositoryConnectorProvider - Class in org.eclipse.aether.internal.impl
 
DefaultRepositoryConnectorProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
DefaultRepositoryEventDispatcher - Class in org.eclipse.aether.internal.impl
 
DefaultRepositoryEventDispatcher() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
DefaultRepositorySystem - Class in org.eclipse.aether.internal.impl
 
DefaultRepositorySystem() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
DefaultRepositorySystemSession - Class in org.eclipse.aether
A simple repository system session.
DefaultRepositorySystemSession() - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession
Creates an uninitialized session.
DefaultRepositorySystemSession(RepositorySystemSession) - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession
Creates a shallow copy of the specified session.
DefaultServiceLocator - Class in org.eclipse.aether.impl
A simple service locator that is already setup with all components from this library.
DefaultServiceLocator() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator
Creates a new service locator that already knows about all service implementations included this library.
DefaultServiceLocator.ErrorHandler - Class in org.eclipse.aether.impl
A hook to customize the handling of errors encountered while locating a service implementation.
DefaultServiceLocator.ErrorHandler() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator.ErrorHandler
 
DefaultSessionData - Class in org.eclipse.aether
A simple session data storage backed by a thread-safe map.
DefaultSessionData() - Constructor for class org.eclipse.aether.DefaultSessionData
 
DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl
A factory to create synchronization contexts.
DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.DefaultSyncContextFactory
 
DefaultUpdateCheckManager - Class in org.eclipse.aether.internal.impl
 
DefaultUpdateCheckManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
DefaultUpdatePolicyAnalyzer - Class in org.eclipse.aether.internal.impl
 
DefaultUpdatePolicyAnalyzer() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
DelegatingArtifact - Class in org.eclipse.aether.util.artifact
An artifact that delegates to another artifact instance.
DelegatingArtifact(Artifact) - Constructor for class org.eclipse.aether.util.artifact.DelegatingArtifact
Creates a new artifact instance that delegates to the specified artifact.
delete(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
deleteTempFiles() - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
Dependency - Class in org.eclipse.aether.graph
A dependency to some artifact.
Dependency(Artifact, String) - Constructor for class org.eclipse.aether.graph.Dependency
Creates a mandatory dependency on the specified artifact with the given scope.
Dependency(Artifact, String, Boolean) - Constructor for class org.eclipse.aether.graph.Dependency
Creates a dependency on the specified artifact with the given scope.
Dependency(Artifact, String, Boolean, Collection<Exclusion>) - Constructor for class org.eclipse.aether.graph.Dependency
Creates a dependency on the specified artifact with the given scope and exclusions.
DependencyCollectionContext - Interface in org.eclipse.aether.collection
A context used during dependency collection to update the dependency manager, selector and traverser.
DependencyCollectionException - Exception in org.eclipse.aether.collection
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.
DependencyCollectionException(CollectResult) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
 
DependencyCollectionException(CollectResult, String) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
 
DependencyCollectionException(CollectResult, String, Throwable) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
 
DependencyCollector - Interface in org.eclipse.aether.impl
DependencyFilter - Interface in org.eclipse.aether.graph
A filter to include/exclude dependency nodes during other operations.
DependencyFilterUtils - Class in org.eclipse.aether.util.filter
A utility class assisting in the creation of dependency node filters.
DependencyGraphParser - Class in org.eclipse.aether.internal.test.util
Creates a dependency graph from a text description.
DependencyGraphParser(String, Collection<String>) - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
Create a parser with the given prefix and the given substitution strings.
DependencyGraphParser(String) - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
Create a parser with the given prefix.
DependencyGraphParser() - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
Create a parser with an empty prefix.
DependencyGraphTransformationContext - Interface in org.eclipse.aether.collection
A context used during dependency collection to exchange information within a chain of dependency graph transformers.
DependencyGraphTransformer - Interface in org.eclipse.aether.collection
Transforms a given dependency graph.
DependencyManagement - Class in org.eclipse.aether.collection
The management updates to apply to a dependency.
DependencyManagement() - Constructor for class org.eclipse.aether.collection.DependencyManagement
Creates an empty management update.
DependencyManager - Interface in org.eclipse.aether.collection
Applies dependency management to the dependencies of a dependency node.
DependencyManagerUtils - Class in org.eclipse.aether.util.graph.manager
A utility class assisting in analyzing the effects of dependency management.
DependencyManagerUtils() - Constructor for class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
 
DependencyNode - Interface in org.eclipse.aether.graph
A node within a dependency graph.
DependencyRequest - Class in org.eclipse.aether.resolution
A request to resolve transitive dependencies.
DependencyRequest() - Constructor for class org.eclipse.aether.resolution.DependencyRequest
Creates an uninitialized request.
DependencyRequest(DependencyNode, DependencyFilter) - Constructor for class org.eclipse.aether.resolution.DependencyRequest
Creates a request for the specified dependency graph and with the given resolution filter.
DependencyRequest(CollectRequest, DependencyFilter) - Constructor for class org.eclipse.aether.resolution.DependencyRequest
Creates a request for the specified collect request and with the given resolution filter.
DependencyResolutionException - Exception in org.eclipse.aether.resolution
Thrown in case of a unresolvable dependencies.
DependencyResolutionException(DependencyResult, Throwable) - Constructor for exception org.eclipse.aether.resolution.DependencyResolutionException
 
DependencyResolutionException(DependencyResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.DependencyResolutionException
 
DependencyResult - Class in org.eclipse.aether.resolution
The result of a dependency resolution request.
DependencyResult(DependencyRequest) - Constructor for class org.eclipse.aether.resolution.DependencyResult
Creates a new result for the specified request.
DependencySelector - Interface in org.eclipse.aether.collection
Decides what dependencies to include in the dependency graph.
DependencyTraverser - Interface in org.eclipse.aether.collection
Decides whether the dependencies of a dependency node should be traversed as well.
DependencyVisitor - Interface in org.eclipse.aether.graph
A visitor for nodes of the dependency graph.
deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.impl.Deployer
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.RepositorySystem
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
Deployer - Interface in org.eclipse.aether.impl
 
DeploymentException - Exception in org.eclipse.aether.deployment
Thrown in case of a deployment error like authentication failure.
DeploymentException(String) - Constructor for exception org.eclipse.aether.deployment.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception org.eclipse.aether.deployment.DeploymentException
 
DeployRequest - Class in org.eclipse.aether.deployment
A request to deploy artifacts and their accompanying metadata into the a remote repository.
DeployRequest() - Constructor for class org.eclipse.aether.deployment.DeployRequest
Creates an uninitialized request.
DeployResult - Class in org.eclipse.aether.deployment
The result of deploying artifacts and their accompanying metadata into the a remote repository.
DeployResult(DeployRequest) - Constructor for class org.eclipse.aether.deployment.DeployResult
Creates a new result for the specified request.
deriveChildManager(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencyManager
Derives a dependency manager for the specified collection context.
deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
 
deriveChildSelector(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencySelector
Derives a dependency selector for the specified collection context.
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
deriveChildTraverser(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencyTraverser
Derives a dependency traverser that will be used to decide whether the transitive dependencies of the dependency given in the collection context shall be traversed.
deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
 
deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
 
deriveScope(ConflictResolver.ScopeContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
Determines the scope of a dependency in relation to the scope of its parent.
deriveScope(ConflictResolver.ScopeContext) - Method in class org.eclipse.aether.util.graph.transformer.JavaScopeDeriver
 
digest(AuthenticationDigest) - Method in interface org.eclipse.aether.repository.Authentication
Updates the given digest with data from this authentication callback.
dirname(String) - Static method in class org.eclipse.aether.internal.test.util.connector.TestConnectorPathUtils
Returns the directory path portion of a file specification string.
dirnames(String) - Static method in class org.eclipse.aether.internal.test.util.connector.TestConnectorPathUtils
 
dispatch(RepositoryEvent) - Method in interface org.eclipse.aether.impl.RepositoryEventDispatcher
Dispatches the specified repository event to all registered listeners.
dispatch(RepositoryEvent) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
DOWNLOAD_URL - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
The URL to a web page from which the artifact can be manually downloaded.
dump(DependencyNode) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 

E

EnhancedLocalRepositoryManagerFactory - Class in org.eclipse.aether.internal.impl
Creates enhanced local repository managers for repository types "default" or "" (automatic).
EnhancedLocalRepositoryManagerFactory() - Constructor for class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
eq(T, T) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
 
equals(Object) - Method in class org.eclipse.aether.artifact.AbstractArtifact
Compares this artifact with the specified object.
equals(Object) - Method in class org.eclipse.aether.graph.Dependency
 
equals(Object) - Method in class org.eclipse.aether.graph.Exclusion
 
equals(Object) - Method in class org.eclipse.aether.metadata.AbstractMetadata
Compares this metadata with the specified object.
equals(Object) - Method in class org.eclipse.aether.repository.LocalRepository
 
equals(Object) - Method in class org.eclipse.aether.repository.Proxy
 
equals(Object) - Method in class org.eclipse.aether.repository.RemoteRepository
 
equals(Object) - Method in class org.eclipse.aether.repository.RepositoryPolicy
 
equals(Object) - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
equals(Object) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
equals(Object) - Method in class org.eclipse.aether.util.filter.AndDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.filter.NotDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.filter.OrDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.filter.ScopeDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
equals(Object) - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
 
equals(Object) - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
 
equals(Object) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
equals(Object) - Method in class org.eclipse.aether.version.VersionRange.Bound
 
equalsBaseId(Artifact, Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Determines whether two artifacts have the same base identifier.
equalsId(Artifact, Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Determines whether two artifacts have the same identifier.
Exclusion - Class in org.eclipse.aether.graph
An exclusion of one or more transitive dependencies.
Exclusion(String, String, String, String) - Constructor for class org.eclipse.aether.graph.Exclusion
Creates an exclusion for artifacts with the specified coordinates.
ExclusionDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that applies exclusions based on artifact coordinates.
ExclusionDependencySelector() - Constructor for class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
Creates a new selector without any exclusions.
ExclusionDependencySelector(Collection<Exclusion>) - Constructor for class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
Creates a new selector with the specified exclusions.
ExclusionsDependencyFilter - Class in org.eclipse.aether.util.filter
A simple filter to exclude artifacts based on either artifact id or group id and artifact id.
ExclusionsDependencyFilter(Collection<String>) - Constructor for class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
Creates a new filter using the specified exclude patterns.
ext(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 

F

factory() - Method in interface org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSetup
 
factory() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuiteSetup
 
FatArtifactTraverser - Class in org.eclipse.aether.util.graph.traverser
A dependency traverser that excludes the dependencies of fat artifacts from the traversal.
FatArtifactTraverser() - Constructor for class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
Creates a new instance of this dependency traverser.
filename(String) - Static method in class org.eclipse.aether.internal.test.util.connector.TestConnectorPathUtils
Returns the filename portion of a file specification string.
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.
FileRepositoryConnectorFactory - Class in org.eclipse.aether.connector.file
Factory to create repository connectors for use with the file protocol.
FileRepositoryConnectorFactory() - Constructor for class org.eclipse.aether.connector.file.FileRepositoryConnectorFactory
Creates an (uninitialized) instance of this connector factory.
fill(AuthenticationContext, String, Map<String, String>) - Method in interface org.eclipse.aether.repository.Authentication
Fills the given authentication context with the data from this authentication callback.
FilteringDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
A dependency visitor that delegates to another visitor if nodes match a filter.
FilteringDependencyVisitor(DependencyVisitor, DependencyFilter) - Constructor for class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
Creates a new visitor that delegates traversal of nodes matching the given filter to the specified visitor.
find(RepositorySystemSession, LocalArtifactRequest) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
find(RepositorySystemSession, LocalMetadataRequest) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
find(RepositorySystemSession, LocalArtifactRequest) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Queries for the existence of an artifact in the local repository.
find(RepositorySystemSession, LocalMetadataRequest) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Queries for the existence of metadata in the local repository.
findArtifact(Artifact) - Method in interface org.eclipse.aether.repository.WorkspaceReader
Locates the specified artifact.
findArtifact(Artifact) - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
 
findVersions(Artifact) - Method in interface org.eclipse.aether.repository.WorkspaceReader
Determines all available versions of the specified artifact.
findVersions(Artifact) - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
 
finish(Collection<? extends Artifact>) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Allows for metadata generation based on the transformed artifacts.
forProxy(RepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.repository.AuthenticationContext
Gets an authentication context for the proxy of the specified repository.
forProxy(RepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the fingerprint for the authentication of the specified repository's proxy.
forRepository(RepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.repository.AuthenticationContext
Gets an authentication context for the specified repository.
forRepository(RepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the fingerprint for the authentication of the specified repository.

G

GenericVersionScheme - Class in org.eclipse.aether.util.version
A version scheme using a generic version syntax and common sense sorting.
GenericVersionScheme() - Constructor for class org.eclipse.aether.util.version.GenericVersionScheme
Creates a new instance of the version scheme for parsing versions.
get(String) - Method in interface org.eclipse.aether.artifact.ArtifactTypeRegistry
Gets the artifact type with the specified identifier.
get(Object) - Method in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
Gets a keyed value from the context.
get(RepositorySystemSession, Object) - Method in class org.eclipse.aether.DefaultRepositoryCache
 
get(Object) - Method in class org.eclipse.aether.DefaultSessionData
 
get(String) - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the authentication data for the specified key.
get(String, Class<T>) - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the authentication data for the specified key.
get(String, Map<String, String>, Class<T>) - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the authentication data for the specified key.
get(RepositorySystemSession, Object) - Method in interface org.eclipse.aether.RepositoryCache
Gets the specified data from the cache.
get(Object) - Method in interface org.eclipse.aether.SessionData
Gets the session data associated with the specified key.
get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
Performs the specified downloads.
get(String) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
 
getActual() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
 
getAliases() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getAliases() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the known aliases for this dependency's artifact.
getAliases() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the known aliases for this artifact.
getArtifact() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getArtifact() - Method in class org.eclipse.aether.graph.Dependency
Gets the artifact being depended on.
getArtifact() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the artifact associated with this node.
getArtifact() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Gets the artifact to register.
getArtifact() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Gets the artifact to query for.
getArtifact() - Method in class org.eclipse.aether.RepositoryEvent
Gets the artifact involved in the event (if any).
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Gets the artifact for whose descriptor to determine the error policy.
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Gets the artifact whose descriptor shall be read.
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the artifact whose descriptor was read.
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the artifact to resolve.
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactResult
Gets the resolved artifact (if any).
getArtifact() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Gets the artifact whose version range shall be resolved.
getArtifact() - Method in class org.eclipse.aether.resolution.VersionRequest
Gets the artifact whose (meta-)version shall be resolved.
getArtifact() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Gets the artifact being transferred.
getArtifact() - Method in exception org.eclipse.aether.transfer.ArtifactTransferException
 
getArtifactDescriptorPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getArtifactDescriptorPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getArtifactDescriptorPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the policy which controls how errors related to reading artifact descriptors should be handled.
getArtifactId() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the artifact identifier of this artifact, for example "maven-model".
getArtifactId() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getArtifactId() - Method in class org.eclipse.aether.graph.Exclusion
Gets the artifact identifier for artifacts to exclude.
getArtifactId() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getArtifactId() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the artifact identifier of this metadata.
getArtifactId() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getArtifactId() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getArtifactPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Artifact>) - Method in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Gets the error policy for an artifact.
getArtifactPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Artifact>) - Method in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
 
getArtifactRegistration() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getArtifactResults() - Method in class org.eclipse.aether.resolution.DependencyResult
Gets the resolution results for the dependency artifacts that matched DependencyRequest.getFilter().
getArtifacts() - Method in class org.eclipse.aether.deployment.DeployRequest
Gets the artifact to deploy.
getArtifacts() - Method in class org.eclipse.aether.deployment.DeployResult
Gets the artifacts that got deployed.
getArtifacts() - Method in class org.eclipse.aether.installation.InstallRequest
Gets the artifact to install.
getArtifacts() - Method in class org.eclipse.aether.installation.InstallResult
Gets the artifacts that got installed.
getArtifactTypeRegistry() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getArtifactTypeRegistry() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getArtifactTypeRegistry() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the registry of artifact types recognized by this session.
getAuthentication(RemoteRepository) - Method in interface org.eclipse.aether.repository.AuthenticationSelector
Selects authentication for the specified remote repository.
getAuthentication() - Method in class org.eclipse.aether.repository.Proxy
Gets the authentication to use for the proxy connection.
getAuthentication() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the authentication that has been selected for this repository.
getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
 
getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
 
getAuthenticationSelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getAuthenticationSelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getAuthenticationSelector() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the authentication selector to use for repositories discovered in artifact descriptors.
getAuthoritativeRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the repository which ultimately hosts the metadata to update.
getBasedir() - Method in class org.eclipse.aether.repository.LocalRepository
Gets the base directory of the repository.
getBaseVersion() - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
getBaseVersion() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the base version of this artifact, for example "1.0-SNAPSHOT".
getBaseVersion() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getBaseVersion() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getBoolean(Map<?, ?>, boolean, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getBoolean(RepositorySystemSession, boolean, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getCache() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getCache() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getCache() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the cache the repository system may use to save data for future reuse during the session.
getChecksumPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getChecksumPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getChecksumPolicy() - Method in class org.eclipse.aether.repository.RepositoryPolicy
Gets the policy for checksum validation.
getChecksumPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the global checksum policy.
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.
getChildren() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getChildren() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the child nodes of this node.
getChildScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Gets the original scope of the child dependency.
getClassifier() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the classifier of this artifact, for example "sources".
getClassifier() - Method in interface org.eclipse.aether.artifact.ArtifactType
Gets the classifier to use for artifacts of this type (unless explicitly overridden by the artifact).
getClassifier() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getClassifier() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
 
getClassifier() - Method in class org.eclipse.aether.graph.Exclusion
Gets the classifier for artifacts to exclude.
getClassifier() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getClassifier() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getCollectExceptions() - Method in class org.eclipse.aether.resolution.DependencyResult
Gets the exceptions that occurred while building the dependency graph.
getCollectRequest() - Method in class org.eclipse.aether.resolution.DependencyRequest
Gets the collect request used to calculate the dependency graph whose artifacts should be resolved.
getConfigProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getConfigProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getConfigProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the configuration properties used to tweak internal aspects of the repository system (e.g. thread pooling, connector-specific behavior, etc.)
getContent(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
getContentLength() - Method in class org.eclipse.aether.transfer.TransferResource
The size of the resource in bytes.
getContentType() - Method in interface org.eclipse.aether.repository.ArtifactRepository
Gets the type of the repository, for example "default".
getContentType() - Method in class org.eclipse.aether.repository.LocalRepository
 
getContentType() - Method in class org.eclipse.aether.repository.RemoteRepository
 
getContentType() - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
getContext() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Gets the resolution context.
getContext() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Gets the resolution context.
getContexts() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Gets the resolution contexts in which the artifact is available.
getContexts() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Gets the resolution contexts in which the metadata is available.
getData() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getData() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getData() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getData() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the custom data associated with this dependency node.
getData() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the custom data associated with this session.
getData() - Method in class org.eclipse.aether.RequestTrace
Gets the data associated with this trace.
getDataBuffer() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the byte buffer holding the transferred bytes since the last event.
getDataLength() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the number of bytes that have been transferred since the last event.
getDependencies() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the direct dependencies.
getDependencies() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the list of direct dependencies of the artifact.
getDependency() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
Gets the dependency whose children are to be processed next during dependency collection.
getDependency() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getDependency() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the dependency associated with this node.
getDependency() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the dependency involved in the conflict, short for getNode.getDependency().
getDependencyGraphTransformer() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getDependencyGraphTransformer() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getDependencyGraphTransformer() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the dependency graph transformer to use for building dependency graphs.
getDependencyManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getDependencyManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getDependencyManager() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the dependency manager to use for building dependency graphs.
getDependencyNode() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the dependency node (if any) for which to resolve the artifact.
getDependencySelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getDependencySelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getDependencySelector() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the dependency selector to use for building dependency graphs.
getDependencyTraverser() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getDependencyTraverser() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getDependencyTraverser() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the dependency traverser to use for building dependency graphs.
getDepth() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the zero-based depth at which the conflicting node occurs in the graph.
getDerivedScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Gets the derived scope of the child dependency.
getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in interface org.eclipse.aether.impl.UpdatePolicyAnalyzer
Returns the policy with the shorter update interval.
getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
getEvent() - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener.EventWrapper
 
getEvents() - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
getEvents() - Method in class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
getException() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the exception that occurred during the update check.
getException() - Method in class org.eclipse.aether.RepositoryEvent
Gets the exception that caused the event (if any).
getException() - Method in class org.eclipse.aether.resolution.MetadataResult
Gets the exception that occurred while resolving the metadata.
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.transfer.TransferEvent
Gets the error that occurred during the transfer.
getExceptions() - Method in class org.eclipse.aether.collection.CollectResult
Gets the exceptions that occurred while building the dependency graph.
getExceptions() - Method in class org.eclipse.aether.RepositoryEvent
Gets the exceptions that caused the event (if any).
getExceptions() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the exceptions that occurred while reading the artifact descriptor.
getExceptions() - Method in class org.eclipse.aether.resolution.ArtifactResult
Gets the exceptions that occurred while resolving the artifact.
getExceptions() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the exceptions that occurred while resolving the version range.
getExceptions() - Method in class org.eclipse.aether.resolution.VersionResult
Gets the exceptions that occurred while resolving the version.
getExclusions() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new exclusions to apply to the dependency.
getExclusions() - Method in class org.eclipse.aether.graph.Dependency
Gets the exclusions for this dependency.
getExpected() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
 
getExtension() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the (file) extension of this artifact, for example "jar".
getExtension() - Method in interface org.eclipse.aether.artifact.ArtifactType
Gets the file extension to use for artifacts of this type (unless explicitly overridden by the artifact).
getExtension() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getExtension() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
 
getExtension() - Method in class org.eclipse.aether.graph.Exclusion
Gets the file extension for artifacts to exclude.
getExtension() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getExtension() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getFile() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the file of this artifact.
getFile() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getFile() - Method in class org.eclipse.aether.impl.UpdateCheck
Returns the local file of the item.
getFile() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getFile() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the file of this metadata.
getFile() - Method in class org.eclipse.aether.repository.LocalArtifactResult
Gets the file to the requested artifact.
getFile() - Method in class org.eclipse.aether.repository.LocalMetadataResult
Gets the file to the requested metadata if the metadata is available in the local repository.
getFile() - Method in class org.eclipse.aether.RepositoryEvent
Gets the file involved in the event (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.
getFile() - Method in class org.eclipse.aether.transfer.TransferResource
Gets the local file being uploaded or downloaded.
getFile() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getFile() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getFilter() - Method in class org.eclipse.aether.resolution.DependencyRequest
Gets the resolution filter used to select which artifacts of the dependency graph should be resolved.
getFilter() - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
Gets the filter being applied before delegation.
getFilter() - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
Gets the filter being used to select terminal nodes.
getGroupId() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the group identifier of this artifact, for example "org.apache.maven".
getGroupId() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getGroupId() - Method in class org.eclipse.aether.graph.Exclusion
Gets the group identifier for artifacts to exclude.
getGroupId() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getGroupId() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the group identifier of this metadata.
getGroupId() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getGroupId() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getHighestVersion() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the highest version matching the requested range.
getHost() - Method in class org.eclipse.aether.repository.Proxy
Gets the host for this proxy.
getHost() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the host part from the repository's URL.
getId() - Method in interface org.eclipse.aether.artifact.ArtifactType
Gets the identifier of this type, e.g.
getId() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
 
getId() - Method in interface org.eclipse.aether.repository.ArtifactRepository
Gets the identifier of this repository.
getId() - Method in class org.eclipse.aether.repository.LocalRepository
 
getId() - Method in class org.eclipse.aether.repository.RemoteRepository
 
getId() - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
Retrieves the optionality selector for use during the specified graph transformation.
getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
Retrieves the scope deriver for use during the specified graph transformation.
getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
Retrieves the scope selector for use during the specified graph transformation.
getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
Retrieves the version selector for use during the specified graph transformation.
getInteger(Map<?, ?>, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getInteger(RepositorySystemSession, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getItem() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the item of the check.
getItem() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Gets the artifact/metadata for which to determine the error policy.
getItems() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the collection of conflict items in this context.
getKey() - Method in class org.eclipse.aether.repository.WorkspaceRepository
Gets the key of this workspace repository.
getList(Map<?, ?>, List<?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getList(RepositorySystemSession, List<?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getLocalLastUpdated() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the last-modified timestamp of the corresponding item produced by a local installation.
getLocalRepository() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getLocalRepository() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getLocalRepository() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the local repository used during this session.
getLocalRepositoryManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getLocalRepositoryManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getLocalRepositoryManager() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the local repository manager used during this session.
getLogger(String) - Method in class org.eclipse.aether.internal.impl.PlexusLoggerFactory
 
getLogger(String) - Method in class org.eclipse.aether.internal.impl.Slf4jLoggerFactory
 
getLogger(String) - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory
 
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
 
getLong(Map<?, ?>, long, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getLong(RepositorySystemSession, long, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getLowerBound() - Method in interface org.eclipse.aether.version.VersionRange
Gets a lower bound (if any) for this range.
getLowestVersion() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the lowest version matching the requested range.
getManagedBits() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getManagedBits() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets a bit field indicating which attributes of this node were subject to dependency management.
getManagedDependencies() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the dependency management to apply to transitive dependencies.
getManagedDependencies() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
Gets the dependency management information that was contributed by the artifact descriptor of the current dependency.
getManagedDependencies() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the dependency management information.
getMap(Map<?, ?>, Map<?, ?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getMap(RepositorySystemSession, Map<?, ?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getMessage(String, Throwable) - Static method in exception org.eclipse.aether.RepositoryException
 
getMetadata() - Method in class org.eclipse.aether.deployment.DeployRequest
Gets the metadata to deploy.
getMetadata() - Method in class org.eclipse.aether.deployment.DeployResult
Gets the metadata that got deployed.
getMetadata() - Method in class org.eclipse.aether.installation.InstallRequest
Gets the metadata to install.
getMetadata() - Method in class org.eclipse.aether.installation.InstallResult
Gets the metadata that got installed.
getMetadata() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Gets the metadata to register.
getMetadata() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Gets the metadata to query for.
getMetadata() - Method in class org.eclipse.aether.RepositoryEvent
Gets the metadata involved in the event (if any).
getMetadata() - Method in class org.eclipse.aether.resolution.MetadataRequest
Gets the metadata to resolve.
getMetadata() - Method in class org.eclipse.aether.resolution.MetadataResult
Gets the resolved metadata (if any).
getMetadata() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Gets the metadata being transferred.
getMetadata() - Method in exception org.eclipse.aether.transfer.MetadataTransferException
 
getMetadataPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Metadata>) - Method in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Gets the error policy for some metadata.
getMetadataPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Metadata>) - Method in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
 
getMetadataRegistration() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getMirror(RemoteRepository) - Method in interface org.eclipse.aether.repository.MirrorSelector
Selects a mirror for the specified repository.
getMirror(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
 
getMirroredRepositories() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the repositories that this repository serves as a mirror for.
getMirrorSelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getMirrorSelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getMirrorSelector() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the mirror selector to use for repositories discovered in artifact descriptors.
getNature() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getNature() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the nature of this metadata.
getNode() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the dependency node involved in the conflict.
getObject(Map<?, ?>, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getObject(RepositorySystemSession, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getOptional() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new optional flag to apply to the dependency.
getOptional() - Method in class org.eclipse.aether.graph.Dependency
Gets the optional flag for the dependency.
getOptional() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the effective optional flag of the winning dependency.
getOptionalities() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the derived optionalities of the dependency.
getParent() - Method in class org.eclipse.aether.RequestTrace
Gets the parent of this trace.
getParentScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Gets the scope of the parent dependency.
getPath(Artifact) - Method in class org.eclipse.aether.util.repository.layout.MavenDefaultLayout
 
getPath(Metadata) - Method in class org.eclipse.aether.util.repository.layout.MavenDefaultLayout
 
getPath(Artifact) - Method in interface org.eclipse.aether.util.repository.layout.RepositoryLayout
Gets the URI to the location within a remote repository where the specified artifact would be stored.
getPath(Metadata) - Method in interface org.eclipse.aether.util.repository.layout.RepositoryLayout
Gets the URI to the location within a remote repository where the specified metadata would be stored.
getPathForLocalArtifact(Artifact) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getPathForLocalArtifact(Artifact) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the relative path for a locally installed artifact.
getPathForLocalMetadata(Metadata) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getPathForLocalMetadata(Metadata) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the relative path for locally installed metadata.
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the relative path for an artifact cached from a remote repository.
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the relative path for metadata cached from a remote repository.
getPaths() - Method in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
Gets the paths leading to the conflicting dependencies.
getPaths() - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
Gets the paths leading to nodes matching the filter that have been recorded during the graph visit.
getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
 
getPolicy() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the policy to use for the check.
getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
getPolicy(boolean) - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the policy to apply for snapshot/release artifacts.
getPolicy(RepositorySystemSession, ArtifactDescriptorPolicyRequest) - Method in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Gets the error policy for an artifact's descriptor.
getPolicy(RepositorySystemSession, ArtifactDescriptorPolicyRequest) - Method in class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
 
getPort() - Method in class org.eclipse.aether.repository.Proxy
Gets the port number for this proxy.
getPremanagedOptional(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
Gets the optional flag of the specified dependency node before dependency management was applied (if any).
getPremanagedScope(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
Gets the scope of the specified dependency node before dependency management was applied (if any).
getPremanagedVersion(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
Gets the version or version range of the specified dependency node before dependency management was applied (if any).
getPriority() - Method in class org.eclipse.aether.connector.async.AsyncRepositoryConnectorFactory
 
getPriority() - Method in class org.eclipse.aether.connector.file.FileRepositoryConnectorFactory
 
getPriority() - Method in class org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
 
getPriority() - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
The priority of this factory.
getPriority() - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
getPriority() - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
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.
getProgressEvents() - Method in class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
getProperties() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the properties of this artifact.
getProperties() - Method in interface org.eclipse.aether.artifact.ArtifactType
Gets the properties to use for artifacts of this type (unless explicitly overridden by the artifact).
getProperties() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getProperties() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
 
getProperties() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new properties to apply to the dependency.
getProperties() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getProperties() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the properties of this metadata.
getProperties() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets any additional information about the artifact in form of key-value pairs.
getProperties() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getProperties() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getProperty(String, String) - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
getProperty(String, String) - Method in interface org.eclipse.aether.artifact.Artifact
Gets the specified property.
getProperty(String, String) - Method in class org.eclipse.aether.metadata.AbstractMetadata
 
getProperty(String, String) - Method in interface org.eclipse.aether.metadata.Metadata
Gets the specified property.
getProperty(String, String) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getProtocol() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the protocol part from the repository's URL, for example file or http.
getProxy() - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the proxy (if any) to be authenticated with.
getProxy() - Method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the proxy (if any) to be authenticated with.
getProxy(RemoteRepository) - Method in interface org.eclipse.aether.repository.ProxySelector
Selects a proxy for the specified remote repository.
getProxy() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the proxy that has been selected for this repository.
getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.ConservativeProxySelector
 
getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector
 
getProxySelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getProxySelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getProxySelector() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the proxy selector to use for repositories discovered in artifact descriptors.
getRange() - Method in interface org.eclipse.aether.version.VersionConstraint
Gets the version range of this constraint.
getRecordingTransferListener() - Method in class org.eclipse.aether.internal.test.util.connector.ConnectorTestContext
 
getRelocations() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getRelocations() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the sequence of relocations that was followed to resolve the artifact referenced by the dependency.
getRelocations() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the relocations that were processed to read the artifact descriptor.
getRepositories() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the repositories to use for the collection.
getRepositories() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getRepositories() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the remote repositories from which this node's artifact shall be resolved.
getRepositories() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Gets the remote repositories to consider as sources of the artifact.
getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Gets the repositories to resolve the descriptor from.
getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the remote repositories listed in the artifact descriptor.
getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the repositories to resolve the artifact from.
getRepositories() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Gets the repositories to resolve the version range from.
getRepositories() - Method in class org.eclipse.aether.resolution.VersionRequest
Gets the repositories to resolve the version from.
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).
getRepository() - Method in class org.eclipse.aether.deployment.DeployRequest
Gets the repository to deploy to.
getRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the repository from which a potential update/download will performed.
getRepository(RepositorySystemSession, List<RemoteRepository>, Class<?>, String) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
 
getRepository() - Method in class org.eclipse.aether.internal.test.util.connector.ConnectorTestContext
 
getRepository() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getRepository() - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the repository requiring authentication.
getRepository() - Method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the repository requiring authentication.
getRepository() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Gets the remote repository from which the artifact was resolved.
getRepository() - Method in class org.eclipse.aether.repository.LocalArtifactResult
Gets the (first) remote repository from which the artifact was cached (if any).
getRepository() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Gets the remote repository from which the metadata was resolved.
getRepository() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Gets the remote repository to use as source of the metadata.
getRepository() - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the description of the local repository being managed.
getRepository() - Method in exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
 
getRepository() - Method in interface org.eclipse.aether.repository.WorkspaceReader
Gets a description of the workspace repository.
getRepository() - Method in class org.eclipse.aether.RepositoryEvent
Gets the repository involved in the event (if any).
getRepository() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the repository from which the descriptor was eventually resolved.
getRepository() - Method in class org.eclipse.aether.resolution.ArtifactResult
Gets the repository from which the artifact was eventually resolved.
getRepository() - Method in class org.eclipse.aether.resolution.MetadataRequest
Gets the repository from which the metadata should be resolved.
getRepository() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Gets the remote repository from which the resolution of the artifact/metadata is attempted.
getRepository(Version) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the repository from which the specified version was resolved.
getRepository() - Method in class org.eclipse.aether.resolution.VersionResult
Gets the repository from which the version was eventually resolved.
getRepository() - Method in exception org.eclipse.aether.transfer.ArtifactTransferException
 
getRepository() - Method in exception org.eclipse.aether.transfer.MetadataTransferException
 
getRepository() - Method in exception org.eclipse.aether.transfer.NoRepositoryConnectorException
 
getRepository() - Method in exception org.eclipse.aether.transfer.RepositoryOfflineException
 
getRepository() - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
 
getRepositoryListener() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getRepositoryListener() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getRepositoryListener() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the listener being notified of actions in the repository system.
getRepositoryUrl() - Method in class org.eclipse.aether.transfer.TransferResource
The base URL of the repository, e.g.
getRequest() - Method in class org.eclipse.aether.collection.CollectResult
Gets the collection request that was made.
getRequest() - Method in class org.eclipse.aether.deployment.DeployResult
Gets the deploy request that was made.
getRequest() - Method in class org.eclipse.aether.installation.InstallResult
Gets the install request that was made.
getRequest() - Method in class org.eclipse.aether.repository.LocalArtifactResult
Gets the request corresponding to this result.
getRequest() - Method in class org.eclipse.aether.repository.LocalMetadataResult
Gets the request corresponding to this result.
getRequest() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the descriptor request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.ArtifactResult
Gets the resolution request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.DependencyResult
Gets the resolution request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.MetadataResult
Gets the resolution request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the resolution request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.VersionResult
Gets the resolution request that was made.
getRequestContext() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getRequestContext() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the request context in which this dependency node was created.
getRequestContext() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.MetadataRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.VersionRequest
Gets the context in which this request is made.
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.
getRequestType() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the type of the request/transfer.
getResolutionErrorPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getResolutionErrorPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getResolutionErrorPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the policy which controls whether resolutions errors from remote repositories should be cached.
getResource() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the resource that is being transferred.
getResourceName() - Method in class org.eclipse.aether.transfer.TransferResource
The path of the resource relative to the repository's base URL, e.g.
getResult() - Method in exception org.eclipse.aether.collection.DependencyCollectionException
 
getResult() - Method in exception org.eclipse.aether.resolution.ArtifactDescriptorException
 
getResult() - Method in exception org.eclipse.aether.resolution.ArtifactResolutionException
 
getResult() - Method in exception org.eclipse.aether.resolution.DependencyResolutionException
 
getResult() - Method in exception org.eclipse.aether.resolution.VersionRangeResolutionException
 
getResult() - Method in exception org.eclipse.aether.resolution.VersionResolutionException
 
getResults() - Method in exception org.eclipse.aether.resolution.ArtifactResolutionException
 
getRoot() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the root dependency of the graph.
getRoot() - Method in class org.eclipse.aether.collection.CollectResult
Gets the root node of the dependency graph.
getRoot() - Method in class org.eclipse.aether.resolution.DependencyRequest
Gets the root node of the dependency graph whose artifacts should be resolved.
getRoot() - Method in class org.eclipse.aether.resolution.DependencyResult
Gets the root node of the resolved dependency graph.
getRoot() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the root node of the dependency graph being transformed.
getRootArtifact() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the root artifact for the dependency graph.
getRootNode() - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
Gets the root node of the cloned dependency graph.
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.
getScope() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new scope to apply to the dependency.
getScope() - Method in class org.eclipse.aether.graph.Dependency
Gets the scope of the dependency.
getScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the effective scope of the winning dependency.
getScopes() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the derived scopes of the dependency.
getService(Class<T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
 
getService(Class<T>) - Method in interface org.eclipse.aether.spi.locator.ServiceLocator
Gets an instance of the specified service.
getServices(Class<T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
 
getServices(Class<T>) - Method in interface org.eclipse.aether.spi.locator.ServiceLocator
Gets all available instances of the specified service.
getSession() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
Gets the repository system session to which this instance forwards calls.
getSession() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
Gets the repository system session during which the dependency collection happens.
getSession() - Method in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
Gets the repository system session during which the graph transformation happens.
getSession() - Method in class org.eclipse.aether.internal.test.util.connector.ConnectorTestContext
 
getSession() - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the repository system session during which the authentication happens.
getSession() - Method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the repository system session during which the authentication fingerprint is calculated.
getSession() - Method in class org.eclipse.aether.RepositoryEvent
Gets the repository system session during which the event occurred.
getSession() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the repository system session during which the event occurred.
getState() - Method in class org.eclipse.aether.spi.connector.Transfer
Gets the state of this transfer.
getString(Map<?, ?>, String, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getString(RepositorySystemSession, String, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getSubstitutions() - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
getSupportedContexts() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the set of request contexts in which the artifact is generally available.
getSystemProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getSystemProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getSystemProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the system properties to use, e.g. for processing of artifact descriptors.
getTrace() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.deployment.DeployRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.installation.InstallRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.RepositoryEvent
Gets the trace information about the request during which the event occurred.
getTrace() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.DependencyRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.MetadataRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.VersionRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
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.
getTrace() - Method in class org.eclipse.aether.transfer.TransferResource
Gets the trace information that describes the higher level request/operation during which this resource is transferred.
getTransferListener() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getTransferListener() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getTransferListener() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the listener being notified of uploads/downloads by the repository system.
getTransferredBytes() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the total number of bytes that have been transferred since the download/upload was started.
getTransferStartTime() - Method in class org.eclipse.aether.transfer.TransferResource
Gets the timestamp when the transfer of this resource was started.
getType() - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener.EventWrapper
 
getType() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getType() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the type of the metadata, e.g.
getType() - Method in class org.eclipse.aether.repository.Proxy
Gets the type of this proxy.
getType() - Method in class org.eclipse.aether.RepositoryEvent
Gets the type of the event.
getType() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the type of the event.
getUpdatePolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getUpdatePolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getUpdatePolicy() - Method in class org.eclipse.aether.repository.RepositoryPolicy
Gets the update policy for locally cached data from the repository.
getUpdatePolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the global update policy.
getUpperBound() - Method in interface org.eclipse.aether.version.VersionRange
Gets an upper bound (if any) for this range.
getUrl() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the (base) URL of this repository.
getUserProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getUserProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getUserProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the user properties to use, e.g. for processing of artifact descriptors.
getVersion() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the version of this artifact, for example "1.0-20100529-1213".
getVersion() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getVersion() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new version to apply to the dependency.
getVersion() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getVersion() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the version that was selected for the dependency's target artifact.
getVersion() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getVersion() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the version of this metadata.
getVersion() - Method in class org.eclipse.aether.resolution.VersionResult
Gets the resolved version.
getVersion() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getVersion() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getVersion() - Method in exception org.eclipse.aether.version.InvalidVersionSpecificationException
 
getVersion() - Method in interface org.eclipse.aether.version.VersionConstraint
Gets the version recommended by this constraint.
getVersion() - Method in class org.eclipse.aether.version.VersionRange.Bound
Gets the bounding version.
getVersionConstraint() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getVersionConstraint() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the version constraint that was parsed from the dependency's version declaration.
getVersionConstraint() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the version constraint that was parsed from the artifact's version string.
getVersions() - Method in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
Gets the conflicting version constraints of the dependency.
getVersions() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the versions (in ascending order) that matched the requested range.
getVisitor() - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
Gets the visitor to which this visitor delegates to.
getWinner() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the conflict item which has been selected as the winner among the conflicting dependencies.
getWorkspace(RepositorySystemSession) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
 
getWorkspaceReader() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getWorkspaceReader() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getWorkspaceReader() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the workspace reader used during this session.
groupId(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 

H

handleError(RepositoryEvent, RepositoryListener, RuntimeException) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
handleError(TransferEvent, TransferListener, RuntimeException) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
hash(Object) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
 
hashCode() - Method in class org.eclipse.aether.artifact.AbstractArtifact
Returns a hash code for this artifact.
hashCode() - Method in class org.eclipse.aether.graph.Dependency
 
hashCode() - Method in class org.eclipse.aether.graph.Exclusion
 
hashCode() - Method in class org.eclipse.aether.metadata.AbstractMetadata
Returns a hash code for this metadata.
hashCode() - Method in class org.eclipse.aether.repository.LocalRepository
 
hashCode() - Method in class org.eclipse.aether.repository.Proxy
 
hashCode() - Method in class org.eclipse.aether.repository.RemoteRepository
 
hashCode() - Method in class org.eclipse.aether.repository.RepositoryPolicy
 
hashCode() - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
hashCode() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
hashCode() - Method in class org.eclipse.aether.util.filter.AndDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.filter.NotDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.filter.OrDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.filter.ScopeDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
hashCode() - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
 
hashCode() - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
 
hashCode() - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
hashCode() - Method in class org.eclipse.aether.version.VersionRange.Bound
 
HOST_KEY_ACCEPTANCE - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the acceptance policy for unknown host keys.
HOST_KEY_LOCAL - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the fingerprint of the public key expected from remote host as recorded in a known hosts database.
HOST_KEY_REMOTE - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the fingerprint of the public key advertised by remote host.
HTTP_CREDENTIAL_ENCODING - Static variable in class org.eclipse.aether.ConfigurationProperties
The encoding/charset to use when exchanging credentials with HTTP servers.
HTTP_HEADERS - Static variable in class org.eclipse.aether.ConfigurationProperties
The request headers to use for HTTP-based repository connectors.

I

IGNORE_ERRORS - Static variable in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Bit mask indicating that all errors should be silently ignored.
IGNORE_INVALID - Static variable in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Bit flag indicating that existent but invalid artifact descriptors should be silently ignored.
IGNORE_MISSING - Static variable in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Bit flag indicating that missing artifact descriptors should be silently ignored.
INCLUDES_DEPENDENCIES - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
A boolean flag indicating whether the artifact presents some kind of bundle that physically includes its dependencies, e.g. a fat WAR.
IniArtifactDescriptorReader - Class in org.eclipse.aether.internal.test.util
An artifact descriptor reader that gets data from a simple text file on the classpath.
IniArtifactDescriptorReader(String) - Constructor for class org.eclipse.aether.internal.test.util.IniArtifactDescriptorReader
Use the given prefix to load the artifact descriptions from the classpath.
initService(ServiceLocator) - Method in class org.eclipse.aether.connector.async.AsyncRepositoryConnectorFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.connector.file.FileRepositoryConnectorFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultDependencyCollector
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.Slf4jLoggerFactory
 
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.
install(RepositorySystemSession, InstallRequest) - Method in interface org.eclipse.aether.impl.Installer
Installs a collection of artifacts and their accompanying metadata to the local repository.
install(RepositorySystemSession, InstallRequest) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
install(RepositorySystemSession, InstallRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
install(RepositorySystemSession, InstallRequest) - Method in interface org.eclipse.aether.RepositorySystem
Installs a collection of artifacts and their accompanying metadata to the local repository.
InstallationException - Exception in org.eclipse.aether.installation
Thrown in case of an installation error like an IO error.
InstallationException(String) - Constructor for exception org.eclipse.aether.installation.InstallationException
 
InstallationException(String, Throwable) - Constructor for exception org.eclipse.aether.installation.InstallationException
 
Installer - Interface in org.eclipse.aether.impl
 
InstallRequest - Class in org.eclipse.aether.installation
A request to install artifacts and their accompanying metadata into the local repository.
InstallRequest() - Constructor for class org.eclipse.aether.installation.InstallRequest
Creates an uninitialized request.
InstallResult - Class in org.eclipse.aether.installation
The result of installing artifacts and their accompanying metadata into the a remote repository.
InstallResult(InstallRequest) - Constructor for class org.eclipse.aether.installation.InstallResult
Creates a new result for the specified request.
INSTANCE - Static variable in class org.eclipse.aether.spi.log.NullLoggerFactory
The singleton instance of this factory.
INSTANCE - Static variable in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
A ready-made instance of this dependency manager which can safely be reused throughout an entire application regardless of multi-threading.
INSTANCE - Static variable in class org.eclipse.aether.util.graph.transformer.NoopDependencyGraphTransformer
A ready-made instance of this dependency graph transformer which can safely be reused throughout an entire application regardless of multi-threading.
INTERACTIVE - Static variable in class org.eclipse.aether.ConfigurationProperties
A flag indicating whether interaction with the user is allowed.
InvalidVersionSpecificationException - Exception in org.eclipse.aether.version
Thrown when a version or version range could not be parsed.
InvalidVersionSpecificationException(String, String) - Constructor for exception org.eclipse.aether.version.InvalidVersionSpecificationException
 
InvalidVersionSpecificationException(String, Throwable) - Constructor for exception org.eclipse.aether.version.InvalidVersionSpecificationException
 
InvalidVersionSpecificationException(String, String, Throwable) - Constructor for exception org.eclipse.aether.version.InvalidVersionSpecificationException
 
isAvailable() - Method in class org.eclipse.aether.repository.LocalArtifactResult
Indicates whether the requested artifact is available for use.
isDebugEnabled() - Method in interface org.eclipse.aether.spi.log.Logger
Indicates whether debug logging is enabled.
isDeleteLocalCopyIfMissing() - Method in class org.eclipse.aether.resolution.MetadataRequest
Indicates whether the locally cached copy of the metadata should be removed if the corresponding file does not exist (any more) in the remote repository.
isEmpty(String) - Static method in class org.eclipse.aether.util.StringUtils
Checks whether a string is null or of zero length.
isEnabled() - Method in class org.eclipse.aether.repository.RepositoryPolicy
Indicates whether the associated repository should be contacted or not.
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.
isFavorLocalRepository() - Method in class org.eclipse.aether.resolution.MetadataRequest
Indicates whether the metadata resolution should be suppressed if the corresponding metadata of the local repository is up-to-date according to the update policy of the remote repository.
isFileValid() - Method in class org.eclipse.aether.impl.UpdateCheck
Indicates whether the local file given by UpdateCheck.getFile(), if existent, should be considered valid or not.
isIgnoreArtifactDescriptorRepositories() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
isIgnoreArtifactDescriptorRepositories() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
isIgnoreArtifactDescriptorRepositories() - Method in interface org.eclipse.aether.RepositorySystemSession
Indicates whether repositories declared in artifact descriptors should be ignored during transitive dependency collection.
isIncluded(DependencyNode) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Determines whether the specified dependency node belongs to this conflict context.
isInclusive() - Method in class org.eclipse.aether.version.VersionRange.Bound
Indicates whether the bounding version is included in the range or not.
isMerged() - Method in interface org.eclipse.aether.metadata.MergeableMetadata
Indicates whether this metadata has been merged.
isMissing() - Method in class org.eclipse.aether.resolution.ArtifactResult
Indicates whether the requested artifact is not present in any of the specified repositories.
isMissing() - Method in class org.eclipse.aether.resolution.MetadataResult
Indicates whether the requested metadata is not present in the remote repository.
isOffline() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
isOffline() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
isOffline() - Method in interface org.eclipse.aether.RepositorySystemSession
Indicates whether the repository system operates in offline mode and avoids/refuses any access to remote repositories.
isOptional() - Method in class org.eclipse.aether.graph.Dependency
Indicates whether this dependency is optional or not.
isRepositoryManager() - Method in class org.eclipse.aether.repository.RemoteRepository
Indicates whether this repository refers to a repository manager or not.
isRequired() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the result of a check, denoting whether the remote repository should be checked for updates.
isResolved() - Method in class org.eclipse.aether.resolution.ArtifactResult
Indicates whether the requested artifact was resolved.
isResolved() - Method in class org.eclipse.aether.resolution.MetadataResult
Indicates whether the requested metadata was resolved.
isSibling(ConflictResolver.ConflictItem) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Determines whether the specified conflict item is a sibling of this item.
isSlf4jAvailable() - Static method in class org.eclipse.aether.internal.impl.Slf4jLoggerFactory
 
isSnapshot() - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
isSnapshot() - Method in interface org.eclipse.aether.artifact.Artifact
Determines whether this artifact uses a snapshot version.
isSnapshot() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
isSnapshot() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
isStale() - Method in class org.eclipse.aether.repository.LocalMetadataResult
This value indicates whether the metadata is stale and should be updated.
isUpdated() - Method in class org.eclipse.aether.resolution.MetadataResult
Indicates whether the metadata was actually fetched from the remote repository or resolved from the local cache.
isUpdatedRequired(RepositorySystemSession, long, String) - Method in interface org.eclipse.aether.impl.UpdatePolicyAnalyzer
Determines whether the specified modification timestamp satisfies the freshness constraint expressed by the given update policy.
isUpdatedRequired(RepositorySystemSession, long, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
isWarnEnabled() - Method in interface org.eclipse.aether.spi.log.Logger
Indicates whether warn logging is enabled.

J

JavaDependencyContextRefiner - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that refines the request context for nodes that belong to the "project" context by appending the classpath type to which the node belongs.
JavaDependencyContextRefiner() - Constructor for class org.eclipse.aether.util.graph.transformer.JavaDependencyContextRefiner
 
JavaScopeDeriver - Class in org.eclipse.aether.util.graph.transformer
A scope deriver for use with ConflictResolver that supports the scopes from JavaScopes.
JavaScopeDeriver() - Constructor for class org.eclipse.aether.util.graph.transformer.JavaScopeDeriver
Creates a new instance of this scope deriver.
JavaScopes - Class in org.eclipse.aether.util.artifact
The dependency scopes used for Java dependencies.
JavaScopeSelector - Class in org.eclipse.aether.util.graph.transformer
A scope selector for use with ConflictResolver that supports the scopes from JavaScopes.
JavaScopeSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.JavaScopeSelector
Creates a new instance of this scope selector.

L

LANGUAGE - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
The programming language this artifact is relevant for, e.g.
LOCAL_PATH - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
The (expected) path to the artifact on the local filesystem.
LocalArtifactRegistration - Class in org.eclipse.aether.repository
A request to register an artifact within the local repository.
LocalArtifactRegistration() - Constructor for class org.eclipse.aether.repository.LocalArtifactRegistration
Creates an uninitialized registration.
LocalArtifactRegistration(Artifact) - Constructor for class org.eclipse.aether.repository.LocalArtifactRegistration
Creates a registration request for the specified (locally installed) artifact.
LocalArtifactRegistration(Artifact, RemoteRepository, Collection<String>) - Constructor for class org.eclipse.aether.repository.LocalArtifactRegistration
Creates a registration request for the specified artifact.
LocalArtifactRequest - Class in org.eclipse.aether.repository
A query to the local repository for the existence of an artifact.
LocalArtifactRequest() - Constructor for class org.eclipse.aether.repository.LocalArtifactRequest
Creates an uninitialized query.
LocalArtifactRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.repository.LocalArtifactRequest
Creates a query with the specified properties.
LocalArtifactResult - Class in org.eclipse.aether.repository
A result from the local repository about the existence of an artifact.
LocalArtifactResult(LocalArtifactRequest) - Constructor for class org.eclipse.aether.repository.LocalArtifactResult
Creates a new result for the specified request.
LocalMetadataRegistration - Class in org.eclipse.aether.repository
A request to register metadata within the local repository.
LocalMetadataRegistration() - Constructor for class org.eclipse.aether.repository.LocalMetadataRegistration
Creates an uninitialized registration.
LocalMetadataRegistration(Metadata) - Constructor for class org.eclipse.aether.repository.LocalMetadataRegistration
Creates a registration request for the specified metadata accompanying a locally installed artifact.
LocalMetadataRegistration(Metadata, RemoteRepository, Collection<String>) - Constructor for class org.eclipse.aether.repository.LocalMetadataRegistration
Creates a registration request for the specified metadata.
LocalMetadataRequest - Class in org.eclipse.aether.repository
A query to the local repository for the existence of metadata.
LocalMetadataRequest() - Constructor for class org.eclipse.aether.repository.LocalMetadataRequest
Creates an uninitialized query.
LocalMetadataRequest(Metadata, RemoteRepository, String) - Constructor for class org.eclipse.aether.repository.LocalMetadataRequest
Creates a query with the specified properties.
LocalMetadataResult - Class in org.eclipse.aether.repository
A result from the local repository about the existence of metadata.
LocalMetadataResult(LocalMetadataRequest) - Constructor for class org.eclipse.aether.repository.LocalMetadataResult
Creates a new result for the specified request.
LocalRepository - Class in org.eclipse.aether.repository
A repository on the local file system used to cache contents of remote repositories and to store locally installed artifacts.
LocalRepository(String) - Constructor for class org.eclipse.aether.repository.LocalRepository
Creates a new local repository with the specified base directory and unknown type.
LocalRepository(File) - Constructor for class org.eclipse.aether.repository.LocalRepository
Creates a new local repository with the specified base directory and unknown type.
LocalRepository(File, String) - Constructor for class org.eclipse.aether.repository.LocalRepository
Creates a new local repository with the specified properties.
LocalRepositoryManager - Interface in org.eclipse.aether.repository
Manages access to a local repository.
LocalRepositoryManagerFactory - Interface in org.eclipse.aether.spi.localrepo
A factory to create managers for the local repository.
LocalRepositoryProvider - Interface in org.eclipse.aether.impl
Retrieves a local repository manager from the installed local repository manager factories.
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.
lookup(String) - Method in interface org.eclipse.aether.connector.wagon.WagonProvider
Acquires a wagon instance that matches the specified role hint.
lookup(String) - Method in class org.eclipse.aether.internal.connector.wagon.PlexusWagonProvider
 

M

MANAGED_EXCLUSIONS - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the exclusions were subject to dependency management
MANAGED_OPTIONAL - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the optional flag was subject to dependency management
MANAGED_PROPERTIES - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the artifact properties were subject to dependency management
MANAGED_SCOPE - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the dependency scope was subject to dependency management
MANAGED_VERSION - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the dependency version was subject to dependency management
manageDependency(Dependency) - Method in interface org.eclipse.aether.collection.DependencyManager
Applies dependency management to the specified dependency.
manageDependency(Dependency) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
manageDependency(Dependency) - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
 
MavenDefaultLayout - Class in org.eclipse.aether.util.repository.layout
The layout for a Maven remote repository of type "default".
MavenDefaultLayout() - Constructor for class org.eclipse.aether.util.repository.layout.MavenDefaultLayout
 
merge(File, File) - Method in interface org.eclipse.aether.metadata.MergeableMetadata
Merges this metadata into the current metadata (if any).
MergeableMetadata - Interface in org.eclipse.aether.metadata
A piece of metadata that needs to be merged with any current metadata before installation/deployment.
Metadata - Interface in org.eclipse.aether.metadata
A piece of repository metadata, e.g. an index of available versions.
Metadata.Nature - Enum in org.eclipse.aether.metadata
The nature of the metadata.
metadataDeployed(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataDeployed(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
metadataDeployed(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
metadataDeployed(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
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.
metadataDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
metadataDownloaded(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
metadataDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
MetadataGenerator - Interface in org.eclipse.aether.impl
A metadata generator that participates in the installation/deployment of artifacts.
MetadataGeneratorFactory - Interface in org.eclipse.aether.impl
A factory to create metadata generators.
metadataInstalled(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
MetadataNotFoundException - Exception in org.eclipse.aether.transfer
Thrown when metadata was not found in a particular repository.
MetadataNotFoundException(Metadata, LocalRepository) - Constructor for exception org.eclipse.aether.transfer.MetadataNotFoundException
 
MetadataNotFoundException(Metadata, RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.MetadataNotFoundException
 
MetadataNotFoundException(Metadata, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.MetadataNotFoundException
 
MetadataNotFoundException(Metadata, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.MetadataNotFoundException
 
MetadataRequest - Class in org.eclipse.aether.resolution
A request to resolve metadata from either a remote repository or the local repository.
MetadataRequest() - Constructor for class org.eclipse.aether.resolution.MetadataRequest
Creates an uninitialized request.
MetadataRequest(Metadata) - Constructor for class org.eclipse.aether.resolution.MetadataRequest
Creates a request to resolve the specified metadata from the local repository.
MetadataRequest(Metadata, RemoteRepository, String) - Constructor for class org.eclipse.aether.resolution.MetadataRequest
Creates a request with the specified properties.
metadataResolved(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataResolved(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
metadataResolved(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
metadataResolved(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
MetadataResolver - Interface in org.eclipse.aether.impl
 
metadataResolving(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataResolving(RepositoryEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
metadataResolving(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
 
metadataResolving(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
MetadataResult - Class in org.eclipse.aether.resolution
The result of a metadata resolution request.
MetadataResult(MetadataRequest) - Constructor for class org.eclipse.aether.resolution.MetadataResult
Creates a new result for the specified request.
MetadataTransfer - Class in org.eclipse.aether.spi.connector
A download/upload of metadata.
MetadataTransfer() - Constructor for class org.eclipse.aether.spi.connector.MetadataTransfer
 
MetadataTransferException - Exception in org.eclipse.aether.transfer
Thrown when metadata could not be uploaded/downloaded to/from a particular remote repository.
MetadataTransferException(Metadata, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.MetadataTransferException
 
MetadataTransferException(Metadata, RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.MetadataTransferException
 
MetadataTransferException(Metadata, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.MetadataTransferException
 
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.
MirrorSelector - Interface in org.eclipse.aether.repository
Selects a mirror for a given remote repository.
mkdirs(File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
Thread-safe variant of File.mkdirs().
mkdirs(File) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
mkdirs(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
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 class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
move(File, File) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
move(File, File) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Moves the specified source file to the given target file.

N

NearestVersionSelector - Class in org.eclipse.aether.util.graph.transformer
A version selector for use with ConflictResolver that resolves version conflicts using a nearest-wins strategy.
NearestVersionSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.NearestVersionSelector
Creates a new instance of this version selector.
newChild(RequestTrace, Object) - Static method in class org.eclipse.aether.RequestTrace
Creates a child of the specified request trace.
newChild(Object) - Method in class org.eclipse.aether.RequestTrace
Creates a new child of this trace.
newCollectionContext(RepositorySystemSession, Dependency, List<Dependency>) - Static method in class org.eclipse.aether.internal.test.util.TestUtils
Creates a new dependency collection context.
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.connector.async.AsyncRepositoryConnectorFactory
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.connector.file.FileRepositoryConnectorFactory
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
 
newInstance(RepositorySystemSession, InstallRequest) - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified install request.
newInstance(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified deploy request.
newInstance(RepositorySystemSession, boolean) - Method in interface org.eclipse.aether.impl.SyncContextFactory
Creates a new synchronization context.
newInstance(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultSyncContextFactory
 
newInstance(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
newInstance(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
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, LocalRepository) - Method in interface org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
Tries to create a repository manager for the specified local repository.
newInstance(Artifact) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
Creates a new artifact instance that delegates to the specified artifact.
newInstance(DependencyFilter, DependencyFilter) - Static method in class org.eclipse.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
newInstance(DependencyFilter, DependencyFilter) - Static method in class org.eclipse.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
newInstance(DependencySelector, DependencySelector) - Static method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
newInstance(DependencyGraphTransformer, DependencyGraphTransformer) - Static method in class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
Creates a new transformer that chains the specified transformers or simply returns one of them if the other one is null.
newInstance(RepositoryListener, RepositoryListener) - Static method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
newInstance(TransferListener, TransferListener) - Static method in class org.eclipse.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
newInstance(WorkspaceReader, WorkspaceReader) - Static method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
Creates a new workspace reader by chaining the specified readers.
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in interface org.eclipse.aether.impl.LocalRepositoryProvider
 
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in interface org.eclipse.aether.RepositorySystem
Creates a new manager for the specified local repository.
newRepositoryConnector(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.impl.RepositoryConnectorProvider
 
newRepositoryConnector(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
newSession() - Static method in class org.eclipse.aether.internal.test.util.TestUtils
Creates a new repository session whose local repository manager is initialized with an instance of TestLocalRepositoryManager.
newSyncContext(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newSyncContext(RepositorySystemSession, boolean) - Method in interface org.eclipse.aether.RepositorySystem
Creates a new synchronization context.
newTransformationContext(RepositorySystemSession) - Static method in class org.eclipse.aether.internal.test.util.TestUtils
Creates a new dependency graph transformation context.
NODE_DATA_ORIGINAL_OPTIONALITY - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
The key in the dependency node's custom data under which the optional flag of the dependency before derivation and conflict resolution is stored.
NODE_DATA_ORIGINAL_SCOPE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
The key in the dependency node's custom data under which the scope of the dependency before scope derivation and conflict resolution is stored.
NODE_DATA_PREMANAGED_OPTIONAL - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the dependency node's custom data under which the original optional flag is stored.
NODE_DATA_PREMANAGED_SCOPE - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the dependency node's custom data under which the original scope is stored.
NODE_DATA_PREMANAGED_VERSION - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the dependency node's custom data under which the original version is stored.
NODE_DATA_WINNER - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
The key in the dependency node's custom data under which a reference to the DependencyNode which has won the conflict is stored.
NodeBuilder - Class in org.eclipse.aether.internal.test.util
A builder to create dependency nodes for unit testing.
NodeBuilder() - Constructor for class org.eclipse.aether.internal.test.util.NodeBuilder
 
NoLocalRepositoryManagerException - Exception in org.eclipse.aether.repository
Thrown in case of an unsupported local repository type.
NoLocalRepositoryManagerException(LocalRepository) - Constructor for exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
 
NoLocalRepositoryManagerException(LocalRepository, String) - Constructor for exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
 
NoLocalRepositoryManagerException(LocalRepository, Throwable) - Constructor for exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
 
NoLocalRepositoryManagerException(LocalRepository, String, Throwable) - Constructor for exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
 
NoopDependencyGraphTransformer - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that does not perform any changes on its input.
NoopDependencyGraphTransformer() - Constructor for class org.eclipse.aether.util.graph.transformer.NoopDependencyGraphTransformer
Creates a new instance of this graph transformer.
NoopDependencyManager - Class in org.eclipse.aether.util.graph.manager
A dependency manager that does not do any dependency management.
NoopDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.NoopDependencyManager
Creates a new instance of this dependency manager.
NoRepositoryConnectorException - Exception in org.eclipse.aether.transfer
Thrown in case of an unsupported remote repository type.
NoRepositoryConnectorException(RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryConnectorException
 
NoRepositoryConnectorException(RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryConnectorException
 
NoRepositoryConnectorException(RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryConnectorException
 
NoRepositoryConnectorException(RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryConnectorException
 
NotDependencyFilter - Class in org.eclipse.aether.util.filter
A dependency filter that negates another filter.
NotDependencyFilter(DependencyFilter) - Constructor for class org.eclipse.aether.util.filter.NotDependencyFilter
Creates a new filter negatint the specified filter.
notFilter(DependencyFilter) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that negates the specified filter.
NTLM_DOMAIN - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the NTLM domain.
NTLM_WORKSTATION - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the NTML workstation.
NullLoggerFactory - Class in org.eclipse.aether.spi.log
A logger factory that disables any logging.

O

OfflineController - Interface in org.eclipse.aether.impl
Determines whether a remote repository is accessible in offline mode.
optional(boolean) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
OPTIONAL_FALSE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Bit flag indicating whether one or more paths consider the dependency non-optional.
OPTIONAL_TRUE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Bit flag indicating whether one or more paths consider the dependency optional.
OptionalDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that excludes optional dependencies which occur beyond level one of the dependency graph.
OptionalDependencySelector() - Constructor for class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
Creates a new selector to exclude optional transitive dependencies.
OrDependencyFilter - Class in org.eclipse.aether.util.filter
A dependency filter that combines zero or more other filters using a logical OR.
OrDependencyFilter(DependencyFilter...) - Constructor for class org.eclipse.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
OrDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.eclipse.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
orFilter(DependencyFilter...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical OR.
orFilter(Collection<DependencyFilter>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical OR.
org.eclipse.aether - package org.eclipse.aether
 
org.eclipse.aether.artifact - package org.eclipse.aether.artifact
 
org.eclipse.aether.collection - package org.eclipse.aether.collection
 
org.eclipse.aether.connector.async - package org.eclipse.aether.connector.async
 
org.eclipse.aether.connector.file - package org.eclipse.aether.connector.file
 
org.eclipse.aether.connector.wagon - package org.eclipse.aether.connector.wagon
 
org.eclipse.aether.deployment - package org.eclipse.aether.deployment
 
org.eclipse.aether.graph - package org.eclipse.aether.graph
 
org.eclipse.aether.impl - package org.eclipse.aether.impl
 
org.eclipse.aether.installation - package org.eclipse.aether.installation
 
org.eclipse.aether.internal.connector.wagon - package org.eclipse.aether.internal.connector.wagon
 
org.eclipse.aether.internal.impl - package org.eclipse.aether.internal.impl
 
org.eclipse.aether.internal.test.util - package org.eclipse.aether.internal.test.util
 
org.eclipse.aether.internal.test.util.connector - package org.eclipse.aether.internal.test.util.connector
 
org.eclipse.aether.internal.test.util.connector.suite - package org.eclipse.aether.internal.test.util.connector.suite
 
org.eclipse.aether.metadata - package org.eclipse.aether.metadata
 
org.eclipse.aether.repository - package org.eclipse.aether.repository
 
org.eclipse.aether.resolution - package org.eclipse.aether.resolution
 
org.eclipse.aether.spi.connector - package org.eclipse.aether.spi.connector
 
org.eclipse.aether.spi.io - package org.eclipse.aether.spi.io
 
org.eclipse.aether.spi.localrepo - package org.eclipse.aether.spi.localrepo
 
org.eclipse.aether.spi.locator - package org.eclipse.aether.spi.locator
 
org.eclipse.aether.spi.log - package org.eclipse.aether.spi.log
 
org.eclipse.aether.transfer - package org.eclipse.aether.transfer
 
org.eclipse.aether.util - package org.eclipse.aether.util
 
org.eclipse.aether.util.artifact - package org.eclipse.aether.util.artifact
 
org.eclipse.aether.util.concurrency - package org.eclipse.aether.util.concurrency
 
org.eclipse.aether.util.filter - package org.eclipse.aether.util.filter
 
org.eclipse.aether.util.graph.manager - package org.eclipse.aether.util.graph.manager
 
org.eclipse.aether.util.graph.selector - package org.eclipse.aether.util.graph.selector
 
org.eclipse.aether.util.graph.transformer - package org.eclipse.aether.util.graph.transformer
 
org.eclipse.aether.util.graph.traverser - package org.eclipse.aether.util.graph.traverser
 
org.eclipse.aether.util.graph.visitor - package org.eclipse.aether.util.graph.visitor
 
org.eclipse.aether.util.listener - package org.eclipse.aether.util.listener
 
org.eclipse.aether.util.repository - package org.eclipse.aether.util.repository
 
org.eclipse.aether.util.repository.layout - package org.eclipse.aether.util.repository.layout
 
org.eclipse.aether.util.version - package org.eclipse.aether.util.version
 
org.eclipse.aether.version - package org.eclipse.aether.version
 
OverlayArtifactTypeRegistry - Class in org.eclipse.aether.util.artifact
An artifact type registry which first consults its own mappings and in case of an unknown type falls back to another type registry.
OverlayArtifactTypeRegistry(ArtifactTypeRegistry) - Constructor for class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
Creates a new artifact type registry with initially no registered artifact types and the specified fallback registry.

P

parse(URL) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
Parse the graph definition read from the given URL.
parseLiteral(String) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
Parse the given graph definition.
parseMultiResource(String) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
Parse multiple graphs in one resource, divided by "---".
parseResource(String) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
Parse the graph definition read from the given classpath resource.
parseVersion(String) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
parseVersion(String) - Method in interface org.eclipse.aether.version.VersionScheme
Parses the specified version string, for example "1.0".
parseVersionConstraint(String) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
parseVersionConstraint(String) - Method in interface org.eclipse.aether.version.VersionScheme
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".
parseVersionRange(String) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
parseVersionRange(String) - Method in interface org.eclipse.aether.version.VersionScheme
Parses the specified version range specification, for example "[1.0,2.0)".
PASSWORD - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the password.
PathRecordingDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
A dependency visitor that records all paths leading to nodes matching a certain filter criteria.
PathRecordingDependencyVisitor(DependencyFilter) - Constructor for class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
Creates a new visitor that uses the specified filter to identify terminal nodes of interesting paths.
PathRecordingDependencyVisitor(DependencyFilter, boolean) - Constructor for class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
Creates a new visitor that uses the specified filter to identify terminal nodes of interesting paths.
PatternExclusionsDependencyFilter - Class in org.eclipse.aether.util.filter
A simple filter to exclude artifacts from a list of patterns.
PatternExclusionsDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternExclusionsDependencyFilter(VersionScheme, String...) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternExclusionsDependencyFilter(Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternExclusionsDependencyFilter(VersionScheme, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns and VersionScheme .
PatternInclusionsDependencyFilter - Class in org.eclipse.aether.util.filter
A simple filter to include artifacts from a list of patterns.
PatternInclusionsDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternInclusionsDependencyFilter(VersionScheme, String...) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternInclusionsDependencyFilter(Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternInclusionsDependencyFilter(VersionScheme, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns and VersionScheme .
PlexusLoggerFactory - Class in org.eclipse.aether.internal.impl
A logger factory that delegates to Plexus logging.
PlexusLoggerFactory() - Constructor for class org.eclipse.aether.internal.impl.PlexusLoggerFactory
 
PlexusWagonConfigurator - Class in org.eclipse.aether.internal.connector.wagon
A wagon configurator based on the Plexus component configuration framework.
PlexusWagonConfigurator() - Constructor for class org.eclipse.aether.internal.connector.wagon.PlexusWagonConfigurator
 
PlexusWagonProvider - Class in org.eclipse.aether.internal.connector.wagon
A wagon provider backed by a Plexus container and the wagons registered with this container.
PlexusWagonProvider() - Constructor for class org.eclipse.aether.internal.connector.wagon.PlexusWagonProvider
 
PostorderNodeListGenerator - Class in org.eclipse.aether.util.graph.visitor
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in postorder.
PostorderNodeListGenerator() - Constructor for class org.eclipse.aether.util.graph.visitor.PostorderNodeListGenerator
Creates a new postorder list generator.
PreorderNodeListGenerator - Class in org.eclipse.aether.util.graph.visitor
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in preorder.
PreorderNodeListGenerator() - Constructor for class org.eclipse.aether.util.graph.visitor.PreorderNodeListGenerator
Creates a new preorder list generator.
prepare(Collection<? extends Artifact>) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Prepares the generator to transform artifacts.
PRIVATE_KEY_PASSPHRASE - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the passphrase protecting the private key.
PRIVATE_KEY_PATH - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the pathname to a private key file.
progressed(ByteBuffer) - Method in interface org.eclipse.aether.spi.io.FileProcessor.ProgressListener
 
properties(Map<String, String>) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
protocol(String) - Static method in class org.eclipse.aether.internal.test.util.connector.TestConnectorPathUtils
Return the protocol name.
PROVIDED - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 
Proxy - Class in org.eclipse.aether.repository
A proxy to use for connections to a repository.
Proxy(String, String, int) - Constructor for class org.eclipse.aether.repository.Proxy
Creates a new proxy with the specified properties and no authentication.
Proxy(String, String, int, Authentication) - Constructor for class org.eclipse.aether.repository.Proxy
Creates a new proxy with the specified properties.
ProxySelector - Interface in org.eclipse.aether.repository
Selects a proxy for a given remote repository.
put(Object, Object) - Method in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
Puts a keyed value into the context.
put(RepositorySystemSession, Object, Object) - Method in class org.eclipse.aether.DefaultRepositoryCache
 
put(String, Object) - Method in class org.eclipse.aether.repository.AuthenticationContext
Puts the specified authentication data into this context.
put(RepositorySystemSession, Object, Object) - Method in interface org.eclipse.aether.RepositoryCache
Puts the specified data into the cache.
put(Collection<? extends ArtifactUpload>, Collection<? extends MetadataUpload>) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
Performs the specified uploads.

R

range(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
read(Properties, File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
read(File) - Static method in class org.eclipse.aether.util.ChecksumUtils
Extracts the checksum from the specified file.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in interface org.eclipse.aether.impl.ArtifactDescriptorReader
Gets information about an artifact like its direct dependencies.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.test.util.IniArtifactDescriptorReader
Parses the resource $prefix/gid_aid_ver.ini from the request artifact as an artifact description and wraps it into an ArtifactDescriptorResult.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in interface org.eclipse.aether.RepositorySystem
Gets information about an artifact like its direct dependencies and potential relocations.
RecordingRepositoryListener - Class in org.eclipse.aether.internal.test.util
 
RecordingRepositoryListener() - Constructor for class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
RecordingRepositoryListener(RepositoryListener) - Constructor for class org.eclipse.aether.internal.test.util.RecordingRepositoryListener
 
RecordingRepositoryListener.EventWrapper - Class in org.eclipse.aether.internal.test.util
 
RecordingRepositoryListener.EventWrapper(RecordingRepositoryListener.Type, RepositoryEvent) - Constructor for class org.eclipse.aether.internal.test.util.RecordingRepositoryListener.EventWrapper
 
RecordingRepositoryListener.Type - Enum in org.eclipse.aether.internal.test.util
 
RecordingTransferListener - Class in org.eclipse.aether.internal.test.util
 
RecordingTransferListener() - Constructor for class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
RecordingTransferListener(TransferListener) - Constructor for class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
release(Wagon) - Method in interface org.eclipse.aether.connector.wagon.WagonProvider
Releases the specified wagon.
release(Wagon) - Method in class org.eclipse.aether.internal.connector.wagon.PlexusWagonProvider
 
reloc(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
reloc(String, String, String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
RemoteRepository - Class in org.eclipse.aether.repository
A repository on a remote server.
RemoteRepository.Builder - Class in org.eclipse.aether.repository
A builder to create remote repositories.
RemoteRepository.Builder(String, String, String) - Constructor for class org.eclipse.aether.repository.RemoteRepository.Builder
Creates a new repository builder.
RemoteRepository.Builder(RemoteRepository) - Constructor for class org.eclipse.aether.repository.RemoteRepository.Builder
Creates a new repository builder which uses the specified remote repository as a prototype for the new one.
RemoteRepositoryManager - Interface in org.eclipse.aether.impl
 
remove(RepositoryListener) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
Removes the specified listener from the multicast chain.
remove(TransferListener) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
Removes the specified listener from the multicast chain.
repositoriesEquals(List<RemoteRepository>, List<RemoteRepository>) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
 
repositoriesHashCode(List<RemoteRepository>) - Static method in class org.eclipse.aether.internal.impl.CacheUtils
 
repository - Variable in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuiteSetup
 
RepositoryCache - Interface in org.eclipse.aether
Caches auxiliary data used during repository access like already processed metadata.
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.
RepositoryConnectorProvider - Interface in org.eclipse.aether.impl
Retrieves a repository connector from the installed repository connector factories.
RepositoryEvent - Class in org.eclipse.aether
An event describing an action performed by the repository system.
RepositoryEvent.Builder - Class in org.eclipse.aether
A builder to create events.
RepositoryEvent.Builder(RepositorySystemSession, RepositoryEvent.EventType) - Constructor for class org.eclipse.aether.RepositoryEvent.Builder
Creates a new event builder for the specified session and event type.
RepositoryEvent.EventType - Enum in org.eclipse.aether
The type of the repository event.
RepositoryEventDispatcher - Interface in org.eclipse.aether.impl
Dispatches repository events to registered listeners.
RepositoryException - Exception in org.eclipse.aether
The base class for exceptions thrown by the repository system.
RepositoryException(String) - Constructor for exception org.eclipse.aether.RepositoryException
 
RepositoryException(String, Throwable) - Constructor for exception org.eclipse.aether.RepositoryException
 
RepositoryLayout - Interface in org.eclipse.aether.util.repository.layout
The layout for a remote repository whose artifacts/metadata can be addressed via URIs.
RepositoryListener - Interface in org.eclipse.aether
A listener being notified of events from the repository system.
RepositoryOfflineException - Exception in org.eclipse.aether.transfer
Thrown when a transfer could not be performed because a remote repository is not accessible in offline mode.
RepositoryOfflineException(RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.RepositoryOfflineException
 
RepositoryOfflineException(RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.RepositoryOfflineException
 
RepositoryPolicy - Class in org.eclipse.aether.repository
A policy controlling access to a repository.
RepositoryPolicy() - Constructor for class org.eclipse.aether.repository.RepositoryPolicy
Creates a new policy with checksum warnings and daily update checks.
RepositoryPolicy(boolean, String, String) - Constructor for class org.eclipse.aether.repository.RepositoryPolicy
Creates a new policy with the specified settings.
RepositorySystem - Interface in org.eclipse.aether
The main entry point to the repository system.
RepositorySystemSession - Interface in org.eclipse.aether
Defines settings and components that control the repository system.
REQUEST_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
The timeout (in milliseconds) to wait for a response from a remote server.
RequestTrace - Class in org.eclipse.aether
A trace of nested requests that are performed by the repository system.
RequestTrace(Object) - Constructor for class org.eclipse.aether.RequestTrace
Creates a new root trace with the specified data.
RequestTrace(RequestTrace, Object) - Constructor for class org.eclipse.aether.RequestTrace
Creates a new trace with the specified data and parent
ResolutionErrorPolicy - Interface in org.eclipse.aether.resolution
Controls the caching of resolution errors for artifacts/metadata from remote repositories.
ResolutionErrorPolicyRequest<T> - Class in org.eclipse.aether.resolution
A query for the resolution error policy for a given artifact/metadata.
ResolutionErrorPolicyRequest() - Constructor for class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Creates an uninitialized request.
ResolutionErrorPolicyRequest(T, RemoteRepository) - Constructor for class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Creates a request for the specified artifact/metadata and remote repository.
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in interface org.eclipse.aether.impl.ArtifactResolver
Resolves the path for an artifact.
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in interface org.eclipse.aether.RepositorySystem
Resolves the path for an artifact.
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in interface org.eclipse.aether.impl.ArtifactResolver
Resolves the paths for a collection of artifacts.
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in interface org.eclipse.aether.RepositorySystem
Resolves the paths for a collection of artifacts.
resolveDependencies(RepositorySystemSession, DependencyRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveDependencies(RepositorySystemSession, DependencyRequest) - Method in interface org.eclipse.aether.RepositorySystem
Collects and resolves the transitive dependencies of an artifact.
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in interface org.eclipse.aether.impl.MetadataResolver
Resolves the paths for a collection of metadata.
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in interface org.eclipse.aether.RepositorySystem
Resolves the paths for a collection of metadata.
resolveVersion(RepositorySystemSession, VersionRequest) - Method in interface org.eclipse.aether.impl.VersionResolver
Resolves an artifact's meta version (if any) to a concrete version.
resolveVersion(RepositorySystemSession, VersionRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveVersion(RepositorySystemSession, VersionRequest) - Method in interface org.eclipse.aether.RepositorySystem
Resolves an artifact's meta version (if any) to a concrete version.
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in interface org.eclipse.aether.impl.VersionRangeResolver
Expands a version range to a list of matching versions, in ascending order.
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in interface org.eclipse.aether.RepositorySystem
Expands a version range to a list of matching versions, in ascending order.
RunnableErrorForwarder - Class in org.eclipse.aether.util.concurrency
A utility class to forward any uncaught Error or RuntimeException from a Runnable executed in a worker thread back to the parent thread.
RunnableErrorForwarder() - Constructor for class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
Creates a new error forwarder for worker threads spawned by the current thread.
RUNTIME - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 

S

scope(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
ScopeDependencyFilter - Class in org.eclipse.aether.util.filter
A dependency filter based on dependency scopes.
ScopeDependencyFilter(Collection<String>, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.ScopeDependencyFilter
Creates a new filter using the specified includes and excludes.
ScopeDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.ScopeDependencyFilter
Creates a new filter using the specified excludes.
ScopeDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that filters transitive dependencies based on their scope.
ScopeDependencySelector(Collection<String>, Collection<String>) - Constructor for class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
Creates a new selector using the specified includes and excludes.
ScopeDependencySelector(String...) - Constructor for class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
Creates a new selector using the specified excludes.
selectDependency(Dependency) - Method in interface org.eclipse.aether.collection.DependencySelector
Decides whether the specified dependency should be included in the dependency graph.
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
selectOptionality(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
Determines the effective optional flag of the dependency given by ConflictResolver.ConflictContext.getWinner().
selectOptionality(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.SimpleOptionalitySelector
 
selectScope(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
Determines the effective scope of the dependency given by ConflictResolver.ConflictContext.getWinner().
selectScope(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.JavaScopeSelector
 
selectVersion(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
Determines the winning node among conflicting dependencies.
selectVersion(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector
 
Service - Interface in org.eclipse.aether.spi.locator
A stateless component of the repository system.
serviceCreationFailed(Class<?>, Class<?>, Throwable) - Method in class org.eclipse.aether.impl.DefaultServiceLocator.ErrorHandler
Handles errors during creation of a service.
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.
session - Variable in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuiteSetup
 
SessionData - Interface in org.eclipse.aether
A container for data that is specific to a repository system session.
set(Object, Object) - Method in class org.eclipse.aether.DefaultSessionData
 
set(Object, Object, Object) - Method in class org.eclipse.aether.DefaultSessionData
 
set(Object, Object) - Method in interface org.eclipse.aether.SessionData
Associates the specified session data with the given key.
set(Object, Object, Object) - Method in interface org.eclipse.aether.SessionData
Associates the specified session data with the given key if the key is currently mapped to the given value.
setAliases(Collection<Artifact>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets the known aliases for this dependency's artifact.
setAliases(Collection<Artifact>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the aliases of the artifact.
setArtifact(Artifact) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setArtifact(Artifact) - Method in class org.eclipse.aether.graph.Dependency
Sets the artifact being depended on.
setArtifact(Artifact) - Method in interface org.eclipse.aether.graph.DependencyNode
Updates the artifact of the dependency after resolution.
setArtifact(Artifact) - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Sets the artifact to register.
setArtifact(Artifact) - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Sets the artifact to query for.
setArtifact(Artifact) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the artifact involved in the event.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Sets the artifact for whose descriptor to determine the error policy.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Sets the artifact whose descriptor shall be read.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the artifact whose descriptor was read.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the artifact to resolve.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactResult
Sets the resolved artifact.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Sets the artifact whose version range shall be resolved.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.VersionRequest
Sets the artifact whose (meta-)version shall be resolved.
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
 
setArtifactAvailability(Artifact, boolean) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
setArtifactDescriptorPolicy(ArtifactDescriptorPolicy) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the policy which controls how errors related to reading artifact descriptors should be handled.
setArtifactDescriptorReader(ArtifactDescriptorReader) - Method in class org.eclipse.aether.internal.impl.DefaultDependencyCollector
 
setArtifactDescriptorReader(ArtifactDescriptorReader) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setArtifactResolver(ArtifactResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setArtifactResults(List<ArtifactResult>) - Method in class org.eclipse.aether.resolution.DependencyResult
Sets the resolution results for the artifacts that matched DependencyRequest.getFilter().
setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.deployment.DeployRequest
Sets the artifacts to deploy.
setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.deployment.DeployResult
Sets the artifacts that got deployed.
setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.installation.InstallRequest
Sets the artifacts to install.
setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.installation.InstallResult
Sets the artifacts that got installed.
setArtifactTypeRegistry(ArtifactTypeRegistry) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the registry of artifact types recognized by this session.
setAuthentication(Authentication) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the authentication to use in order to access the repository.
setAuthenticationSelector(AuthenticationSelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the authentication selector to use for repositories discovered in artifact descriptors.
setAuthoritativeRepository(RemoteRepository) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the repository which ultimately hosts the metadata to update.
setAvailable(boolean) - Method in class org.eclipse.aether.repository.LocalArtifactResult
Sets whether the artifact is available.
setCache(RepositoryCache) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the cache the repository system may use to save data for future reuse during the session.
setChecksumPolicy(String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the global checksum policy.
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.
setChildren(List<DependencyNode>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setChildren(List<DependencyNode>) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the child nodes of this node.
setCollectExceptions(List<Exception>) - Method in class org.eclipse.aether.resolution.DependencyResult
Records the specified exceptions while building the dependency graph.
setCollectRequest(CollectRequest) - Method in class org.eclipse.aether.resolution.DependencyRequest
Sets the collect request used to calculate the dependency graph whose artifacts should be resolved.
setConfigProperties(Map<?, ?>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the configuration properties used to tweak internal aspects of the repository system (e.g. thread pooling, connector-specific behavior, etc.)
setConfigProperty(String, Object) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the specified configuration property.
setContentLength(long) - Method in class org.eclipse.aether.transfer.TransferResource
Sets the size of the resource in bytes.
setContentType(String) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the type of the repository, e.g.
setContext(String) - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Sets the resolution context.
setContext(String) - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Sets the resolution context.
setContexts(Collection<String>) - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Sets the resolution contexts in which the artifact is available.
setContexts(Collection<String>) - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Sets the resolution contexts in which the metadata is available.
setData(SessionData) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the custom data associated with this session.
setData(Map<Object, Object>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setData(Object, Object) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setData(Map<Object, Object>) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the custom data associated with this dependency node.
setData(Object, Object) - Method in interface org.eclipse.aether.graph.DependencyNode
Associates the specified dependency node data with the given key.
setDataBuffer(byte[], int, int) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the byte buffer holding the transferred bytes since the last event.
setDataBuffer(ByteBuffer) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the byte buffer holding the transferred bytes since the last event.
setDeleteLocalCopyIfMissing(boolean) - Method in class org.eclipse.aether.resolution.MetadataRequest
Controls whether the locally cached copy of the metadata should be removed if the corresponding file does not exist (any more) in the remote repository.
setDependencies(List<Dependency>) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the direct dependencies.
setDependencies(List<Dependency>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the list of direct dependencies of the artifact.
setDependencyCollector(DependencyCollector) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setDependencyGraphTransformer(DependencyGraphTransformer) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the dependency graph transformer to use for building dependency graphs.
setDependencyManager(DependencyManager) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the dependency manager to use for building dependency graphs.
setDependencyNode(DependencyNode) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the dependency node to resolve.
setDependencySelector(DependencySelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the dependency selector to use for building dependency graphs.
setDependencyTraverser(DependencyTraverser) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the dependency traverser to use for building dependency graphs.
setDeployer(Deployer) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setDerivedScope(String) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Sets the derived scope of the child dependency.
setErrorHandler(DefaultServiceLocator.ErrorHandler) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Sets the error handler to use.
setException(E) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the exception for this update check.
setException(Exception) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the exception causing the event.
setException(Exception) - Method in class org.eclipse.aether.resolution.MetadataResult
Records the specified exception while resolving the metadata.
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
 
setException(Exception) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the error that occurred during the transfer.
setExceptions(List<Exception>) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the exceptions causing the event.
setExceptions(List<Exception>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the exceptions that occurred while reading the artifact descriptor.
setExclusions(Collection<Exclusion>) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new exclusions to apply to the dependency.
setExclusions(Collection<Exclusion>) - Method in class org.eclipse.aether.graph.Dependency
Sets the exclusions for the dependency.
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.
setFavorLocalRepository(boolean) - Method in class org.eclipse.aether.resolution.MetadataRequest
Controls resolution of remote metadata when already corresponding metadata of the local repository exists.
setFile(File) - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
setFile(File) - Method in interface org.eclipse.aether.artifact.Artifact
Sets the file of the artifact.
setFile(File) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the local file of the item.
setFile(File) - Method in class org.eclipse.aether.metadata.AbstractMetadata
 
setFile(File) - Method in interface org.eclipse.aether.metadata.Metadata
Sets the file of the metadata.
setFile(File) - Method in class org.eclipse.aether.repository.LocalArtifactResult
Sets the file to requested artifact.
setFile(File) - Method in class org.eclipse.aether.repository.LocalMetadataResult
Sets the file to requested metadata.
setFile(File) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the file involved in the event.
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
 
setFile(File) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
setFile(File) - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.connector.async.AsyncRepositoryConnectorFactory
Sets the file processor to use for this component.
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.connector.file.FileRepositoryConnectorFactory
Sets the file processor to use for this component.
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the file processor to use for this component.
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setFileValid(boolean) - Method in class org.eclipse.aether.impl.UpdateCheck
Controls whether the local file given by UpdateCheck.getFile(), if existent, should be considered valid or not.
setFilter(DependencyFilter) - Method in class org.eclipse.aether.resolution.DependencyRequest
Sets the resolution filter used to select which artifacts of the dependency graph should be resolved.
setId(String) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the identifier of the repository.
setIgnoreArtifactDescriptorRepositories(boolean) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Controls whether repositories declared in artifact descriptors should be ignored during transitive dependency collection.
setInstaller(Installer) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setItem(T) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the item of the check.
setItem(T) - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Sets the artifact/metadata for which to determine the error policy.
setLocalLastUpdated(long) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the last-modified timestamp of the corresponding item produced by a local installation.
setLocalRepositoryManager(LocalRepositoryManager) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the local repository manager used during this session.
setLocalRepositoryManagerFactories(Collection<LocalRepositoryManagerFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
setLocalRepositoryProvider(LocalRepositoryProvider) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.connector.async.AsyncRepositoryConnectorFactory
Sets the logger factory to use for this component.
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.connector.file.FileRepositoryConnectorFactory
Sets the logger factory to use for this component.
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the logger factory to use for this component.
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDependencyCollector
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
setLoggerFactory(ILoggerFactory) - Method in class org.eclipse.aether.internal.impl.Slf4jLoggerFactory
 
setManagedBits(int) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets a bit field indicating which attributes of this node were subject to dependency management.
setManagedDependencies(List<Dependency>) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the dependency management to apply to transitive dependencies.
setManagedDependencies(List<Dependency>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the dependency management information.
setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.deployment.DeployRequest
Sets the metadata to deploy.
setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.deployment.DeployResult
Sets the metadata that got deployed.
setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.installation.InstallRequest
Sets the metadata to install.
setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.installation.InstallResult
Sets the metadata that got installed.
setMetadata(Metadata) - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Sets the metadata to register.
setMetadata(Metadata) - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Sets the metadata to query for.
setMetadata(Metadata) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the metadata involved in the event.
setMetadata(Metadata) - Method in class org.eclipse.aether.resolution.MetadataRequest
Sets the metadata to resolve.
setMetadata(Metadata) - Method in class org.eclipse.aether.resolution.MetadataResult
Sets the resolved metadata.
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
 
setMetadataGeneratorFactories(Collection<MetadataGeneratorFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setMetadataGeneratorFactories(Collection<MetadataGeneratorFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setMetadataResolver(MetadataResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setMirroredRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the repositories being mirrored by the repository.
setMirrorSelector(MirrorSelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the mirror selector to use for repositories discovered in artifact descriptors.
setOffline(boolean) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Controls whether the repository system operates in offline mode and avoids/refuses any access to remote repositories.
setOfflineController(OfflineController) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setOfflineController(OfflineController) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setOfflineController(OfflineController) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setOptional(Boolean) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new optional flag to apply to the dependency.
setOptional(Boolean) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setOptional(Boolean) - Method in class org.eclipse.aether.graph.Dependency
Sets the optional flag for the dependency.
setOptional(Boolean) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the optional flag of the dependency.
setOptional(Boolean) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Sets the effective optional flag of the winning dependency.
setPolicy(String) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the policy to use for the check.
setPolicy(RepositoryPolicy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the policy to apply for snapshot and release artifacts.
setPriority(float) - Method in class org.eclipse.aether.connector.async.AsyncRepositoryConnectorFactory
Sets the priority of this component.
setPriority(float) - Method in class org.eclipse.aether.connector.file.FileRepositoryConnectorFactory
Sets the priority of this component.
setPriority(float) - Method in class org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the priority of this component.
setProperties(Map<String, String>) - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
setProperties(Map<String, String>) - Method in interface org.eclipse.aether.artifact.Artifact
Sets the properties for the artifact.
setProperties(Map<String, String>) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new properties to apply to the dependency.
setProperties(Map<String, String>) - Method in class org.eclipse.aether.metadata.AbstractMetadata
 
setProperties(Map<String, String>) - Method in interface org.eclipse.aether.metadata.Metadata
Sets the properties for the metadata.
setProperties(Map<String, Object>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets any additional information about the artifact in form of key-value pairs.
setProperties(Map<String, String>) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
setProperties(Map<String, String>) - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
setProxy(Proxy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the proxy to use in order to access the repository.
setProxySelector(ProxySelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the proxy selector to use for repositories discovered in artifact descriptors.
setReadOnly() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Marks this session as read-only such that any future attempts to call its mutators will fail with an exception.
setReleasePolicy(RepositoryPolicy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the policy to apply for release artifacts.
setRelocations(List<Artifact>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets the sequence of relocations that was followed to resolve this dependency's artifact.
setRelocations(List<Artifact>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the relocations that were processed to read the artifact descriptor.
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultDependencyCollector
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the repositories to use for the collection.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets the remote repositories from which this node's artifact shall be resolved.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Sets the remote repositories to consider as sources of the artifact.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Sets the repositories to resolve the descriptor from.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the remote repositories listed in the artifact descriptor.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the repositories to resolve the artifact from.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Sets the repositories to resolve the version range from.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.VersionRequest
Sets the repositories to resolve the version from.
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).
setRepository(RemoteRepository) - Method in class org.eclipse.aether.deployment.DeployRequest
Sets the repository to deploy to.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the repository from which a potential update/download will performed.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.internal.test.util.connector.ConnectorTestContext
 
setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Sets the remote repository from which the artifact was resolved.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalArtifactResult
Sets the (first) remote repository from which the artifact was cached.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Sets the remote repository from which the metadata was resolved.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Sets the remote repository to use as sources of the metadata.
setRepository(ArtifactRepository) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the repository involved in the event.
setRepository(ArtifactRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the repository from which the descriptor was resolved.
setRepository(ArtifactRepository) - Method in class org.eclipse.aether.resolution.ArtifactResult
Sets the repository from which the artifact was resolved.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.MetadataRequest
Sets the repository from which the metadata should be resolved.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Sets the remote repository from which the resolution of the artifact/metadata is attempted.
setRepository(Version, ArtifactRepository) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Records the repository from which the specified version was resolved
setRepository(ArtifactRepository) - Method in class org.eclipse.aether.resolution.VersionResult
Sets the repository from which the version was resolved.
setRepositoryConnectorFactories(Collection<RepositoryConnectorFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
setRepositoryConnectorProvider(RepositoryConnectorProvider) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setRepositoryConnectorProvider(RepositoryConnectorProvider) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setRepositoryConnectorProvider(RepositoryConnectorProvider) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setRepositoryListener(RepositoryListener) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the listener being notified of actions in the repository system.
setRepositoryListeners(Collection<RepositoryListener>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
setRepositoryManager(boolean) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Marks the repository as a repository manager or not.
setRequestContext(String) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setRequestContext(String) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the request context in which this dependency node was created.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.MetadataRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.VersionRequest
Sets the context in which this request is made.
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.
setRequestType(TransferEvent.RequestType) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the type of the request/transfer.
setRequired(boolean) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the result of an update check.
setResolutionErrorPolicy(ResolutionErrorPolicy) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the policy which controls whether resolutions errors from remote repositories should be cached.
setRoot(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the root dependency of the graph.
setRoot(DependencyNode) - Method in class org.eclipse.aether.collection.CollectResult
Sets the root node of the dependency graph.
setRoot(DependencyNode) - Method in class org.eclipse.aether.resolution.DependencyRequest
Sets the root node of the dependency graph whose artifacts should be resolved.
setRoot(DependencyNode) - Method in class org.eclipse.aether.resolution.DependencyResult
Sets the root node of the resolved dependency graph.
setRootArtifact(Artifact) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the root artifact for the dependency graph.
setScope(String) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new scope to apply to the dependency.
setScope(String) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setScope(String) - Method in class org.eclipse.aether.graph.Dependency
Sets the scope of the dependency, e.g.
setScope(String) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the scope of the dependency.
setScope(String) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Sets the effective scope of the winning dependency.
setService(Class<T>, Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Sets the implementation class for a service.
setServices(Class<T>, T...) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Sets the instances for a service.
setSession(RepositorySystemSession) - Method in class org.eclipse.aether.internal.test.util.connector.ConnectorTestContext
 
setSnapshotPolicy(RepositoryPolicy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the policy to apply for snapshot artifacts.
setStale(boolean) - Method in class org.eclipse.aether.repository.LocalMetadataResult
Sets whether the metadata is stale.
setState(Transfer.State) - Method in class org.eclipse.aether.spi.connector.Transfer
Sets the state of this transfer.
setSubstitutions(Collection<String>) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
setSubstitutions(String...) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
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.
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setSystemProperties(Map<?, ?>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the system properties to use, e.g. for processing of artifact descriptors.
setSystemProperty(String, String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the specified system property.
setTrace(RequestTrace) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.deployment.DeployRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.installation.InstallRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the trace information about the request during which the event occurred.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.DependencyRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.MetadataRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.VersionRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
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.
setTransferListener(TransferListener) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the listener being notified of uploads/downloads by the repository system.
setTransferredBytes(long) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the total number of bytes that have been transferred so far during the download/upload.
setType(TransferEvent.EventType) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the type of the event.
setUpdateCheckManager(UpdateCheckManager) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setUpdated(boolean) - Method in class org.eclipse.aether.resolution.MetadataResult
Sets the updated flag for the metadata.
setUpdatePolicy(String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the global update policy.
setUpdatePolicyAnalyzer(UpdatePolicyAnalyzer) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
setUpdatePolicyAnalyzer(UpdatePolicyAnalyzer) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
setUrl(String) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the (base) URL of the repository.
setUserProperties(Map<?, ?>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the user properties to use, e.g. for processing of artifact descriptors.
setUserProperty(String, String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the specified user property.
setVersion(String) - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
setVersion(String) - Method in interface org.eclipse.aether.artifact.Artifact
Sets the version of the artifact.
setVersion(String) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new version to apply to the dependency.
setVersion(Version) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setVersion(String) - Method in class org.eclipse.aether.resolution.VersionResult
Sets the resolved version.
setVersion(String) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
setVersionConstraint(VersionConstraint) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setVersionConstraint(VersionConstraint) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Sets the version constraint that was parsed from the artifact's version string.
setVersionRangeResolver(VersionRangeResolver) - Method in class org.eclipse.aether.internal.impl.DefaultDependencyCollector
 
setVersionRangeResolver(VersionRangeResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setVersionResolver(VersionResolver) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setVersionResolver(VersionResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setVersions(List<Version>) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Sets the versions (in ascending order) matching the requested range.
setWagonConfigurator(WagonConfigurator) - Method in class org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the wagon configurator to use to apply provider-specific configuration to wagon instances.
setWagonProvider(WagonProvider) - Method in class org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the wagon provider to use to acquire and release wagon instances.
setWinner(ConflictResolver.ConflictItem) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Sets the conflict item which has been selected as the winner among the conflicting dependencies.
setWorkspaceReader(WorkspaceReader) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the workspace reader used during this session.
SimpleArtifactDescriptorPolicy - Class in org.eclipse.aether.util.repository
An artifact descriptor error policy that allows to control error handling at a global level.
SimpleArtifactDescriptorPolicy(boolean, boolean) - Constructor for class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
Creates a new error policy with the specified behavior.
SimpleArtifactDescriptorPolicy(int) - Constructor for class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
Creates a new error policy with the specified bit mask.
SimpleLocalRepositoryManagerFactory - Class in org.eclipse.aether.internal.impl
Creates local repository managers for repository type "simple".
SimpleLocalRepositoryManagerFactory() - Constructor for class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
SimpleOptionalitySelector - Class in org.eclipse.aether.util.graph.transformer
An optionality selector for use with ConflictResolver.
SimpleOptionalitySelector() - Constructor for class org.eclipse.aether.util.graph.transformer.SimpleOptionalitySelector
Creates a new instance of this scope selector.
SimpleResolutionErrorPolicy - Class in org.eclipse.aether.util.repository
A resolution error policy that allows to control caching for artifacts and metadata at a global level.
SimpleResolutionErrorPolicy(boolean, boolean) - Constructor for class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
Creates a new error policy with the specified behavior for both artifacts and metadata.
SimpleResolutionErrorPolicy(int) - Constructor for class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
Creates a new error policy with the specified bit mask for both artifacts and metadata.
SimpleResolutionErrorPolicy(int, int) - Constructor for class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
Creates a new error policy with the specified bit masks for artifacts and metadata.
Slf4jLoggerFactory - Class in org.eclipse.aether.internal.impl
A logger factory that delegates to Slf4J logging.
Slf4jLoggerFactory() - Constructor for class org.eclipse.aether.internal.impl.Slf4jLoggerFactory
 
SORTED_CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a List<Object> is stored that denotes a topological sorting of the conflict ids.
SSL_CONTEXT - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the SSL context.
SSL_HOSTNAME_VERIFIER - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the SSL hostname verifier.
StaticDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that always includes or excludes dependencies.
StaticDependencySelector(boolean) - Constructor for class org.eclipse.aether.util.graph.selector.StaticDependencySelector
Creates a new selector with the specified selection behavior.
StaticDependencyTraverser - Class in org.eclipse.aether.util.graph.traverser
A dependency traverser which always or never traverses children.
StaticDependencyTraverser(boolean) - Constructor for class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
Creates a new traverser with the specified traversal behavior.
STATS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a Map<String, Object> is stored that can be used to include some runtime/performance stats in the debug log.
STRICT - Static variable in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Bit mask indicating that errors while reading the artifact descriptor should not be tolerated.
StringUtils - Class in org.eclipse.aether.util
A utility class to ease string processing.
SubArtifact - Class in org.eclipse.aether.util.artifact
An artifact whose identity is derived from another artifact.
SubArtifact(Artifact, String, String) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, File) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, Map<String, String>) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, Map<String, String>, File) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SyncContext - Interface in org.eclipse.aether
A synchronization context used to coordinate concurrent access to artifacts or metadatas.
SyncContextFactory - Interface in org.eclipse.aether.impl
A factory to create synchronization contexts.
SYSTEM - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 

T

TEST - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 
testBlocking() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuite
 
TestConnectorPathUtils - Class in org.eclipse.aether.internal.test.util.connector
URL handling for file URLs.
testFailedEvents() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuite
 
testFailedTransferEvents(RepositoryConnectorFactory, DefaultRepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.internal.test.util.connector.suite.TransferEventTester
Test the order of events and their properties for the unsuccessful up- and download of artifact and metadata.
testFileHandleLeakage() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuite
 
TestFileProcessor - Class in org.eclipse.aether.internal.test.util
 
TestFileProcessor() - Constructor for class org.eclipse.aether.internal.test.util.TestFileProcessor
 
TestFileUtils - Class in org.eclipse.aether.internal.test.util
 
TestLocalRepositoryManager - Class in org.eclipse.aether.internal.test.util
A simplistic local repository manager that uses a temporary base directory.
TestLocalRepositoryManager() - Constructor for class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
TestLoggerFactory - Class in org.eclipse.aether.internal.test.util
A logger factory that writes to some PrintStream.
TestLoggerFactory() - Constructor for class org.eclipse.aether.internal.test.util.TestLoggerFactory
Creates a new logger factory that writes to System.out.
TestLoggerFactory(PrintStream) - Constructor for class org.eclipse.aether.internal.test.util.TestLoggerFactory
 
testMkdirConcurrencyBug() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuite
 
testProgressEventsDataBuffer() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuite
 
testSuccessfulEvents() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuite
Test successful event order.
testSuccessfulTransferEvents(RepositoryConnectorFactory, DefaultRepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.internal.test.util.connector.suite.TransferEventTester
Test the order of events and their properties for the successful up- and download of artifact and metadata.
testTransferZeroBytesFile() - Method in class org.eclipse.aether.internal.test.util.connector.suite.ConnectorTestSuite
See https://issues.sonatype.org/browse/AETHER-8
TestUtils - Class in org.eclipse.aether.internal.test.util
Utility methods to help unit testing.
toBaseId(Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<baseVersion>.
toId(Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<version>.
toId(String, String, String, String, String) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<version>.
toRelative(File, String) - Static method in class org.eclipse.aether.internal.test.util.connector.TestConnectorPathUtils
 
toString() - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
toString() - Method in class org.eclipse.aether.collection.CollectRequest
 
toString() - Method in class org.eclipse.aether.collection.CollectResult
 
toString() - Method in class org.eclipse.aether.deployment.DeployRequest
 
toString() - Method in class org.eclipse.aether.deployment.DeployResult
 
toString() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
toString() - Method in class org.eclipse.aether.graph.Dependency
 
toString() - Method in class org.eclipse.aether.graph.Exclusion
 
toString() - Method in class org.eclipse.aether.impl.UpdateCheck
 
toString() - Method in class org.eclipse.aether.installation.InstallRequest
 
toString() - Method in class org.eclipse.aether.installation.InstallResult
 
toString() - Method in class org.eclipse.aether.internal.test.util.RecordingRepositoryListener.EventWrapper
 
toString() - Method in class org.eclipse.aether.metadata.AbstractMetadata
 
toString() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
 
toString() - Method in class org.eclipse.aether.repository.LocalArtifactResult
 
toString() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
 
toString() - Method in class org.eclipse.aether.repository.LocalMetadataResult
 
toString() - Method in class org.eclipse.aether.repository.LocalRepository
 
toString() - Method in class org.eclipse.aether.repository.Proxy
 
toString() - Method in class org.eclipse.aether.repository.RemoteRepository
 
toString() - Method in class org.eclipse.aether.repository.RepositoryPolicy
 
toString() - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
toString() - Method in class org.eclipse.aether.RepositoryEvent
 
toString() - Method in class org.eclipse.aether.RequestTrace
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactRequest
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactResult
 
toString() - Method in class org.eclipse.aether.resolution.DependencyRequest
 
toString() - Method in class org.eclipse.aether.resolution.DependencyResult
 
toString() - Method in class org.eclipse.aether.resolution.MetadataRequest
 
toString() - Method in class org.eclipse.aether.resolution.MetadataResult
 
toString() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
 
toString() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
 
toString() - Method in class org.eclipse.aether.resolution.VersionRangeResult
 
toString() - Method in class org.eclipse.aether.resolution.VersionRequest
 
toString() - Method in class org.eclipse.aether.resolution.VersionResult
 
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.MetadataDownload
 
toString() - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
toString() - Method in class org.eclipse.aether.transfer.TransferEvent
 
toString() - Method in class org.eclipse.aether.transfer.TransferResource
 
toString() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
toString() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
toString() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
toString() - Method in interface org.eclipse.aether.version.Version
Gets the original string representation of the version.
toString() - Method in class org.eclipse.aether.version.VersionRange.Bound
 
touchArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Updates the timestamp for the artifact contained in the update check.
touchArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
touchMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Updates the timestamp for the metadata contained in the update check.
touchMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
toVersionlessId(Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>].
toVersionlessId(String, String, String, String) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>].
Transfer - Class in org.eclipse.aether.spi.connector
An artifact/metadata transfer.
Transfer() - Constructor for class org.eclipse.aether.spi.connector.Transfer
 
Transfer.State - Enum in org.eclipse.aether.spi.connector
The state of a transfer.
TransferCancelledException - Exception in org.eclipse.aether.transfer
Thrown in case an upload/download was cancelled (e.g. due to user request).
TransferCancelledException() - Constructor for exception org.eclipse.aether.transfer.TransferCancelledException
 
TransferCancelledException(String) - Constructor for exception org.eclipse.aether.transfer.TransferCancelledException
 
TransferCancelledException(String, Throwable) - Constructor for exception org.eclipse.aether.transfer.TransferCancelledException
 
transferCorrupted(TransferEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
transferCorrupted(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferCorrupted(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener that a checksum validation failed.
transferCorrupted(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
TransferEvent - Class in org.eclipse.aether.transfer
An event fired to a transfer listener during an artifact/metadata transfer.
TransferEvent.Builder - Class in org.eclipse.aether.transfer
A builder to create transfer events.
TransferEvent.Builder(RepositorySystemSession, TransferResource) - Constructor for class org.eclipse.aether.transfer.TransferEvent.Builder
Creates a new transfer event builder for the specified session and the given resource.
TransferEvent.EventType - Enum in org.eclipse.aether.transfer
The type of the event.
TransferEvent.RequestType - Enum in org.eclipse.aether.transfer
The type of the request/transfer being performed.
TransferEventTester - Class in org.eclipse.aether.internal.test.util.connector.suite
Utility class for connector tests.
TransferEventTester() - Constructor for class org.eclipse.aether.internal.test.util.connector.suite.TransferEventTester
 
transferFailed(TransferEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
transferFailed(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferFailed(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about the unsuccessful termination of a transfer.
transferFailed(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
transferInitiated(TransferEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
transferInitiated(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferInitiated(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about the initiation of a transfer.
transferInitiated(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
TransferListener - Interface in org.eclipse.aether.transfer
A listener being notified of artifact/metadata transfers from/to remote repositories.
transferProgressed(TransferEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
transferProgressed(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferProgressed(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about some progress in the data transfer.
transferProgressed(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
TransferResource - Class in org.eclipse.aether.transfer
Describes a resource being uploaded or downloaded by the repository system.
TransferResource(String, String, File, RequestTrace) - Constructor for class org.eclipse.aether.transfer.TransferResource
Creates a new transfer resource with the specified properties.
transferStarted(TransferEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
transferStarted(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferStarted(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about the start of a data transfer, i.e. the successful connection to the remote repository.
transferStarted(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
transferSucceeded(TransferEvent) - Method in class org.eclipse.aether.internal.test.util.RecordingTransferListener
 
transferSucceeded(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferSucceeded(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about the successful completion of a transfer.
transferSucceeded(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
transformArtifact(Artifact) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Enables the metadata generator to transform the specified artifact.
TransformationContextKeys - Class in org.eclipse.aether.util.graph.transformer
A collection of keys used by the dependency graph transformers when exchanging information via the graph transformation context.
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in interface org.eclipse.aether.collection.DependencyGraphTransformer
Transforms the dependency graph denoted by the specified root node.
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker
After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group.
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.JavaDependencyContextRefiner
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.NoopDependencyGraphTransformer
 
traverseDependency(Dependency) - Method in interface org.eclipse.aether.collection.DependencyTraverser
Decides whether the dependencies of the specified dependency should be traversed.
traverseDependency(Dependency) - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
 
traverseDependency(Dependency) - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
 
TreeDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
A dependency visitor that delegates to another visitor if a node hasn't been visited before.
TreeDependencyVisitor(DependencyVisitor) - Constructor for class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor
Creates a new visitor that delegates to the specified visitor.
TYPE - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
A high-level characterization of the artifact, e.g.
TYPE_HTTP - Static variable in class org.eclipse.aether.repository.Proxy
Type denoting a proxy for HTTP transfers.
TYPE_HTTPS - Static variable in class org.eclipse.aether.repository.Proxy
Type denoting a proxy for HTTPS transfers.

U

UnsolvableVersionConflictException - Exception in org.eclipse.aether.collection
Thrown in case of an unsolvable conflict between different version constraints for a dependency.
UnsolvableVersionConflictException(Collection<List<DependencyNode>>) - Constructor for exception org.eclipse.aether.collection.UnsolvableVersionConflictException
 
update(String...) - Method in class org.eclipse.aether.repository.AuthenticationDigest
Updates the digest with the specified strings.
update(char...) - Method in class org.eclipse.aether.repository.AuthenticationDigest
Updates the digest with the specified characters.
update(byte...) - Method in class org.eclipse.aether.repository.AuthenticationDigest
Updates the digest with the specified bytes.
UPDATE_POLICY_ALWAYS - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Always update locally cached data.
UPDATE_POLICY_DAILY - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Update locally cached data once a day.
UPDATE_POLICY_INTERVAL - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Update locally cached data every X minutes as given by "interval:X".
UPDATE_POLICY_NEVER - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Never update locally cached data.
UpdateCheck<T,E extends RepositoryException> - Class in org.eclipse.aether.impl
A request to check if an update of an artifact/metadata from a remote repository is needed.
UpdateCheck() - Constructor for class org.eclipse.aether.impl.UpdateCheck
 
UpdateCheckManager - Interface in org.eclipse.aether.impl
Determines if updates of artifacts and metadata from remote repositories are needed.
UpdatePolicyAnalyzer - Interface in org.eclipse.aether.impl
Evaluates update policies.
USER_AGENT - Static variable in class org.eclipse.aether.ConfigurationProperties
The user agent that repository connectors should report to servers.
USERNAME - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the username.

V

valueOf(String) - Static method in enum org.eclipse.aether.internal.test.util.RecordingRepositoryListener.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.aether.metadata.Metadata.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.aether.RepositoryEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.aether.spi.connector.Transfer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.aether.transfer.TransferEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.aether.transfer.TransferEvent.RequestType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.aether.internal.test.util.RecordingRepositoryListener.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.aether.metadata.Metadata.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.aether.RepositoryEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.aether.spi.connector.Transfer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.aether.transfer.TransferEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.aether.transfer.TransferEvent.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
Version - Interface in org.eclipse.aether.version
A parsed artifact version.
VersionConstraint - Interface in org.eclipse.aether.version
A constraint on versions for a dependency.
VersionRange - Interface in org.eclipse.aether.version
A range of versions.
VersionRange.Bound - Class in org.eclipse.aether.version
A bound of a version range.
VersionRange.Bound(Version, boolean) - Constructor for class org.eclipse.aether.version.VersionRange.Bound
Creates a new bound with the specified properties.
VersionRangeRequest - Class in org.eclipse.aether.resolution
A request to resolve a version range.
VersionRangeRequest() - Constructor for class org.eclipse.aether.resolution.VersionRangeRequest
Creates an uninitialized request.
VersionRangeRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.VersionRangeRequest
Creates a request with the specified properties.
VersionRangeResolutionException - Exception in org.eclipse.aether.resolution
Thrown in case of an unparseable or unresolvable version range.
VersionRangeResolutionException(VersionRangeResult) - Constructor for exception org.eclipse.aether.resolution.VersionRangeResolutionException
 
VersionRangeResolutionException(VersionRangeResult, String) - Constructor for exception org.eclipse.aether.resolution.VersionRangeResolutionException
 
VersionRangeResolutionException(VersionRangeResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.VersionRangeResolutionException
 
VersionRangeResolver - Interface in org.eclipse.aether.impl
 
VersionRangeResult - Class in org.eclipse.aether.resolution
The result of a version range resolution request.
VersionRangeResult(VersionRangeRequest) - Constructor for class org.eclipse.aether.resolution.VersionRangeResult
Creates a new result for the specified request.
VersionRequest - Class in org.eclipse.aether.resolution
A request to resolve a metaversion.
VersionRequest() - Constructor for class org.eclipse.aether.resolution.VersionRequest
Creates an uninitialized request.
VersionRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.VersionRequest
Creates a request with the specified properties.
VersionResolutionException - Exception in org.eclipse.aether.resolution
Thrown in case of an unresolvable metaversion.
VersionResolutionException(VersionResult) - Constructor for exception org.eclipse.aether.resolution.VersionResolutionException
 
VersionResolutionException(VersionResult, String) - Constructor for exception org.eclipse.aether.resolution.VersionResolutionException
 
VersionResolutionException(VersionResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.VersionResolutionException
 
VersionResolver - Interface in org.eclipse.aether.impl
 
VersionResult - Class in org.eclipse.aether.resolution
The result of a version resolution request.
VersionResult(VersionRequest) - Constructor for class org.eclipse.aether.resolution.VersionResult
Creates a new result for the specified request.
VersionScheme - Interface in org.eclipse.aether.version
A version scheme that handles interpretation of version strings to facilitate their comparison.
visitEnter(DependencyNode) - Method in interface org.eclipse.aether.graph.DependencyVisitor
Notifies the visitor of a node visit before its children have been processed.
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PostorderNodeListGenerator
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PreorderNodeListGenerator
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor
 
visitLeave(DependencyNode) - Method in interface org.eclipse.aether.graph.DependencyVisitor
Notifies the visitor of a node visit after its children have been processed.
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PostorderNodeListGenerator
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PreorderNodeListGenerator
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor
 

W

WagonConfigurator - Interface in org.eclipse.aether.connector.wagon
A component to configure wagon instances with provider-specific parameters.
WagonProvider - Interface in org.eclipse.aether.connector.wagon
A component to acquire and release wagon instances for uploads/downloads.
WagonRepositoryConnectorFactory - Class in org.eclipse.aether.connector.wagon
A repository connector factory that uses Maven Wagon for the transfers.
WagonRepositoryConnectorFactory() - Constructor for class org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
Creates an (uninitialized) instance of this connector factory.
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.
WorkspaceReader - Interface in org.eclipse.aether.repository
Manages a repository backed by the IDE workspace, a build session or a similar ad-hoc collection of artifacts.
WorkspaceRepository - Class in org.eclipse.aether.repository
A repository backed by an IDE workspace, the output of a build session or similar ad-hoc collection of artifacts.
WorkspaceRepository() - Constructor for class org.eclipse.aether.repository.WorkspaceRepository
Creates a new workspace repository of type "workspace" and a random key.
WorkspaceRepository(String) - Constructor for class org.eclipse.aether.repository.WorkspaceRepository
Creates a new workspace repository with the specified type and a random key.
WorkspaceRepository(String, Object) - Constructor for class org.eclipse.aether.repository.WorkspaceRepository
Creates a new workspace repository with the specified type and key.
wrap(Runnable) - Method in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
Wraps the specified runnable into an equivalent runnable that will allow forwarding of uncaught errors.
write(File, String) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
write(File, InputStream) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
write(File, String) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
write(File, InputStream) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
write(String, File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
write(byte[], int, File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
write(Properties, File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
write(File, String) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Writes the given data to a file.
write(File, InputStream) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Writes the given stream to a file.
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.