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.sonatype.aether.util.artifact
A skeleton class for artifacts that implements Object.equals(Object), Object.hashCode() and Object.toString().
AbstractArtifact() - Constructor for class org.sonatype.aether.util.artifact.AbstractArtifact
 
AbstractDepthFirstNodeListGenerator - Class in org.sonatype.aether.util.graph
Abstract base class for depth first dependency tree traversers.
AbstractDepthFirstNodeListGenerator() - Constructor for class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
 
AbstractLocalRepositoryMaintainer - Class in org.sonatype.aether.impl
Deprecated.
As of version 1.9, use a global RepositoryListener instead.
AbstractLocalRepositoryMaintainer() - Constructor for class org.sonatype.aether.impl.AbstractLocalRepositoryMaintainer
Deprecated.
 
AbstractRepositoryListener - Class in org.sonatype.aether
A skeleton implementation for custom repository listeners.
AbstractRepositoryListener() - Constructor for class org.sonatype.aether.AbstractRepositoryListener
 
AbstractRepositoryListener - Class in org.sonatype.aether.util.listener
Deprecated.
As of version 1.8, use AbstractRepositoryListener instead.
AbstractRepositoryListener() - Constructor for class org.sonatype.aether.util.listener.AbstractRepositoryListener
Deprecated.
 
AbstractTransferListener - Class in org.sonatype.aether.transfer
A skeleton implementation for custom transfer listeners.
AbstractTransferListener() - Constructor for class org.sonatype.aether.transfer.AbstractTransferListener
 
AbstractTransferListener - Class in org.sonatype.aether.util.listener
Deprecated.
As of version 1.8, use AbstractTransferListener instead.
AbstractTransferListener() - Constructor for class org.sonatype.aether.util.listener.AbstractTransferListener
Deprecated.
 
accept(DependencyNode, List<DependencyNode>) - Method in interface org.sonatype.aether.graph.DependencyFilter
Indicates whether the specified dependency node shall be included or excluded.
accept(DependencyVisitor) - Method in interface org.sonatype.aether.graph.DependencyNode
Traverses this node and potentially its children using the specified visitor.
accept(DependencyVisitor) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.AndDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.ExclusionsDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.NotDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.OrDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.PatternExclusionsDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.ScopeDependencyFilter
 
accept(DependencyVisitor) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
acquire(Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in interface org.sonatype.aether.SyncContext
Acquires synchronized access to the specified artifacts and metadatas.
add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.sonatype.aether.impl.internal.EnhancedLocalRepositoryManager
 
add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
add(RepositorySystemSession, LocalMetadataRegistration) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
add(RepositorySystemSession, LocalArtifactRegistration) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
Registers an installed or resolved artifact with the local repository.
add(RepositorySystemSession, LocalMetadataRegistration) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
Registers installed or resolved metadata with the local repository.
add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
add(RepositorySystemSession, LocalMetadataRegistration) - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
add(ArtifactType) - Method in class org.sonatype.aether.util.artifact.DefaultArtifactTypeRegistry
Adds the specified artifact type to the registry.
add(ArtifactType) - Method in class org.sonatype.aether.util.artifact.OverlayArtifactTypeRegistry
 
add(Collection<RepositoryListener>) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
Adds the specified listeners to the end of the multicast chain.
add(RepositoryListener) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
Adds the specified listener to the end of the multicast chain.
add(Collection<TransferListener>) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
Adds the specified listeners to the end of the multicast chain.
add(TransferListener) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
Adds the specified listener to the end of the multicast chain.
add(String, Authentication) - Method in class org.sonatype.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.sonatype.aether.util.repository.DefaultMirrorSelector
Adds the specified mirror to this selector.
add(Proxy, String) - Method in class org.sonatype.aether.util.repository.DefaultProxySelector
Adds the specified proxy definition to the selector.
addAlias(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Records the specified alias.
addArtifact(Artifact) - Method in class org.sonatype.aether.deployment.DeployRequest
Adds the specified artifacts for deployment.
addArtifact(Artifact) - Method in class org.sonatype.aether.deployment.DeployResult
Adds the specified artifacts to the result.
addArtifact(Artifact) - Method in class org.sonatype.aether.installation.InstallRequest
Adds the specified artifacts for installation.
addArtifact(Artifact) - Method in class org.sonatype.aether.installation.InstallResult
Adds the specified artifacts to the result.
addDependency(Dependency) - Method in class org.sonatype.aether.collection.CollectRequest
Adds the specified direct dependency.
addDependency(Dependency) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Adds the specified direct dependency.
addException(Exception) - Method in class org.sonatype.aether.collection.CollectResult
Records the specified exception while building the dependency graph.
addException(Exception) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Records the specified exception while reading the artifact descriptor.
addException(Exception) - Method in class org.sonatype.aether.resolution.ArtifactResult
Records the specified exception while resolving the artifact.
addException(Exception) - Method in class org.sonatype.aether.resolution.VersionRangeResult
Records the specified exception while resolving the version range.
addException(Exception) - Method in class org.sonatype.aether.resolution.VersionResult
Records the specified exception while resolving the version.
addListener(RepositoryListener) - Method in class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
addLocalRepositoryMaintainer(LocalRepositoryMaintainer) - Method in class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
addLocalRepositoryManagerFactory(LocalRepositoryManagerFactory) - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryProvider
 
addManagedDependency(Dependency) - Method in class org.sonatype.aether.collection.CollectRequest
Adds the specified managed dependency.
addManagedDependency(Dependency) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Adds the specified managed dependency.
addMetadata(Metadata) - Method in class org.sonatype.aether.deployment.DeployRequest
Adds the specified metadata for deployment.
addMetadata(Metadata) - Method in class org.sonatype.aether.deployment.DeployResult
Adds the specified metadata to this result.
addMetadata(Metadata) - Method in class org.sonatype.aether.installation.InstallRequest
Adds the specified metadata for installation.
addMetadata(Metadata) - Method in class org.sonatype.aether.installation.InstallResult
Adds the specified metadata to this result.
addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.sonatype.aether.impl.internal.DefaultInstaller
 
addRelocation(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Records the specified relocation hop while locating the artifact descriptor.
addRepository(RemoteRepository) - Method in class org.sonatype.aether.collection.CollectRequest
Adds the specified repository for collection.
addRepository(RemoteRepository) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
Adds the specified repository for the resolution of the artifact descriptor.
addRepository(RemoteRepository) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Adds the specified remote repository.
addRepository(RemoteRepository) - Method in class org.sonatype.aether.resolution.ArtifactRequest
Adds the specified repository for the resolution.
addRepository(RemoteRepository) - Method in class org.sonatype.aether.resolution.VersionRangeRequest
Adds the specified repository for the resolution.
addRepository(RemoteRepository) - Method in class org.sonatype.aether.resolution.VersionRequest
Adds the specified repository for the resolution.
addRepositoryConnectorFactory(RepositoryConnectorFactory) - Method in class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
addService(Class<T>, Class<? extends T>) - Method in class org.sonatype.aether.impl.internal.DefaultServiceLocator
Adds the implementation class for a service.
addVersion(Version) - Method in class org.sonatype.aether.resolution.VersionRangeResult
Adds the specified version to the result.
after(RepositorySystemSession, RemoteRepository, Map<String, Object>) - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSetup.AbstractConnectorTestSetup
 
after(RepositorySystemSession, RemoteRepository, Map<String, Object>) - Method in interface org.sonatype.aether.test.util.connector.suite.ConnectorTestSetup
This method is called after each test of the bundle is executed.
after() - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup
aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in interface org.sonatype.aether.impl.RemoteRepositoryManager
 
AndDependencyFilter - Class in org.sonatype.aether.util.filter
A dependency filter that combines zero or more other filters using a logical AND.
AndDependencyFilter(DependencyFilter...) - Constructor for class org.sonatype.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
AndDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.sonatype.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
AndDependencySelector - Class in org.sonatype.aether.util.graph.selector
A dependency selector that combines zero or more other selectors using a logical AND.
AndDependencySelector(DependencySelector...) - Constructor for class org.sonatype.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
AndDependencySelector(Set<DependencySelector>) - Constructor for class org.sonatype.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
andFilter(DependencyFilter...) - Static method in class org.sonatype.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.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical AND.
ArtifacIdUtils - Class in org.sonatype.aether.util.artifact
A utility class to create identifiers for artifacts.
Artifact - Interface in org.sonatype.aether.artifact
A specific artifact.
artifactDeployed(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactDeployed(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactDeployed(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactDeployed(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
ArtifactDescription - Class in org.sonatype.aether.test.util
 
ArtifactDescriptorException - Exception in org.sonatype.aether.resolution
Thrown in case of an unreadable or unresolvable artifact descriptor.
ArtifactDescriptorException(ArtifactDescriptorResult, String) - Constructor for exception org.sonatype.aether.resolution.ArtifactDescriptorException
 
ArtifactDescriptorException(ArtifactDescriptorResult) - Constructor for exception org.sonatype.aether.resolution.ArtifactDescriptorException
 
artifactDescriptorInvalid(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
ArtifactDescriptorReader - Interface in org.sonatype.aether.impl
 
ArtifactDescriptorRequest - Class in org.sonatype.aether.resolution
A request to read an artifact descriptor.
ArtifactDescriptorRequest() - Constructor for class org.sonatype.aether.resolution.ArtifactDescriptorRequest
Creates an uninitialized request.
ArtifactDescriptorRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.sonatype.aether.resolution.ArtifactDescriptorRequest
Creates a request with the specified properties.
ArtifactDescriptorResult - Class in org.sonatype.aether.resolution
The result from reading an artifact descriptor.
ArtifactDescriptorResult(ArtifactDescriptorRequest) - Constructor for class org.sonatype.aether.resolution.ArtifactDescriptorResult
Creates a new result for the specified request.
ArtifactDownload - Class in org.sonatype.aether.spi.connector
A download of an artifact from a remote repository.
ArtifactDownload() - Constructor for class org.sonatype.aether.spi.connector.ArtifactDownload
Creates a new uninitialized download.
ArtifactDownload(Artifact, String, File, String) - Constructor for class org.sonatype.aether.spi.connector.ArtifactDownload
Creates a new download with the specified properties.
artifactDownloaded(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactDownloaded(LocalRepositoryEvent) - Method in class org.sonatype.aether.impl.AbstractLocalRepositoryMaintainer
Deprecated.
 
artifactDownloaded(LocalRepositoryEvent) - Method in interface org.sonatype.aether.impl.LocalRepositoryMaintainer
Deprecated.
Notifies the maintainer of the addition of an artifact to the local repository by download from a remote repository.
artifactDownloaded(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactDownloaded(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactDownloaded(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactId(String) - Method in class org.sonatype.aether.test.util.NodeBuilder
 
artifactInstalled(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactInstalled(LocalRepositoryEvent) - Method in class org.sonatype.aether.impl.AbstractLocalRepositoryMaintainer
Deprecated.
 
artifactInstalled(LocalRepositoryEvent) - Method in interface org.sonatype.aether.impl.LocalRepositoryMaintainer
Deprecated.
Notifies the maintainer of the addition of an artifact to the local repository by a local build.
artifactInstalled(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactInstalled(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactInstalled(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
ArtifactNotFoundException - Exception in org.sonatype.aether.transfer
Thrown when an artifact was not found in a particular repository.
ArtifactNotFoundException(Artifact, RemoteRepository) - Constructor for exception org.sonatype.aether.transfer.ArtifactNotFoundException
 
ArtifactNotFoundException(Artifact, RemoteRepository, String) - Constructor for exception org.sonatype.aether.transfer.ArtifactNotFoundException
 
ArtifactProperties - Class in org.sonatype.aether.util.artifact
The keys for common properties of artifacts.
ArtifactRepository - Interface in org.sonatype.aether.repository
A repository hosting artifacts.
ArtifactRequest - Class in org.sonatype.aether.resolution
A request to resolve an artifact.
ArtifactRequest() - Constructor for class org.sonatype.aether.resolution.ArtifactRequest
Creates an unitialized request.
ArtifactRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.sonatype.aether.resolution.ArtifactRequest
Creates a request with the specified properties.
ArtifactRequest(DependencyNode) - Constructor for class org.sonatype.aether.resolution.ArtifactRequest
Creates a request from the specified dependency node.
ArtifactResolutionException - Exception in org.sonatype.aether.resolution
Thrown in case of a unresolvable artifacts.
ArtifactResolutionException(List<ArtifactResult>) - Constructor for exception org.sonatype.aether.resolution.ArtifactResolutionException
 
artifactResolved(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactResolved(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactResolved(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactResolved(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
ArtifactResolver - Interface in org.sonatype.aether.impl
 
artifactResolving(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
artifactResolving(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
artifactResolving(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
artifactResolving(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
ArtifactResult - Class in org.sonatype.aether.resolution
The result of an artifact resolution request.
ArtifactResult(ArtifactRequest) - Constructor for class org.sonatype.aether.resolution.ArtifactResult
Creates a new result for the specified request.
ArtifactTransfer - Class in org.sonatype.aether.spi.connector
A download/upload of an artifact.
ArtifactTransfer() - Constructor for class org.sonatype.aether.spi.connector.ArtifactTransfer
 
ArtifactTransferException - Exception in org.sonatype.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.sonatype.aether.transfer.ArtifactTransferException
 
ArtifactTransferException(Artifact, RemoteRepository, Throwable) - Constructor for exception org.sonatype.aether.transfer.ArtifactTransferException
 
ArtifactTransferException(Artifact, RemoteRepository, String, Throwable) - Constructor for exception org.sonatype.aether.transfer.ArtifactTransferException
 
ArtifactType - Interface in org.sonatype.aether.artifact
An artifact type describing artifact characteristics that are common for certain artifacts.
ArtifactTypeRegistry - Interface in org.sonatype.aether.artifact
A registry of known artifact types.
ArtifactUpload - Class in org.sonatype.aether.spi.connector
An upload of an artifact to a remote repository.
ArtifactUpload() - Constructor for class org.sonatype.aether.spi.connector.ArtifactUpload
Creates a new uninitialized upload.
ArtifactUpload(Artifact, File) - Constructor for class org.sonatype.aether.spi.connector.ArtifactUpload
Creates a new upload with the specified properties.
assertContent(byte[], File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
assertContent(String, File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
AsyncRepositoryConnectorFactory - Class in org.sonatype.aether.connector.async
A repository connector factory that uses Async Http Client for the transfers.
AsyncRepositoryConnectorFactory() - Constructor for class org.sonatype.aether.connector.async.AsyncRepositoryConnectorFactory
 
AsyncRepositoryConnectorFactory(Logger, FileProcessor) - Constructor for class org.sonatype.aether.connector.async.AsyncRepositoryConnectorFactory
 
Authentication - Class in org.sonatype.aether.repository
The authentication to use for accessing a protected resource.
Authentication(String, char[], String, char[]) - Constructor for class org.sonatype.aether.repository.Authentication
Creates a new authentication with the specified properties
Authentication(String, String, String, String) - Constructor for class org.sonatype.aether.repository.Authentication
Creates a new authentication with the specified properties
Authentication(String, String) - Constructor for class org.sonatype.aether.repository.Authentication
Creates a basic username+password authentication.
Authentication(String, char[]) - Constructor for class org.sonatype.aether.repository.Authentication
Creates a basic username+password authentication.
AuthenticationSelector - Interface in org.sonatype.aether.repository
Selects authentication for a given remote repository.
await() - Method in class org.sonatype.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.sonatype.aether.test.util.connector.TestConnectorPathUtils
Derive the path portion of the given URL.
before(RepositorySystemSession, Map<String, Object>) - Method in interface org.sonatype.aether.test.util.connector.suite.ConnectorTestSetup
This method is called before each test run.
before() - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup
beforeClass(RepositorySystemSession) - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSetup.AbstractConnectorTestSetup
 
beforeClass(RepositorySystemSession) - Method in interface org.sonatype.aether.test.util.connector.suite.ConnectorTestSetup
This method is called before the first test of the bundle is executed.
build() - Method in class org.sonatype.aether.test.util.NodeBuilder
 

C

CacheUtils - Class in org.sonatype.aether.impl.internal
 
CacheUtils() - Constructor for class org.sonatype.aether.impl.internal.CacheUtils
 
calc(File, Collection<String>) - Static method in class org.sonatype.aether.util.ChecksumUtils
Calculates checksums for the specified file.
CFG_PREFIX - Static variable in class org.sonatype.aether.connector.file.FileRepositoryConnectorFactory
 
ChainedDependencyGraphTransformer - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that chains other transformers.
ChainedDependencyGraphTransformer(DependencyGraphTransformer...) - Constructor for class org.sonatype.aether.util.graph.transformer.ChainedDependencyGraphTransformer
Creates a new transformer that chains the specified transformers.
ChainedRepositoryListener - Class in org.sonatype.aether.util.listener
A repository listener that delegates to zero or more other listeners (multicast).
ChainedRepositoryListener(RepositoryListener...) - Constructor for class org.sonatype.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedRepositoryListener(Collection<RepositoryListener>) - Constructor for class org.sonatype.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedTransferListener - Class in org.sonatype.aether.util.listener
A transfer listener that delegates to zero or more other listeners (multicast).
ChainedTransferListener(TransferListener...) - Constructor for class org.sonatype.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedTransferListener(Collection<TransferListener>) - Constructor for class org.sonatype.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedWorkspaceReader - Class in org.sonatype.aether.util.repository
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
ChainedWorkspaceReader(WorkspaceReader...) - Constructor for class org.sonatype.aether.util.repository.ChainedWorkspaceReader
Creates a new workspace reader by chaining the specified readers.
checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.sonatype.aether.impl.UpdateCheckManager
Checks whether an artifact has to be updated from a remote repository.
checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.sonatype.aether.impl.UpdateCheckManager
Checks whether metadata has to be updated from a remote repository.
CHECKSUM_POLICY_FAIL - Static variable in class org.sonatype.aether.repository.RepositoryPolicy
Verify checksums and fail the resolution if they do not match.
CHECKSUM_POLICY_IGNORE - Static variable in class org.sonatype.aether.repository.RepositoryPolicy
Do not verify checksums.
CHECKSUM_POLICY_WARN - Static variable in class org.sonatype.aether.repository.RepositoryPolicy
Verify checksums and warn if they do not match.
ChecksumFailureException - Exception in org.sonatype.aether.transfer
Thrown in case of a checksum failure during an artifact/metadata download.
ChecksumFailureException(String, String) - Constructor for exception org.sonatype.aether.transfer.ChecksumFailureException
 
ChecksumFailureException(String) - Constructor for exception org.sonatype.aether.transfer.ChecksumFailureException
 
ChecksumFailureException(Throwable) - Constructor for exception org.sonatype.aether.transfer.ChecksumFailureException
 
ChecksumFailureException(String, Throwable) - Constructor for exception org.sonatype.aether.transfer.ChecksumFailureException
 
ChecksumUtils - Class in org.sonatype.aether.util
A utility class to assist in the verification and generation of checksums.
ClassicDependencyManager - Class in org.sonatype.aether.util.graph.manager
A dependency manager that mimics the way Maven 2.x works.
ClassicDependencyManager() - Constructor for class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
Creates a new dependency manager without any management information.
classpathFilter(String...) - Static method in class org.sonatype.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.sonatype.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.sonatype.aether.test.impl.RecordingRepositoryListener
 
clear() - Method in class org.sonatype.aether.test.impl.RecordingTransferListener
 
clone(DependencyNode) - Method in class org.sonatype.aether.util.graph.CloningDependencyVisitor
Creates a clone of the specified node.
CloningDependencyVisitor - Class in org.sonatype.aether.util.graph
A dependency visitor that constructs a clone of the visited dependency graph.
CloningDependencyVisitor() - Constructor for class org.sonatype.aether.util.graph.CloningDependencyVisitor
Creates a new visitor that clones the visited nodes.
close() - Method in interface org.sonatype.aether.spi.connector.RepositoryConnector
Closes this connector and frees any network resources associated with it.
collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.sonatype.aether.impl.DependencyCollector
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.sonatype.aether.impl.internal.DefaultDependencyCollector
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.sonatype.aether.RepositorySystem
Collects the transitive dependencies of an artifact and builds a dependency graph.
CollectRequest - Class in org.sonatype.aether.collection
A request to collect the transitive dependencies and to build a dependency graph from them.
CollectRequest() - Constructor for class org.sonatype.aether.collection.CollectRequest
Creates an unitialized request.
CollectRequest(Dependency, List<RemoteRepository>) - Constructor for class org.sonatype.aether.collection.CollectRequest
Creates a request with the specified properties.
CollectRequest(Dependency, List<Dependency>, List<RemoteRepository>) - Constructor for class org.sonatype.aether.collection.CollectRequest
Creates a new request with the specified properties.
CollectRequest(List<Dependency>, List<Dependency>, List<RemoteRepository>) - Constructor for class org.sonatype.aether.collection.CollectRequest
Creates a new request with the specified properties.
CollectResult - Class in org.sonatype.aether.collection
The result of a dependency collection request.
CollectResult(CollectRequest) - Constructor for class org.sonatype.aether.collection.CollectResult
Creates a new result for the specified request.
compareTo(Version) - Method in class org.sonatype.aether.test.util.impl.StubVersion
 
COMPILE - Static variable in class org.sonatype.aether.util.artifact.JavaScopes
 
ConfigurationProperties - Class in org.sonatype.aether
The keys and defaults for common configuration properties.
configure(Wagon, Object) - Method in class org.sonatype.aether.connector.wagon.PlexusWagonConfigurator
 
configure(Wagon, Object) - Method in interface org.sonatype.aether.connector.wagon.WagonConfigurator
Configures the specified wagon instance with the given configuration.
ConfigUtils - Class in org.sonatype.aether.util
A utility class to read configuration properties from a repository system session.
CONFLICT_IDS - Static variable in class org.sonatype.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.sonatype.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.sonatype.aether.util.graph.transformer.ConflictIdSorter
 
ConflictMarker - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that identifies conflicting dependencies.
ConflictMarker() - Constructor for class org.sonatype.aether.util.graph.transformer.ConflictMarker
 
CONNECT_TIMEOUT - Static variable in class org.sonatype.aether.ConfigurationProperties
The timeout (in milliseconds) to wait for a successful connection to a remote server.
ConnectorTestContext - Class in org.sonatype.aether.test.util.connector
 
ConnectorTestContext(RemoteRepository, RepositorySystemSession) - Constructor for class org.sonatype.aether.test.util.connector.ConnectorTestContext
 
ConnectorTestContext() - Constructor for class org.sonatype.aether.test.util.connector.ConnectorTestContext
 
ConnectorTestSetup - Interface in org.sonatype.aether.test.util.connector.suite
The callback handler used to configure ConnectorTestSuite.
ConnectorTestSetup.AbstractConnectorTestSetup - Class in org.sonatype.aether.test.util.connector.suite
Empty implementation of ConnectorTestSetup.
ConnectorTestSetup.AbstractConnectorTestSetup() - Constructor for class org.sonatype.aether.test.util.connector.suite.ConnectorTestSetup.AbstractConnectorTestSetup
 
ConnectorTestSuite - Class in org.sonatype.aether.test.util.connector.suite
The ConnectorTestSuite bundles standard tests for RepositoryConnectors.
ConnectorTestSuite(ConnectorTestSetup) - Constructor for class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuite
 
ConnectorTestSuiteSetup - Class in org.sonatype.aether.test.util.connector.suite
Provides the Junit-callback methods to configure the ConnectorTestSuite per connector.
ConnectorTestSuiteSetup(ConnectorTestSetup) - Constructor for class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup
 
ConnectorTestUtils - Class in org.sonatype.aether.test.util.connector.suite
 
ConnectorTestUtils() - Constructor for class org.sonatype.aether.test.util.connector.suite.ConnectorTestUtils
 
ConservativeAuthenticationSelector - Class in org.sonatype.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.sonatype.aether.util.repository.ConservativeAuthenticationSelector
Creates a new selector that delegates to the specified selector.
ConservativeProxySelector - Class in org.sonatype.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.sonatype.aether.util.repository.ConservativeProxySelector
Creates a new selector that delegates to the specified selector.
CONSTITUTES_BUILD_PATH - Static variable in class org.sonatype.aether.util.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.sonatype.aether.version.VersionConstraint
Determines whether the specified version satisfies this constraint.
containsVersion(Version) - Method in interface org.sonatype.aether.version.VersionRange
Determines whether the specified version is contained within this range.
context(String) - Method in class org.sonatype.aether.test.util.NodeBuilder
 
copy(File, File, FileProcessor.ProgressListener) - Method in class org.sonatype.aether.impl.internal.DefaultFileProcessor
 
copy(File, File, FileProcessor.ProgressListener) - Method in interface org.sonatype.aether.spi.io.FileProcessor
Copies the specified source file to the given target file.
copy(File, File, FileProcessor.ProgressListener) - Method in class org.sonatype.aether.test.impl.TestFileProcessor
 
copy(File, File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
createTempDir() - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
createTempDir(String) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
createTempFile(String) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
createTempFile(byte[], int) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
createTransfers(Class<T>, int, File) - Static method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestUtils
Creates transfer objects according to the given class.
CYCLIC_CONFLICT_IDS - Static variable in class org.sonatype.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a Boolean is stored that indicates whether the dependencies between conflict ids form a cycle.

D

debug(String) - Method in class org.sonatype.aether.impl.internal.PlexusLogger
 
debug(String, Throwable) - Method in class org.sonatype.aether.impl.internal.PlexusLogger
 
debug(String) - Method in class org.sonatype.aether.impl.internal.Slf4jLogger
 
debug(String, Throwable) - Method in class org.sonatype.aether.impl.internal.Slf4jLogger
 
debug(String) - Method in interface org.sonatype.aether.spi.log.Logger
Emits the specified message.
debug(String, Throwable) - Method in interface org.sonatype.aether.spi.log.Logger
Emits the specified message along with a stack trace of the given exception.
debug(String) - Method in class org.sonatype.aether.spi.log.NullLogger
 
debug(String, Throwable) - Method in class org.sonatype.aether.spi.log.NullLogger
 
debug(String, Throwable) - Method in class org.sonatype.aether.test.impl.SysoutLogger
 
debug(String) - Method in class org.sonatype.aether.test.impl.SysoutLogger
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.sonatype.aether.ConfigurationProperties
The default connect timeout to use if ConfigurationProperties.CONNECT_TIMEOUT isn't set.
DEFAULT_HTTP_CREDENTIAL_ENCODING - Static variable in class org.sonatype.aether.ConfigurationProperties
The default encoding/charset to use if ConfigurationProperties.HTTP_CREDENTIAL_ENCODING isn't set.
DEFAULT_INTERACTIVE - Static variable in class org.sonatype.aether.ConfigurationProperties
The default interactive mode if ConfigurationProperties.INTERACTIVE isn't set.
DEFAULT_REQUEST_TIMEOUT - Static variable in class org.sonatype.aether.ConfigurationProperties
The default request timeout to use if ConfigurationProperties.REQUEST_TIMEOUT isn't set.
DEFAULT_USER_AGENT - Static variable in class org.sonatype.aether.ConfigurationProperties
The default user agent to use if ConfigurationProperties.USER_AGENT isn't set.
DefaultArtifact - Class in org.sonatype.aether.util.artifact
A simple artifact.
DefaultArtifact(String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, Map<String, String>) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and properties.
DefaultArtifact(String, String, String, String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and no classifier.
DefaultArtifact(String, String, String, String, String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, String, String, String, String, ArtifactType) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, String, String, String, String, Map<String, String>, ArtifactType) - Constructor for class org.sonatype.aether.util.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.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates, properties and file.
DefaultArtifactResolver - Class in org.sonatype.aether.impl.internal
 
DefaultArtifactResolver() - Constructor for class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
DefaultArtifactResolver(Logger, FileProcessor, RepositoryEventDispatcher, VersionResolver, UpdateCheckManager, RemoteRepositoryManager, SyncContextFactory) - Constructor for class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
DefaultArtifactType - Class in org.sonatype.aether.util.artifact
A simple artifact type.
DefaultArtifactType(String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifactType
 
DefaultArtifactType(String, String, String, String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifactType
 
DefaultArtifactType(String, String, String, String, boolean, boolean) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifactType
 
DefaultArtifactTypeRegistry - Class in org.sonatype.aether.util.artifact
A simple artifact type registry.
DefaultArtifactTypeRegistry() - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifactTypeRegistry
Creates a new artifact type registry with initally no registered artifact types.
DefaultAuthenticationSelector - Class in org.sonatype.aether.util.repository
A simple authentication selector that selects authentication based on repository identifiers.
DefaultAuthenticationSelector() - Constructor for class org.sonatype.aether.util.repository.DefaultAuthenticationSelector
 
DefaultDependencyCollector - Class in org.sonatype.aether.impl.internal
 
DefaultDependencyCollector() - Constructor for class org.sonatype.aether.impl.internal.DefaultDependencyCollector
 
DefaultDependencyCollector(Logger, RemoteRepositoryManager, ArtifactDescriptorReader, VersionRangeResolver) - Constructor for class org.sonatype.aether.impl.internal.DefaultDependencyCollector
 
DefaultDependencyNode - Class in org.sonatype.aether.util.graph
A node within a dependency graph.
DefaultDependencyNode() - Constructor for class org.sonatype.aether.util.graph.DefaultDependencyNode
Creates an empty dependency node.
DefaultDependencyNode(Dependency) - Constructor for class org.sonatype.aether.util.graph.DefaultDependencyNode
Creates a new root node with the specified dependency.
DefaultDependencyNode(DependencyNode) - Constructor for class org.sonatype.aether.util.graph.DefaultDependencyNode
Creates a shallow clone of the specified node.
DefaultDeployer - Class in org.sonatype.aether.impl.internal
 
DefaultDeployer() - Constructor for class org.sonatype.aether.impl.internal.DefaultDeployer
 
DefaultDeployer(Logger, FileProcessor, RepositoryEventDispatcher, RemoteRepositoryManager, UpdateCheckManager, List<MetadataGeneratorFactory>, SyncContextFactory) - Constructor for class org.sonatype.aether.impl.internal.DefaultDeployer
 
DefaultFileProcessor - Class in org.sonatype.aether.impl.internal
A utility class helping with file-based operations.
DefaultFileProcessor() - Constructor for class org.sonatype.aether.impl.internal.DefaultFileProcessor
 
DefaultInstaller - Class in org.sonatype.aether.impl.internal
 
DefaultInstaller() - Constructor for class org.sonatype.aether.impl.internal.DefaultInstaller
 
DefaultInstaller(Logger, FileProcessor, RepositoryEventDispatcher, List<MetadataGeneratorFactory>, SyncContextFactory) - Constructor for class org.sonatype.aether.impl.internal.DefaultInstaller
 
DefaultLocalRepositoryEvent - Class in org.sonatype.aether.impl.internal
 
DefaultLocalRepositoryEvent(LocalRepositoryEvent.EventType, RepositorySystemSession, Artifact, File) - Constructor for class org.sonatype.aether.impl.internal.DefaultLocalRepositoryEvent
 
DefaultLocalRepositoryProvider - Class in org.sonatype.aether.impl.internal
 
DefaultLocalRepositoryProvider() - Constructor for class org.sonatype.aether.impl.internal.DefaultLocalRepositoryProvider
 
DefaultMetadata - Class in org.sonatype.aether.util.metadata
A basic metadata instance.
DefaultMetadata(String, Metadata.Nature) - Constructor for class org.sonatype.aether.util.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.sonatype.aether.util.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.sonatype.aether.util.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.sonatype.aether.util.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.sonatype.aether.util.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
DefaultMetadataResolver - Class in org.sonatype.aether.impl.internal
 
DefaultMetadataResolver() - Constructor for class org.sonatype.aether.impl.internal.DefaultMetadataResolver
 
DefaultMetadataResolver(Logger, RepositoryEventDispatcher, UpdateCheckManager, RemoteRepositoryManager, SyncContextFactory) - Constructor for class org.sonatype.aether.impl.internal.DefaultMetadataResolver
 
DefaultMirrorSelector - Class in org.sonatype.aether.util.repository
A simple mirror selector that selects mirrors based on repository identifiers.
DefaultMirrorSelector() - Constructor for class org.sonatype.aether.util.repository.DefaultMirrorSelector
 
DefaultProxySelector - Class in org.sonatype.aether.util.repository
A simple proxy selector that selects the first matching proxy from a list of configured proxies.
DefaultProxySelector() - Constructor for class org.sonatype.aether.util.repository.DefaultProxySelector
 
DefaultRemoteRepositoryManager - Class in org.sonatype.aether.impl.internal
 
DefaultRemoteRepositoryManager() - Constructor for class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
DefaultRemoteRepositoryManager(Logger, UpdateCheckManager, List<RepositoryConnectorFactory>) - Constructor for class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
DefaultRepositoryCache - Class in org.sonatype.aether.util
A simplistic repository cache backed by a ConcurrentHashMap.
DefaultRepositoryCache() - Constructor for class org.sonatype.aether.util.DefaultRepositoryCache
 
DefaultRepositoryEvent - Class in org.sonatype.aether.util.listener
A simple repository event.
DefaultRepositoryEvent(RepositoryEvent.EventType, RepositorySystemSession) - Constructor for class org.sonatype.aether.util.listener.DefaultRepositoryEvent
DefaultRepositoryEvent(RepositoryEvent.EventType, RepositorySystemSession, RequestTrace) - Constructor for class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Creates a new event with the specified properties.
DefaultRepositoryEventDispatcher - Class in org.sonatype.aether.impl.internal
 
DefaultRepositoryEventDispatcher() - Constructor for class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
DefaultRepositoryEventDispatcher(Logger, List<RepositoryListener>) - Constructor for class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
DefaultRepositoryEventDispatcher(Logger, List<RepositoryListener>, List<LocalRepositoryMaintainer>) - Constructor for class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
DefaultRepositorySystem - Class in org.sonatype.aether.impl.internal
 
DefaultRepositorySystem() - Constructor for class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
DefaultRepositorySystem(Logger, VersionResolver, VersionRangeResolver, ArtifactResolver, MetadataResolver, ArtifactDescriptorReader, DependencyCollector, Installer, Deployer, LocalRepositoryProvider, SyncContextFactory) - Constructor for class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
DefaultRepositorySystemSession - Class in org.sonatype.aether.util
A simple repository system session.
DefaultRepositorySystemSession() - Constructor for class org.sonatype.aether.util.DefaultRepositorySystemSession
Creates an uninitialized session.
DefaultRepositorySystemSession(RepositorySystemSession) - Constructor for class org.sonatype.aether.util.DefaultRepositorySystemSession
Creates a shallow copy of the specified session.
DefaultRequestTrace - Class in org.sonatype.aether.util
A simple request trace.
DefaultRequestTrace(Object) - Constructor for class org.sonatype.aether.util.DefaultRequestTrace
Creates a new root trace with the specified data.
DefaultServiceLocator - Class in org.sonatype.aether.impl.internal
A simple service locator that is already setup with all components from this library.
DefaultServiceLocator() - Constructor for class org.sonatype.aether.impl.internal.DefaultServiceLocator
Creates a new service locator that already knows about all service implementations included this library.
DefaultSessionData - Class in org.sonatype.aether.util
A simple session data storage backed by a thread-safe map.
DefaultSessionData() - Constructor for class org.sonatype.aether.util.DefaultSessionData
 
DefaultSyncContextFactory - Class in org.sonatype.aether.impl.internal
A factory to create synchronization contexts.
DefaultSyncContextFactory() - Constructor for class org.sonatype.aether.impl.internal.DefaultSyncContextFactory
 
DefaultTransferEvent - Class in org.sonatype.aether.util.listener
A simple transfer event.
DefaultTransferEvent() - Constructor for class org.sonatype.aether.util.listener.DefaultTransferEvent
Creates a new and uninitialized transfer event.
DefaultTransferResource - Class in org.sonatype.aether.util.listener
A simple transfer resource.
DefaultTransferResource(String, String, File) - Constructor for class org.sonatype.aether.util.listener.DefaultTransferResource
DefaultTransferResource(String, String, File, RequestTrace) - Constructor for class org.sonatype.aether.util.listener.DefaultTransferResource
Creates a new transfer resource with the specified properties.
DefaultUpdateCheckManager - Class in org.sonatype.aether.impl.internal
 
DefaultUpdateCheckManager() - Constructor for class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
DefaultUpdateCheckManager(Logger) - Constructor for class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
DelegatingArtifact - Class in org.sonatype.aether.util.artifact
An artifact that delegates to another artifact instance.
DelegatingArtifact(Artifact) - Constructor for class org.sonatype.aether.util.artifact.DelegatingArtifact
Creates a new artifact instance that delegates to the specified artifact.
delete(File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
deleteTempFiles() - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
Dependency - Class in org.sonatype.aether.graph
A dependency to some artifact.
Dependency(Artifact, String) - Constructor for class org.sonatype.aether.graph.Dependency
Creates a mandatory dependency on the specified artifact with the given scope.
Dependency(Artifact, String, boolean) - Constructor for class org.sonatype.aether.graph.Dependency
Creates a dependency on the specified artifact with the given scope.
Dependency(Artifact, String, boolean, Collection<Exclusion>) - Constructor for class org.sonatype.aether.graph.Dependency
Creates a dependency on the specified artifact with the given scope and exclusions.
DependencyCollectionContext - Interface in org.sonatype.aether.collection
A context used during dependency collection to update the dependency manager, selector and traverser.
DependencyCollectionException - Exception in org.sonatype.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.sonatype.aether.collection.DependencyCollectionException
 
DependencyCollector - Interface in org.sonatype.aether.impl
DependencyFilter - Interface in org.sonatype.aether.graph
A filter to include/exclude dependency nodes during other operations.
DependencyFilterUtils - Class in org.sonatype.aether.util.filter
A utility class assisting in the creation of dependency node filters.
DependencyGraphParser - Class in org.sonatype.aether.test.util
Creates a dependency tree from a text description.
DependencyGraphParser(String, Collection<String>) - Constructor for class org.sonatype.aether.test.util.DependencyGraphParser
Create a parser with the given prefix and the given substitution strings.
DependencyGraphParser(String) - Constructor for class org.sonatype.aether.test.util.DependencyGraphParser
Create a parser with the given prefix.
DependencyGraphParser() - Constructor for class org.sonatype.aether.test.util.DependencyGraphParser
Create a parser with an empty prefix.
DependencyGraphTransformationContext - Interface in org.sonatype.aether.collection
A context used during dependency collection to exchange information within a chain of dependency graph transformers.
DependencyGraphTransformer - Interface in org.sonatype.aether.collection
Transforms a given dependency graph.
DependencyManagement - Class in org.sonatype.aether.collection
The management updates to apply to a dependency.
DependencyManagement() - Constructor for class org.sonatype.aether.collection.DependencyManagement
Creates an empty management update.
DependencyManager - Interface in org.sonatype.aether.collection
Applies dependency management to the dependencies of a dependency node.
DependencyNode - Interface in org.sonatype.aether.graph
A node within a dependency graph.
DependencyRequest - Class in org.sonatype.aether.resolution
A request to resolve transitive dependencies.
DependencyRequest() - Constructor for class org.sonatype.aether.resolution.DependencyRequest
Creates an uninitialized request.
DependencyRequest(DependencyNode, DependencyFilter) - Constructor for class org.sonatype.aether.resolution.DependencyRequest
Creates a request for the specified dependency graph and with the given resolution filter.
DependencyRequest(CollectRequest, DependencyFilter) - Constructor for class org.sonatype.aether.resolution.DependencyRequest
Creates a request for the specified collect request and with the given resolution filter.
DependencyResolutionException - Exception in org.sonatype.aether.resolution
Thrown in case of a unresolvable dependencies.
DependencyResolutionException(DependencyResult, Throwable) - Constructor for exception org.sonatype.aether.resolution.DependencyResolutionException
 
DependencyResult - Class in org.sonatype.aether.resolution
The result of a dependency resolution request.
DependencyResult(DependencyRequest) - Constructor for class org.sonatype.aether.resolution.DependencyResult
Creates a new result for the specified request.
DependencySelector - Interface in org.sonatype.aether.collection
Decides what dependencies to include in the dependency graph.
DependencyTraverser - Interface in org.sonatype.aether.collection
Decides whether the dependencies of a dependency node should be traversed as well.
DependencyVisitor - Interface in org.sonatype.aether.graph
A visitor for nodes of the dependency graph.
deploy(RepositorySystemSession, DeployRequest) - Method in interface org.sonatype.aether.impl.Deployer
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
deploy(RepositorySystemSession, DeployRequest) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
deploy(RepositorySystemSession, DeployRequest) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
deploy(RepositorySystemSession, DeployRequest) - Method in interface org.sonatype.aether.RepositorySystem
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
Deployer - Interface in org.sonatype.aether.impl
 
DeploymentException - Exception in org.sonatype.aether.deployment
Thrown in case of a deployment error like authentication failure.
DeploymentException(String) - Constructor for exception org.sonatype.aether.deployment.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception org.sonatype.aether.deployment.DeploymentException
 
DeployRequest - Class in org.sonatype.aether.deployment
A request to deploy artifacts and their accompanying metadata into the a remote repository.
DeployRequest() - Constructor for class org.sonatype.aether.deployment.DeployRequest
 
DeployResult - Class in org.sonatype.aether.deployment
The result of deploying artifacts and their accompanying metadata into the a remote repository.
DeployResult(DeployRequest) - Constructor for class org.sonatype.aether.deployment.DeployResult
Creates a new result for the specified request.
deriveChildManager(DependencyCollectionContext) - Method in interface org.sonatype.aether.collection.DependencyManager
Derives a dependency manager for the specified collection context.
deriveChildManager(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
 
deriveChildManager(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
deriveChildSelector(DependencyCollectionContext) - Method in interface org.sonatype.aether.collection.DependencySelector
Derives a dependency selector for the specified collection context.
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.OptionalDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.StaticDependencySelector
 
deriveChildTraverser(DependencyCollectionContext) - Method in interface org.sonatype.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.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
deriveChildTraverser(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
 
dirname(String) - Static method in class org.sonatype.aether.test.util.connector.TestConnectorPathUtils
Returns the directory path portion of a file specification string.
dirnames(String) - Static method in class org.sonatype.aether.test.util.connector.TestConnectorPathUtils
 
dispatch(RepositoryEvent) - Method in class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
dispatch(RepositoryEvent) - Method in interface org.sonatype.aether.impl.RepositoryEventDispatcher
Dispatches the specified repository event to all registered listeners.
dump(DependencyNode) - Method in class org.sonatype.aether.test.util.DependencyGraphParser
 

E

EnhancedLocalRepositoryManager - Class in org.sonatype.aether.impl.internal
A local repository manager that builds upon the classical Maven 2.0 local repository structure but additionally keeps track of from what repositories a cached artifact was resolved.
EnhancedLocalRepositoryManager(File) - Constructor for class org.sonatype.aether.impl.internal.EnhancedLocalRepositoryManager
 
EnhancedLocalRepositoryManagerFactory - Class in org.sonatype.aether.impl.internal
Creates EnhancedLocalRepositoryManagers for repository types "default" or "" (automatic).
EnhancedLocalRepositoryManagerFactory() - Constructor for class org.sonatype.aether.impl.internal.EnhancedLocalRepositoryManagerFactory
 
eq(T, T) - Static method in class org.sonatype.aether.impl.internal.CacheUtils
 
equals(Object) - Method in class org.sonatype.aether.graph.Dependency
 
equals(Object) - Method in class org.sonatype.aether.graph.Exclusion
 
equals(Object) - Method in class org.sonatype.aether.repository.Authentication
 
equals(Object) - Method in class org.sonatype.aether.repository.LocalRepository
 
equals(Object) - Method in class org.sonatype.aether.repository.Proxy
 
equals(Object) - Method in class org.sonatype.aether.repository.RemoteRepository
 
equals(Object) - Method in class org.sonatype.aether.repository.RepositoryPolicy
 
equals(Object) - Method in class org.sonatype.aether.repository.WorkspaceRepository
 
equals(Object) - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
equals(Object) - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
equals(Object) - Method in class org.sonatype.aether.test.util.impl.StubVersion
 
equals(Object) - Method in class org.sonatype.aether.test.util.impl.TestVersionScheme
 
equals(Object) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
equals(Object) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
equals(Object) - Method in class org.sonatype.aether.util.filter.AndDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.ExclusionsDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.NotDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.OrDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.ScopeDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
 
equals(Object) - Method in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.OptionalDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.StaticDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
equals(Object) - Method in class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
 
equals(Object) - Method in class org.sonatype.aether.util.version.GenericVersionScheme
 
Exclusion - Class in org.sonatype.aether.graph
An exclusion of one or more transitive dependencies.
Exclusion(String, String, String, String) - Constructor for class org.sonatype.aether.graph.Exclusion
Creates an exclusion for artifacts with the specified coordinates.
ExclusionDependencySelector - Class in org.sonatype.aether.util.graph.selector
A dependency selector that applies exclusions based on artifact coordinates.
ExclusionDependencySelector() - Constructor for class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
Creates a new selector without any exclusions.
ExclusionDependencySelector(Set<Exclusion>) - Constructor for class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
Creates a new selector with the specified exclusions.
ExclusionsDependencyFilter - Class in org.sonatype.aether.util.filter
A simple filter to exclude artifacts based either artifact id or group id and artifact id.
ExclusionsDependencyFilter(Collection<String>) - Constructor for class org.sonatype.aether.util.filter.ExclusionsDependencyFilter
Creates a new filter using the specified exclude patterns.
ext(String) - Method in class org.sonatype.aether.test.util.NodeBuilder
 

F

factory() - Method in interface org.sonatype.aether.test.util.connector.suite.ConnectorTestSetup
 
factory() - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup
 
FatArtifactTraverser - Class in org.sonatype.aether.util.graph.traverser
A dependency traverser that excludes the dependencies of fat artifacts from the traversal.
FatArtifactTraverser() - Constructor for class org.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
filename(String) - Static method in class org.sonatype.aether.test.util.connector.TestConnectorPathUtils
Returns the filename portion of a file specification string.
FileProcessor - Interface in org.sonatype.aether.spi.io
A utility component to perform file-based operations.
FileProcessor.ProgressListener - Interface in org.sonatype.aether.spi.io
A listener object that is notified for every progress made while copying files.
FileRepositoryConnector - Class in org.sonatype.aether.connector.file
A connector for file://-URLs.
FileRepositoryConnector(RepositorySystemSession, RemoteRepository, FileProcessor, Logger) - Constructor for class org.sonatype.aether.connector.file.FileRepositoryConnector
 
FileRepositoryConnectorFactory - Class in org.sonatype.aether.connector.file
Factory creating FileRepositoryConnectors.
FileRepositoryConnectorFactory() - Constructor for class org.sonatype.aether.connector.file.FileRepositoryConnectorFactory
 
FileRepositoryConnectorFactory(Logger, FileProcessor) - Constructor for class org.sonatype.aether.connector.file.FileRepositoryConnectorFactory
 
FilteringDependencyVisitor - Class in org.sonatype.aether.util.graph
A dependency visitor that delegates to another visitor if nodes match a filter.
FilteringDependencyVisitor(DependencyVisitor, DependencyFilter) - Constructor for class org.sonatype.aether.util.graph.FilteringDependencyVisitor
Creates a new visitor that delegates traversal of nodes matching the given filter to the specified visitor.
FilterRepositorySystemSession - Class in org.sonatype.aether.util
A repository system session that wraps another session.
FilterRepositorySystemSession(RepositorySystemSession) - Constructor for class org.sonatype.aether.util.FilterRepositorySystemSession
Creates a new repository system session that wraps the specified session.
find(RepositorySystemSession, LocalArtifactRequest) - Method in class org.sonatype.aether.impl.internal.EnhancedLocalRepositoryManager
 
find(RepositorySystemSession, LocalArtifactRequest) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
find(RepositorySystemSession, LocalMetadataRequest) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
find(RepositorySystemSession, LocalArtifactRequest) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
Queries for the existence of an artifact in the local repository.
find(RepositorySystemSession, LocalMetadataRequest) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
Queries for the existence of metadata in the local repository.
find(RepositorySystemSession, LocalArtifactRequest) - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
find(RepositorySystemSession, LocalMetadataRequest) - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
findArtifact(Artifact) - Method in interface org.sonatype.aether.repository.WorkspaceReader
Locates the specified artifact.
findArtifact(Artifact) - Method in class org.sonatype.aether.util.repository.ChainedWorkspaceReader
 
findVersions(Artifact) - Method in interface org.sonatype.aether.repository.WorkspaceReader
Determines all available versions of the specified artifact.
findVersions(Artifact) - Method in class org.sonatype.aether.util.repository.ChainedWorkspaceReader
 
finish(Collection<? extends Artifact>) - Method in interface org.sonatype.aether.impl.MetadataGenerator
Allows for metadata generation based on the transformed artifacts.

G

GenericVersionScheme - Class in org.sonatype.aether.util.version
A version scheme using a generic version syntax and common sense sorting.
GenericVersionScheme() - Constructor for class org.sonatype.aether.util.version.GenericVersionScheme
Creates a new instance of the version scheme for parsing versions.
get(String) - Method in interface org.sonatype.aether.artifact.ArtifactTypeRegistry
Gets the artifact type with the specified identifier.
get(Object) - Method in interface org.sonatype.aether.collection.DependencyGraphTransformationContext
Gets a keyed value from the context.
get(Map<?, ?>, String, String) - Static method in class org.sonatype.aether.ConfigurationProperties
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
get(RepositorySystemSession, String, String) - Static method in class org.sonatype.aether.ConfigurationProperties
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
get(Map<?, ?>, String, int) - Static method in class org.sonatype.aether.ConfigurationProperties
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
get(RepositorySystemSession, String, int) - Static method in class org.sonatype.aether.ConfigurationProperties
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
get(Map<?, ?>, String, boolean) - Static method in class org.sonatype.aether.ConfigurationProperties
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
get(RepositorySystemSession, String, boolean) - Static method in class org.sonatype.aether.ConfigurationProperties
Deprecated.
As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>) - Method in class org.sonatype.aether.connector.file.FileRepositoryConnector
 
get(RepositorySystemSession, Object) - Method in interface org.sonatype.aether.RepositoryCache
Gets the specified data from the cache.
get(Object) - Method in interface org.sonatype.aether.SessionData
Gets the session data associated with the specified key.
get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>) - Method in interface org.sonatype.aether.spi.connector.RepositoryConnector
Performs the specified downloads.
get(String) - Method in class org.sonatype.aether.util.artifact.DefaultArtifactTypeRegistry
 
get(String) - Method in class org.sonatype.aether.util.artifact.OverlayArtifactTypeRegistry
 
get(RepositorySystemSession, Object) - Method in class org.sonatype.aether.util.DefaultRepositoryCache
 
get(Object) - Method in class org.sonatype.aether.util.DefaultSessionData
 
getActual() - Method in exception org.sonatype.aether.transfer.ChecksumFailureException
 
getAliases() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the known aliases for this dependency's artifact.
getAliases() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets the known aliases for this artifact.
getAliases() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getAliases() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getArtifact() - Method in class org.sonatype.aether.graph.Dependency
Gets the artifact being depended on.
getArtifact() - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryEvent
 
getArtifact() - Method in interface org.sonatype.aether.impl.LocalRepositoryEvent
Deprecated.
Gets the artifact that was updated.
getArtifact() - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
Gets the artifact to register.
getArtifact() - Method in class org.sonatype.aether.repository.LocalArtifactRequest
Gets the artifact to query for.
getArtifact() - Method in interface org.sonatype.aether.RepositoryEvent
Gets the artifact involved in the event (if any).
getArtifact() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
Gets the artifact whose descriptor shall be read.
getArtifact() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets the artifact whose descriptor was read.
getArtifact() - Method in class org.sonatype.aether.resolution.ArtifactRequest
Gets the artifact to resolve.
getArtifact() - Method in class org.sonatype.aether.resolution.ArtifactResult
Gets the resolved artifact (if any).
getArtifact() - Method in class org.sonatype.aether.resolution.VersionRangeRequest
Gets the artifact whose version range shall be resolved.
getArtifact() - Method in class org.sonatype.aether.resolution.VersionRequest
Gets the artifact whose (meta-)version shall be resolved.
getArtifact() - Method in class org.sonatype.aether.spi.connector.ArtifactTransfer
Gets the artifact being transferred.
getArtifact() - Method in class org.sonatype.aether.test.util.impl.RepositoryTestContext
 
getArtifact() - Method in exception org.sonatype.aether.transfer.ArtifactTransferException
 
getArtifact() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getArtifactId() - Method in interface org.sonatype.aether.artifact.Artifact
Gets the artifact identifier of this artifact, for example "maven-model".
getArtifactId() - Method in class org.sonatype.aether.graph.Exclusion
Gets the artifact identifier for artifacts to exclude.
getArtifactId() - Method in interface org.sonatype.aether.metadata.Metadata
Gets the artifact identifier of this metadata.
getArtifactId() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
getArtifactId() - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
getArtifactId() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getArtifactId() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getArtifactId() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getArtifactId() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getArtifactRegistration() - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
getArtifactResults() - Method in class org.sonatype.aether.resolution.DependencyResult
Gets the resolution results for the dependency artifacts that matched DependencyRequest.getFilter().
getArtifacts() - Method in class org.sonatype.aether.deployment.DeployRequest
Gets the artifact to deploy.
getArtifacts() - Method in class org.sonatype.aether.deployment.DeployResult
Gets the artifacts that got deployed.
getArtifacts() - Method in class org.sonatype.aether.installation.InstallRequest
Gets the artifact to install.
getArtifacts() - Method in class org.sonatype.aether.installation.InstallResult
Gets the artifacts that got installed.
getArtifacts(boolean) - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets the artifacts associated with the list of dependency nodes generated during the graph traversal.
getArtifactTypeRegistry() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the registry of artifact types recognized by this session.
getArtifactTypeRegistry() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getArtifactTypeRegistry() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getArtifactTypeRegistry() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getAuthentication(RemoteRepository) - Method in interface org.sonatype.aether.repository.AuthenticationSelector
Selects authentication for the specified remote repository.
getAuthentication() - Method in class org.sonatype.aether.repository.Proxy
Gets the authentication to use for the proxy connection.
getAuthentication() - Method in class org.sonatype.aether.repository.RemoteRepository
Gets the authentication that has been selected for this repository.
getAuthentication(RemoteRepository) - Method in class org.sonatype.aether.util.repository.ConservativeAuthenticationSelector
 
getAuthentication(RemoteRepository) - Method in class org.sonatype.aether.util.repository.DefaultAuthenticationSelector
 
getAuthenticationSelector() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the authentication selector to use for repositories discovered in artifact descriptors.
getAuthenticationSelector() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getAuthenticationSelector() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getAuthenticationSelector() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getAuthoritativeRepository() - Method in class org.sonatype.aether.impl.UpdateCheck
Gets the repository which ultimately hosts the metadata to update.
getBasedir() - Method in class org.sonatype.aether.repository.LocalRepository
Gets the base directory of the repository.
getBaseVersion() - Method in interface org.sonatype.aether.artifact.Artifact
Gets the base version of this artifact, for example "1.0-SNAPSHOT".
getBaseVersion() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
getBaseVersion() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getBaseVersion() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getBaseVersion() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getBoolean(Map<?, ?>, boolean, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getBoolean(RepositorySystemSession, boolean, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getCache() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the cache the repository system may use to save data for future reuse during the session.
getCache() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getCache() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getCache() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getChecksumPolicy() - Method in class org.sonatype.aether.repository.RepositoryPolicy
Gets the policy for checksum validation.
getChecksumPolicy() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the global checksum policy.
getChecksumPolicy() - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
Gets the checksum policy for this transfer.
getChecksumPolicy() - Method in class org.sonatype.aether.spi.connector.MetadataDownload
Gets the checksum policy for this transfer.
getChecksumPolicy() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getChecksumPolicy() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getChecksumPolicy() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getChildren() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the child nodes of this node.
getChildren() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getChildren() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getClassifier() - Method in interface org.sonatype.aether.artifact.Artifact
Gets the classifier of this artifact, for example "sources".
getClassifier() - Method in interface org.sonatype.aether.artifact.ArtifactType
Gets the classifier to use for artifacts of this type (unless explicitly overridden by the artifact).
getClassifier() - Method in class org.sonatype.aether.graph.Exclusion
Gets the classifier for artifacts to exclude.
getClassifier() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
getClassifier() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getClassifier() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactType
 
getClassifier() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getClassifier() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getClassPath() - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets a class path by concatenating the artifact files of the visited dependency nodes.
getCollectExceptions() - Method in class org.sonatype.aether.resolution.DependencyResult
Gets the exceptions that occurred while building the dependency graph.
getCollectRequest() - Method in class org.sonatype.aether.resolution.DependencyRequest
Gets the collect request used to calculate the dependency graph whose artifacts should be resolved.
getConfigProperties() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the configuration properties used to tweak internal aspects of the repository system (e.g. thread pooling, connector-specific behavior, etc.)
getConfigProperties() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getConfigProperties() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getConfigProperties() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getContent(File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
getContentLength() - Method in interface org.sonatype.aether.transfer.TransferResource
The size of the resource in bytes.
getContentLength() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getContentType() - Method in interface org.sonatype.aether.repository.ArtifactRepository
Gets the type of the repository, for example "default".
getContentType() - Method in class org.sonatype.aether.repository.LocalRepository
 
getContentType() - Method in class org.sonatype.aether.repository.RemoteRepository
 
getContentType() - Method in class org.sonatype.aether.repository.WorkspaceRepository
 
getContext() - Method in class org.sonatype.aether.repository.LocalArtifactRequest
Gets the resolution context.
getContext() - Method in class org.sonatype.aether.repository.LocalMetadataRequest
Gets the resolution context.
getContexts() - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
Gets the resolution contexts in which the artifact is available.
getContexts() - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
Gets the resolution contexts in which the metadata is available.
getData() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the custom data associated with this dependency node.
getData() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the custom data associated with this session.
getData() - Method in interface org.sonatype.aether.RequestTrace
Gets the data associated with this trace.
getData() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getData() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getData() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getData() - Method in class org.sonatype.aether.util.DefaultRequestTrace
 
getData() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getData() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getDataBuffer() - Method in interface org.sonatype.aether.transfer.TransferEvent
Gets the byte buffer holding the transferred bytes since the last event.
getDataBuffer() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getDataLength() - Method in interface org.sonatype.aether.transfer.TransferEvent
Gets the number of bytes that have been transferred since the last event.
getDataLength() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getDependencies() - Method in class org.sonatype.aether.collection.CollectRequest
Gets the direct dependencies.
getDependencies() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets the list of direct dependencies of the artifact.
getDependencies() - Method in class org.sonatype.aether.test.util.ArtifactDescription
 
getDependencies(boolean) - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets the dependencies seen during the graph traversal.
getDependency() - Method in interface org.sonatype.aether.collection.DependencyCollectionContext
Gets the dependency whose children are to be processed next during dependency collection.
getDependency() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the dependency associated with this node.
getDependency() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getDependency() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getDependencyConflictId() - Method in exception org.sonatype.aether.collection.UnsolvableVersionConflictException
Gets the conflict id of the dependency that encountered the version conflict.
getDependencyGraphTransformer() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the dependency graph transformer to use for building dependency graphs.
getDependencyGraphTransformer() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getDependencyGraphTransformer() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getDependencyGraphTransformer() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getDependencyManager() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the dependency manager to use for building dependency graphs.
getDependencyManager() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getDependencyManager() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getDependencyManager() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getDependencyNode() - Method in class org.sonatype.aether.resolution.ArtifactRequest
Gets the dependency node (if any) for which to resolve the artifact.
getDependencySelector() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the dependency selector to use for building dependency graphs.
getDependencySelector() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getDependencySelector() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getDependencySelector() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getDependencyTraverser() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the dependency traverser to use for building dependency graphs.
getDependencyTraverser() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getDependencyTraverser() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getDependencyTraverser() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in interface org.sonatype.aether.impl.UpdateCheckManager
Returns the policy with the shorter update interval.
getEvent() - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener.EventWrapper
 
getEvents() - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
getEvents() - Method in class org.sonatype.aether.test.impl.RecordingTransferListener
 
getException() - Method in class org.sonatype.aether.impl.UpdateCheck
Gets the exception that occurred during the update check.
getException() - Method in interface org.sonatype.aether.RepositoryEvent
Gets the exception that caused the event (if any).
getException() - Method in class org.sonatype.aether.resolution.MetadataResult
Gets the exception that occurred while resolving the metadata.
getException() - Method in class org.sonatype.aether.spi.connector.ArtifactTransfer
Gets the exception that occurred during the transfer (if any).
getException() - Method in class org.sonatype.aether.spi.connector.MetadataTransfer
Gets the exception that occurred during the transfer (if any).
getException() - Method in interface org.sonatype.aether.transfer.TransferEvent
Gets the error that occurred during the transfer.
getException() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getException() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getExceptions() - Method in class org.sonatype.aether.collection.CollectResult
Gets the exceptions that occurred while building the dependency graph.
getExceptions() - Method in interface org.sonatype.aether.RepositoryEvent
Gets the exceptions that caused the event (if any).
getExceptions() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets the exceptions that occurred while reading the artifact descriptor.
getExceptions() - Method in class org.sonatype.aether.resolution.ArtifactResult
Gets the exceptions that occurred while resolving the artifact.
getExceptions() - Method in class org.sonatype.aether.resolution.VersionRangeResult
Gets the exceptions that occurred while resolving the version range.
getExceptions() - Method in class org.sonatype.aether.resolution.VersionResult
Gets the exceptions that occurred while resolving the version.
getExceptions() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getExclusions() - Method in class org.sonatype.aether.collection.DependencyManagement
Gets the new exclusions to apply to the dependency.
getExclusions() - Method in class org.sonatype.aether.graph.Dependency
Gets the exclusions for this dependency.
getExpected() - Method in exception org.sonatype.aether.transfer.ChecksumFailureException
 
getExtension() - Method in interface org.sonatype.aether.artifact.Artifact
Gets the (file) extension of this artifact, for example "jar".
getExtension() - Method in interface org.sonatype.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.sonatype.aether.graph.Exclusion
Gets the file extension for artifacts to exclude.
getExtension() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
getExtension() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getExtension() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactType
 
getExtension() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getExtension() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getFile() - Method in interface org.sonatype.aether.artifact.Artifact
Gets the file of this artifact.
getFile() - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryEvent
 
getFile() - Method in interface org.sonatype.aether.impl.LocalRepositoryEvent
Deprecated.
Gets the path to the artifact within the local repository.
getFile() - Method in class org.sonatype.aether.impl.UpdateCheck
Returns the local file of the item.
getFile() - Method in interface org.sonatype.aether.metadata.Metadata
Gets the file of this metadata.
getFile() - Method in class org.sonatype.aether.repository.LocalArtifactResult
Gets the file to the requested artifact.
getFile() - Method in class org.sonatype.aether.repository.LocalMetadataResult
Gets the file to the requested metadata if the metadata is available in the local repository.
getFile() - Method in interface org.sonatype.aether.RepositoryEvent
Gets the file involved in the event (if any).
getFile() - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
Gets the local file the artifact is downloaded to or uploaded from.
getFile() - Method in class org.sonatype.aether.spi.connector.ArtifactTransfer
Gets the local file the artifact is downloaded to or uploaded from.
getFile() - Method in class org.sonatype.aether.spi.connector.MetadataTransfer
Gets the local file the metadata is downloaded to or uploaded from.
getFile() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
getFile() - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
getFile() - Method in interface org.sonatype.aether.transfer.TransferResource
Gets the local file being uploaded or downloaded.
getFile() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getFile() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getFile() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getFile() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getFile() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getFile() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getFiles() - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets the files of resolved artifacts seen during the graph traversal.
getFilter() - Method in class org.sonatype.aether.resolution.DependencyRequest
Gets the resolution filter used to select which artifacts of the dependency graph should be resolved.
getFilter() - Method in class org.sonatype.aether.util.graph.FilteringDependencyVisitor
Gets the filter being applied before delegation.
getFilter() - Method in class org.sonatype.aether.util.graph.PathRecordingDependencyVisitor
Gets the filter being used to select terminal nodes.
getGroupId() - Method in interface org.sonatype.aether.artifact.Artifact
Gets the group identifier of this artifact, for example "org.apache.maven".
getGroupId() - Method in class org.sonatype.aether.graph.Exclusion
Gets the group identifier for artifacts to exclude.
getGroupId() - Method in interface org.sonatype.aether.metadata.Metadata
Gets the group identifier of this metadata.
getGroupId() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
getGroupId() - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
getGroupId() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getGroupId() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getGroupId() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getGroupId() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getHighestVersion() - Method in class org.sonatype.aether.resolution.VersionRangeResult
Gets the highest version matching the requested range.
getHost() - Method in class org.sonatype.aether.repository.Proxy
Gets the host for this proxy.
getHost() - Method in class org.sonatype.aether.repository.RemoteRepository
Gets the host part from the repository's URL.
getId() - Method in interface org.sonatype.aether.artifact.ArtifactType
Gets the identifier of this type, e.g.
getId() - Method in interface org.sonatype.aether.repository.ArtifactRepository
Gets the identifier of this repository.
getId() - Method in class org.sonatype.aether.repository.LocalRepository
 
getId() - Method in class org.sonatype.aether.repository.RemoteRepository
 
getId() - Method in class org.sonatype.aether.repository.WorkspaceRepository
 
getId() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactType
 
getInteger(Map<?, ?>, int, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getInteger(RepositorySystemSession, int, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getItem() - Method in class org.sonatype.aether.impl.UpdateCheck
Gets the item of the check.
getKey() - Method in class org.sonatype.aether.repository.WorkspaceRepository
Gets the key of this workspace repository.
getList(Map<?, ?>, List<?>, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getList(RepositorySystemSession, List<?>, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getLocalLastUpdated() - Method in class org.sonatype.aether.impl.UpdateCheck
Gets the last-modified timestamp of the corresponding item produced by a local installation.
getLocalRepository() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the local repository used during this session.
getLocalRepository() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getLocalRepository() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getLocalRepository() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getLocalRepositoryManager() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the local repository manager used during this session.
getLocalRepositoryManager() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getLocalRepositoryManager() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getLocalRepositoryManager() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getLong(Map<?, ?>, long, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getLong(RepositorySystemSession, long, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getLowestVersion() - Method in class org.sonatype.aether.resolution.VersionRangeResult
Gets the lowest version matching the requested range.
getManagedDependencies() - Method in class org.sonatype.aether.collection.CollectRequest
Gets the dependency management to apply to transitive dependencies.
getManagedDependencies() - Method in interface org.sonatype.aether.collection.DependencyCollectionContext
Gets the dependency management information that was contributed by the artifact descriptor of the current dependency.
getManagedDependencies() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets the dependency management information.
getManagedDependencies() - Method in class org.sonatype.aether.test.util.ArtifactDescription
 
getMap(Map<?, ?>, Map<?, ?>, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getMap(RepositorySystemSession, Map<?, ?>, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getMessage(String, Throwable) - Static method in exception org.sonatype.aether.RepositoryException
 
getMetadata() - Method in class org.sonatype.aether.deployment.DeployRequest
Gets the metadata to deploy.
getMetadata() - Method in class org.sonatype.aether.deployment.DeployResult
Gets the metadata that got deployed.
getMetadata() - Method in class org.sonatype.aether.installation.InstallRequest
Gets the metadata to install.
getMetadata() - Method in class org.sonatype.aether.installation.InstallResult
Gets the metadata that got installed.
getMetadata() - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
Gets the metadata to register.
getMetadata() - Method in class org.sonatype.aether.repository.LocalMetadataRequest
Gets the metadata to query for.
getMetadata() - Method in interface org.sonatype.aether.RepositoryEvent
Gets the metadata involved in the event (if any).
getMetadata() - Method in class org.sonatype.aether.resolution.MetadataRequest
Gets the metadata to resolve.
getMetadata() - Method in class org.sonatype.aether.resolution.MetadataResult
Gets the resolved metadata (if any).
getMetadata() - Method in class org.sonatype.aether.spi.connector.MetadataTransfer
Gets the metadata being transferred.
getMetadata() - Method in exception org.sonatype.aether.transfer.MetadataTransferException
 
getMetadata() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getMetadataRegistration() - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
getMirror(RemoteRepository) - Method in interface org.sonatype.aether.repository.MirrorSelector
Selects a mirror for the specified repository.
getMirror(RemoteRepository) - Method in class org.sonatype.aether.util.repository.DefaultMirrorSelector
 
getMirroredRepositories() - Method in class org.sonatype.aether.repository.RemoteRepository
Gets the repositories that this repository serves as a mirror for.
getMirrorSelector() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the mirror selector to use for repositories discovered in artifact descriptors.
getMirrorSelector() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getMirrorSelector() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getMirrorSelector() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getNature() - Method in interface org.sonatype.aether.metadata.Metadata
Gets the nature of this metadata.
getNature() - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
getNature() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getNodes() - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets the list of dependency nodes that was generated during the graph traversal.
getObject(Map<?, ?>, Object, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getObject(RepositorySystemSession, Object, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getParent() - Method in interface org.sonatype.aether.RequestTrace
Gets the parent of this trace.
getParent() - Method in class org.sonatype.aether.util.DefaultRequestTrace
 
getPassphrase() - Method in class org.sonatype.aether.repository.Authentication
Gets the passphrase for the private key.
getPassword() - Method in class org.sonatype.aether.repository.Authentication
Gets the password.
getPath(Artifact) - Method in class org.sonatype.aether.util.layout.MavenDefaultLayout
 
getPath(Metadata) - Method in class org.sonatype.aether.util.layout.MavenDefaultLayout
 
getPath(Artifact) - Method in interface org.sonatype.aether.util.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.sonatype.aether.util.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.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
getPathForLocalArtifact(Artifact) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
Gets the relative path for a locally installed artifact.
getPathForLocalArtifact(Artifact) - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
getPathForLocalMetadata(Metadata) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
getPathForLocalMetadata(Metadata) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
Gets the relative path for locally installed metadata.
getPathForLocalMetadata(Metadata) - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
Gets the relative path for an artifact cached from a remote repository.
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
Gets the relative path for metadata cached from a remote repository.
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
getPaths() - Method in exception org.sonatype.aether.collection.UnsolvableVersionConflictException
Gets the paths leading to the conflicting dependencies.
getPaths() - Method in class org.sonatype.aether.util.graph.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 class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in interface org.sonatype.aether.impl.RemoteRepositoryManager
 
getPolicy() - Method in class org.sonatype.aether.impl.UpdateCheck
Gets the policy to use for the check.
getPolicy(boolean) - Method in class org.sonatype.aether.repository.RemoteRepository
Gets the policy to apply for snapshot/release artifacts.
getPort() - Method in class org.sonatype.aether.repository.Proxy
Gets the port number for this proxy.
getPremanagedScope() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the scope for the dependency before dependency management was applied (if any).
getPremanagedScope() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getPremanagedScope() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getPremanagedVersion() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the version or version range for the dependency before dependency management was applied (if any).
getPremanagedVersion() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getPremanagedVersion() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getPriority() - Method in class org.sonatype.aether.connector.async.AsyncRepositoryConnectorFactory
 
getPriority() - Method in class org.sonatype.aether.connector.file.FileRepositoryConnectorFactory
 
getPriority() - Method in class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
 
getPriority() - Method in class org.sonatype.aether.impl.internal.EnhancedLocalRepositoryManagerFactory
 
getPriority() - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManagerFactory
 
getPriority() - Method in interface org.sonatype.aether.impl.MetadataGeneratorFactory
The priority of this factory.
getPriority() - Method in interface org.sonatype.aether.spi.connector.RepositoryConnectorFactory
The priority of this factory.
getPriority() - Method in interface org.sonatype.aether.spi.localrepo.LocalRepositoryManagerFactory
The priority of this factory.
getPrivateKeyFile() - Method in class org.sonatype.aether.repository.Authentication
Gets the path to the private key file to use for authentication.
getProgressEvents() - Method in class org.sonatype.aether.test.impl.RecordingTransferListener
 
getProperties() - Method in interface org.sonatype.aether.artifact.Artifact
Gets the properties of this artifact.
getProperties() - Method in interface org.sonatype.aether.artifact.ArtifactType
Gets the properties to use for artifacts of this type (unless explicitly overridden by the artifact).
getProperties() - Method in class org.sonatype.aether.collection.DependencyManagement
Gets the new properties to apply to the dependency.
getProperties() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets any additional information about the artifact in form of key-value pairs.
getProperties() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
getProperties() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getProperties() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactType
 
getProperties() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getProperties() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getProperty(String, String) - Method in interface org.sonatype.aether.artifact.Artifact
Gets the specified property.
getProperty(String, String) - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
getProperty(String, String) - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getProperty(String, String) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getProperty(String, String) - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getProtocol() - Method in class org.sonatype.aether.repository.RemoteRepository
Gets the protocol part from the repository's URL, for example file or http.
getProxy(RemoteRepository) - Method in interface org.sonatype.aether.repository.ProxySelector
Selects a proxy for the specified remote repository.
getProxy() - Method in class org.sonatype.aether.repository.RemoteRepository
Gets the proxy that has been selected for this repository.
getProxy(RemoteRepository) - Method in class org.sonatype.aether.util.repository.ConservativeProxySelector
 
getProxy(RemoteRepository) - Method in class org.sonatype.aether.util.repository.DefaultProxySelector
 
getProxySelector() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the proxy selector to use for repositories discovered in artifact descriptors.
getProxySelector() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getProxySelector() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getProxySelector() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getRanges() - Method in interface org.sonatype.aether.version.VersionConstraint
Gets the version ranges of this constraint.
getRecordingRepositoryListener() - Method in class org.sonatype.aether.test.util.impl.RepositoryTestContext
 
getRecordingTransferListener() - Method in class org.sonatype.aether.test.util.connector.ConnectorTestContext
 
getRelocations() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the sequence of relocations that was followed to resolve the artifact referenced by the dependency.
getRelocations() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets the relocations that were processed to read the artifact descriptor.
getRelocations() - Method in class org.sonatype.aether.test.util.ArtifactDescription
 
getRelocations() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getRelocations() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getRepositories() - Method in class org.sonatype.aether.collection.CollectRequest
Gets the repositories to use for the collection.
getRepositories() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the remote repositories from which this node's artifact shall be resolved.
getRepositories() - Method in class org.sonatype.aether.repository.LocalArtifactRequest
Gets the remote repositories to consider as sources of the artifact.
getRepositories() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
Gets the repositories to resolve the descriptor from.
getRepositories() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets the remote repositories listed in the artifact descriptor.
getRepositories() - Method in class org.sonatype.aether.resolution.ArtifactRequest
Gets the repositories to resolve the version range from.
getRepositories() - Method in class org.sonatype.aether.resolution.VersionRangeRequest
Gets the repositories to resolve the version range from.
getRepositories() - Method in class org.sonatype.aether.resolution.VersionRequest
Gets the repositories to resolve the version from.
getRepositories() - Method in class org.sonatype.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.sonatype.aether.spi.connector.MetadataDownload
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e. a repository manager).
getRepositories() - Method in class org.sonatype.aether.test.util.ArtifactDescription
 
getRepositories() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getRepositories() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getRepository() - Method in class org.sonatype.aether.deployment.DeployRequest
Gets the repository to deploy to.
getRepository(RepositorySystemSession, List<RemoteRepository>, Class<?>, String) - Static method in class org.sonatype.aether.impl.internal.CacheUtils
 
getRepository() - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryEvent
 
getRepository() - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
getRepository() - Method in interface org.sonatype.aether.impl.LocalRepositoryEvent
Deprecated.
Gets the local repository which has been updated.
getRepository() - Method in class org.sonatype.aether.impl.UpdateCheck
Gets the repository from which a potential update/download will performed.
getRepository() - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
Gets the remote repository from which the artifact was resolved.
getRepository() - Method in class org.sonatype.aether.repository.LocalArtifactResult
Gets the (first) remote repository from which the artifact was cached (if any).
getRepository() - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
Gets the remote repository from which the metadata was resolved.
getRepository() - Method in class org.sonatype.aether.repository.LocalMetadataRequest
Gets the remote repository to use as source of the metadata.
getRepository() - Method in interface org.sonatype.aether.repository.LocalRepositoryManager
Gets the description of the local repository being managed.
getRepository() - Method in exception org.sonatype.aether.repository.NoLocalRepositoryManagerException
 
getRepository() - Method in interface org.sonatype.aether.repository.WorkspaceReader
Gets a description of the workspace repository.
getRepository() - Method in interface org.sonatype.aether.RepositoryEvent
Gets the repository involved in the event (if any).
getRepository() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets the repository from which the descriptor was eventually resolved.
getRepository() - Method in class org.sonatype.aether.resolution.ArtifactResult
Gets the repository from which the artifact was eventually resolved.
getRepository() - Method in class org.sonatype.aether.resolution.MetadataRequest
Gets the repository from which the metadata should be resolved.
getRepository(Version) - Method in class org.sonatype.aether.resolution.VersionRangeResult
Gets the repository from which the specified version was resolved.
getRepository() - Method in class org.sonatype.aether.resolution.VersionResult
Gets the repository from which the version was eventually resolved.
getRepository() - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
getRepository() - Method in class org.sonatype.aether.test.util.connector.ConnectorTestContext
 
getRepository() - Method in exception org.sonatype.aether.transfer.ArtifactTransferException
 
getRepository() - Method in exception org.sonatype.aether.transfer.MetadataTransferException
 
getRepository() - Method in exception org.sonatype.aether.transfer.NoRepositoryConnectorException
 
getRepository() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getRepository() - Method in class org.sonatype.aether.util.repository.ChainedWorkspaceReader
 
getRepositoryConnector(RepositorySystemSession, RemoteRepository) - Method in class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
getRepositoryConnector(RepositorySystemSession, RemoteRepository) - Method in interface org.sonatype.aether.impl.RemoteRepositoryManager
 
getRepositoryListener() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the listener being notified of actions in the repository system.
getRepositoryListener() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getRepositoryListener() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getRepositoryListener() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getRepositoryUrl() - Method in interface org.sonatype.aether.transfer.TransferResource
The base URL of the repository, e.g.
getRepositoryUrl() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getRequest() - Method in class org.sonatype.aether.collection.CollectResult
Gets the collection request that was made.
getRequest() - Method in class org.sonatype.aether.deployment.DeployResult
Gets the deploy request that was made.
getRequest() - Method in class org.sonatype.aether.installation.InstallResult
Gets the install request that was made.
getRequest() - Method in class org.sonatype.aether.repository.LocalArtifactResult
Gets the request corresponding to this result.
getRequest() - Method in class org.sonatype.aether.repository.LocalMetadataResult
Gets the request corresponding to this result.
getRequest() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Gets the descriptor request that was made.
getRequest() - Method in class org.sonatype.aether.resolution.ArtifactResult
Gets the resolution request that was made.
getRequest() - Method in class org.sonatype.aether.resolution.DependencyResult
Gets the resolution request that was made.
getRequest() - Method in class org.sonatype.aether.resolution.MetadataResult
Gets the resolution request that was made.
getRequest() - Method in class org.sonatype.aether.resolution.VersionRangeResult
Gets the resolution request that was made.
getRequest() - Method in class org.sonatype.aether.resolution.VersionResult
Gets the resolution request that was made.
getRequestContext() - Method in class org.sonatype.aether.collection.CollectRequest
Gets the context in which this request is made.
getRequestContext() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the request context in which this dependency node was created.
getRequestContext() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.sonatype.aether.resolution.ArtifactRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.sonatype.aether.resolution.MetadataRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.sonatype.aether.resolution.VersionRangeRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.sonatype.aether.resolution.VersionRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
Gets the context of this transfer.
getRequestContext() - Method in class org.sonatype.aether.spi.connector.MetadataDownload
Gets the context of this transfer.
getRequestContext() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getRequestContext() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getRequestType() - Method in interface org.sonatype.aether.transfer.TransferEvent
Gets the type of the request/transfer.
getRequestType() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getResource() - Method in interface org.sonatype.aether.transfer.TransferEvent
Gets the resource that is being transferred.
getResource() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getResourceName() - Method in interface org.sonatype.aether.transfer.TransferResource
The path of the resource relative to the repository's base URL, e.g.
getResourceName() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getResult() - Method in exception org.sonatype.aether.collection.DependencyCollectionException
 
getResult() - Method in exception org.sonatype.aether.resolution.ArtifactDescriptorException
 
getResult() - Method in exception org.sonatype.aether.resolution.ArtifactResolutionException
 
getResult() - Method in exception org.sonatype.aether.resolution.DependencyResolutionException
 
getResult() - Method in exception org.sonatype.aether.resolution.VersionRangeResolutionException
 
getResult() - Method in exception org.sonatype.aether.resolution.VersionResolutionException
 
getResults() - Method in exception org.sonatype.aether.resolution.ArtifactResolutionException
 
getRoot() - Method in class org.sonatype.aether.collection.CollectRequest
Gets the root dependency of the graph.
getRoot() - Method in class org.sonatype.aether.collection.CollectResult
Gets the root node of the dependency graph.
getRoot() - Method in class org.sonatype.aether.resolution.DependencyRequest
Gets the root node of the dependency graph whose artifacts should be resolved.
getRoot() - Method in class org.sonatype.aether.resolution.DependencyResult
Gets the root node of the resolved dependency graph.
getRootNode() - Method in class org.sonatype.aether.util.graph.CloningDependencyVisitor
Gets the root node of the cloned dependency graph.
getScope() - Method in class org.sonatype.aether.collection.DependencyManagement
Gets the new scope to apply to the dependency.
getScope() - Method in class org.sonatype.aether.graph.Dependency
Gets the scope of the dependency.
getService(Class<T>) - Method in class org.sonatype.aether.impl.internal.DefaultServiceLocator
 
getService(Class<T>) - Method in interface org.sonatype.aether.spi.locator.ServiceLocator
Gets an instance of the specified service.
getServices(Class<T>) - Method in class org.sonatype.aether.impl.internal.DefaultServiceLocator
 
getServices(Class<T>) - Method in interface org.sonatype.aether.spi.locator.ServiceLocator
Gets all available instances of the specified service.
getSession() - Method in interface org.sonatype.aether.collection.DependencyCollectionContext
Gets the repository system session during which the dependency collection happens.
getSession() - Method in interface org.sonatype.aether.collection.DependencyGraphTransformationContext
Gets the repository system session during which the graph transformation happens.
getSession() - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryEvent
 
getSession() - Method in interface org.sonatype.aether.impl.LocalRepositoryEvent
Deprecated.
Gets the repository session from which this event originates.
getSession() - Method in interface org.sonatype.aether.RepositoryEvent
Gets the repository system session during which the event occurred.
getSession() - Method in class org.sonatype.aether.test.util.connector.ConnectorTestContext
 
getSession() - Method in class org.sonatype.aether.test.util.impl.RepositoryTestContext
 
getSession() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getState() - Method in class org.sonatype.aether.spi.connector.Transfer
Gets the state of this transfer.
getString(Map<?, ?>, String, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getString(RepositorySystemSession, String, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getSubstitutions() - Method in class org.sonatype.aether.test.util.DependencyGraphParser
 
getSupportedContexts() - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
Gets the set of request contexts in which the artifact is generally available.
getSystemProperties() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the system properties to use, e.g. for processing of artifact descriptors.
getSystemProperties() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getSystemProperties() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getSystemProperties() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getTrace() - Method in class org.sonatype.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.sonatype.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.sonatype.aether.installation.InstallRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in interface org.sonatype.aether.RepositoryEvent
Gets the trace information about the request during which the event occurred.
getTrace() - Method in class org.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.aether.spi.connector.Transfer
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
getTrace() - Method in interface org.sonatype.aether.transfer.TransferResource
Gets the trace information that describes the higher level request/operation during which this resource is transferred.
getTrace() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getTrace() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getTransferListener() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the listener being notified of uploads/downloads by the repository system.
getTransferListener() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getTransferListener() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getTransferListener() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getTransferredBytes() - Method in interface org.sonatype.aether.transfer.TransferEvent
Gets the total number of bytes that have been transferred since the download/upload was started.
getTransferredBytes() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getTransferStartTime() - Method in interface org.sonatype.aether.transfer.TransferResource
Gets the timestamp when the transfer of this resource was started.
getTransferStartTime() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getType() - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryEvent
 
getType() - Method in interface org.sonatype.aether.impl.LocalRepositoryEvent
Deprecated.
Gets the type of the event.
getType() - Method in interface org.sonatype.aether.metadata.Metadata
Gets the type of the metadata, e.g.
getType() - Method in class org.sonatype.aether.repository.Proxy
Gets the type of this proxy.
getType() - Method in interface org.sonatype.aether.RepositoryEvent
Gets the type of the event.
getType() - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener.EventWrapper
 
getType() - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
getType() - Method in interface org.sonatype.aether.transfer.TransferEvent
Gets the type of the event.
getType() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getType() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getType() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getUpdatePolicy() - Method in class org.sonatype.aether.repository.RepositoryPolicy
Gets the update policy for locally cached data from the repository.
getUpdatePolicy() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the global update policy.
getUpdatePolicy() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getUpdatePolicy() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getUpdatePolicy() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getUrl() - Method in class org.sonatype.aether.repository.RemoteRepository
Gets the (base) URL of this repository.
getUsername() - Method in class org.sonatype.aether.repository.Authentication
Gets the username.
getUserProperties() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the user properties to use, e.g. for processing of artifact descriptors.
getUserProperties() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getUserProperties() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getUserProperties() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getVersion() - Method in interface org.sonatype.aether.artifact.Artifact
Gets the version of this artifact, for example "1.0-20100529-1213".
getVersion() - Method in class org.sonatype.aether.collection.DependencyManagement
Gets the new version to apply to the dependency.
getVersion() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the version that was selected for the dependency's target artifact.
getVersion() - Method in interface org.sonatype.aether.metadata.Metadata
Gets the version of this metadata.
getVersion() - Method in class org.sonatype.aether.resolution.VersionResult
Gets the resolved version.
getVersion() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
getVersion() - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
getVersion() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getVersion() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getVersion() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getVersion() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getVersion() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getVersion() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getVersion() - Method in exception org.sonatype.aether.version.InvalidVersionSpecificationException
 
getVersion() - Method in interface org.sonatype.aether.version.VersionConstraint
Gets the version recommended by this constraint.
getVersionConstraint() - Method in interface org.sonatype.aether.graph.DependencyNode
Gets the version constraint that was parsed from the dependency's version declaration.
getVersionConstraint() - Method in class org.sonatype.aether.resolution.VersionRangeResult
Gets the version constraint that was parsed from the artifact's version string.
getVersionConstraint() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
getVersionConstraint() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getVersions() - Method in exception org.sonatype.aether.collection.UnsolvableVersionConflictException
Gets the conflicting version constraints of the dependency.
getVersions() - Method in class org.sonatype.aether.resolution.VersionRangeResult
Gets the versions (in ascending order) that matched the requested range.
getVisitor() - Method in class org.sonatype.aether.util.graph.FilteringDependencyVisitor
Gets the visitor to which this visitor delegates to.
getWorkspace(RepositorySystemSession) - Static method in class org.sonatype.aether.impl.internal.CacheUtils
 
getWorkspaceReader() - Method in interface org.sonatype.aether.RepositorySystemSession
Gets the workspace reader used during this session.
getWorkspaceReader() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
getWorkspaceReader() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getWorkspaceReader() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
groupId(String) - Method in class org.sonatype.aether.test.util.NodeBuilder
 

H

handleError(RepositoryEvent, RepositoryListener, RuntimeException) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
handleError(TransferEvent, TransferListener, RuntimeException) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
hash(Object) - Static method in class org.sonatype.aether.impl.internal.CacheUtils
 
hashCode() - Method in class org.sonatype.aether.graph.Dependency
 
hashCode() - Method in class org.sonatype.aether.graph.Exclusion
 
hashCode() - Method in class org.sonatype.aether.repository.Authentication
 
hashCode() - Method in class org.sonatype.aether.repository.LocalRepository
 
hashCode() - Method in class org.sonatype.aether.repository.Proxy
 
hashCode() - Method in class org.sonatype.aether.repository.RemoteRepository
 
hashCode() - Method in class org.sonatype.aether.repository.RepositoryPolicy
 
hashCode() - Method in class org.sonatype.aether.repository.WorkspaceRepository
 
hashCode() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
hashCode() - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
hashCode() - Method in class org.sonatype.aether.test.util.impl.StubVersion
 
hashCode() - Method in class org.sonatype.aether.test.util.impl.TestVersionScheme
 
hashCode() - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
hashCode() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
hashCode() - Method in class org.sonatype.aether.util.filter.AndDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.ExclusionsDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.NotDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.OrDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.ScopeDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
 
hashCode() - Method in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.OptionalDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.StaticDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
hashCode() - Method in class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
 
hashCode() - Method in class org.sonatype.aether.util.version.GenericVersionScheme
 
HTTP_CREDENTIAL_ENCODING - Static variable in class org.sonatype.aether.ConfigurationProperties
The encoding/charset to use when exchanging credentials with HTTP servers.
HTTP_HEADERS - Static variable in class org.sonatype.aether.ConfigurationProperties
The request headers to use for HTTP-based repository connectors.

I

INCLUDES_DEPENDENCIES - Static variable in class org.sonatype.aether.util.artifact.ArtifactProperties
A boolean flag indicating whether the artifact presents some kind of bundle that physically includes its dependencies, e.g. a fat WAR.
IniArtifactDataReader - Class in org.sonatype.aether.test.util
A parser for an artifact description in an INI-like format.
IniArtifactDataReader() - Constructor for class org.sonatype.aether.test.util.IniArtifactDataReader
Constructs a data reader with the prefix "".
IniArtifactDataReader(String) - Constructor for class org.sonatype.aether.test.util.IniArtifactDataReader
Constructs a data reader with the given prefix.
IniArtifactDescriptorReader - Class in org.sonatype.aether.test.util
Uses a IniArtifactDataReader to parse an artifact description.
IniArtifactDescriptorReader(String) - Constructor for class org.sonatype.aether.test.util.IniArtifactDescriptorReader
Use the given prefix to load the artifact descriptions.
initService(ServiceLocator) - Method in class org.sonatype.aether.connector.async.AsyncRepositoryConnectorFactory
 
initService(ServiceLocator) - Method in class org.sonatype.aether.connector.file.FileRepositoryConnectorFactory
 
initService(ServiceLocator) - Method in class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultDependencyCollector
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultInstaller
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryProvider
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultMetadataResolver
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.EnhancedLocalRepositoryManagerFactory
 
initService(ServiceLocator) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManagerFactory
 
initService(ServiceLocator) - Method in interface org.sonatype.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.sonatype.aether.impl.Installer
Installs a collection of artifacts and their accompanying metadata to the local repository.
install(RepositorySystemSession, InstallRequest) - Method in class org.sonatype.aether.impl.internal.DefaultInstaller
 
install(RepositorySystemSession, InstallRequest) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
install(RepositorySystemSession, InstallRequest) - Method in interface org.sonatype.aether.RepositorySystem
Installs a collection of artifacts and their accompanying metadata to the local repository.
InstallationException - Exception in org.sonatype.aether.installation
Thrown in case of an installation error like an IO error.
InstallationException(String) - Constructor for exception org.sonatype.aether.installation.InstallationException
 
InstallationException(String, Throwable) - Constructor for exception org.sonatype.aether.installation.InstallationException
 
Installer - Interface in org.sonatype.aether.impl
 
InstallRequest - Class in org.sonatype.aether.installation
A request to install artifacts and their accompanying metadata into the local repository.
InstallRequest() - Constructor for class org.sonatype.aether.installation.InstallRequest
 
InstallResult - Class in org.sonatype.aether.installation
The result of installing artifacts and their accompanying metadata into the a remote repository.
InstallResult(InstallRequest) - Constructor for class org.sonatype.aether.installation.InstallResult
Creates a new result for the specified request.
INSTANCE - Static variable in class org.sonatype.aether.spi.log.NullLogger
 
INSTANCE - Static variable in class org.sonatype.aether.test.impl.TestFileProcessor
 
INSTANCE - Static variable in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
INSTANCE - Static variable in class org.sonatype.aether.util.graph.transformer.NoopDependencyGraphTransformer
 
INTERACTIVE - Static variable in class org.sonatype.aether.ConfigurationProperties
A flag indicating whether interaction with the user is allowed.
internalSetFile(File) - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
InvalidVersionSpecificationException - Exception in org.sonatype.aether.version
Thrown when a version or version range could not be parsed.
InvalidVersionSpecificationException(String, String) - Constructor for exception org.sonatype.aether.version.InvalidVersionSpecificationException
 
InvalidVersionSpecificationException(String, Throwable) - Constructor for exception org.sonatype.aether.version.InvalidVersionSpecificationException
 
isAvailable() - Method in class org.sonatype.aether.repository.LocalArtifactResult
Indicates whether the requested artifact is available for use.
isDebugEnabled() - Method in class org.sonatype.aether.impl.internal.PlexusLogger
 
isDebugEnabled() - Method in class org.sonatype.aether.impl.internal.Slf4jLogger
 
isDebugEnabled() - Method in interface org.sonatype.aether.spi.log.Logger
Indicates whether debug logging is enabled.
isDebugEnabled() - Method in class org.sonatype.aether.spi.log.NullLogger
 
isDebugEnabled() - Method in class org.sonatype.aether.test.impl.SysoutLogger
 
isDeleteLocalCopyIfMissing() - Method in class org.sonatype.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.sonatype.aether.util.StringUtils
Checks whether a string is null or of zero length.
isEnabled() - Method in class org.sonatype.aether.repository.RepositoryPolicy
Indicates whether the associated repository should be contacted or not.
isExistenceCheck() - Method in class org.sonatype.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.sonatype.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.sonatype.aether.impl.UpdateCheck
Indicates whether the local file given by UpdateCheck.getFile(), if existent, should be considered valid or not.
isIgnoreInvalidArtifactDescriptor() - Method in interface org.sonatype.aether.RepositorySystemSession
Indicates whether invalid artifact descriptors are silently ignored.
isIgnoreInvalidArtifactDescriptor() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
isIgnoreInvalidArtifactDescriptor() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isIgnoreInvalidArtifactDescriptor() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
isIgnoreMissingArtifactDescriptor() - Method in interface org.sonatype.aether.RepositorySystemSession
Indicates whether missing artifact descriptors are silently ignored.
isIgnoreMissingArtifactDescriptor() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
isIgnoreMissingArtifactDescriptor() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isIgnoreMissingArtifactDescriptor() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
isMerged() - Method in interface org.sonatype.aether.metadata.MergeableMetadata
Indicates whether this metadata has been merged.
isMissing() - Method in class org.sonatype.aether.resolution.ArtifactResult
Indicates whether the requested artifact is not present in any of the specified repositories.
isMissing() - Method in class org.sonatype.aether.resolution.MetadataResult
Indicates whether the requested metadata is not present in the remote repository.
isNotFoundCachingEnabled() - Method in interface org.sonatype.aether.RepositorySystemSession
Indicates whether missing artifacts/metadata from resolution attempts should be cached in the local repository.
isNotFoundCachingEnabled() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
isNotFoundCachingEnabled() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isNotFoundCachingEnabled() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
isOffline() - Method in interface org.sonatype.aether.RepositorySystemSession
Indicates whether the repository system operates in offline mode and avoids/refuses any access to remote repositories.
isOffline() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
isOffline() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isOffline() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
isOptional() - Method in class org.sonatype.aether.graph.Dependency
Indicates whether this dependency is optional or not.
isRepositoryManager() - Method in class org.sonatype.aether.repository.RemoteRepository
Indicates whether this repository refers to a repository manager or not.
isRequired() - Method in class org.sonatype.aether.impl.UpdateCheck
Gets the result of a check, denoting whether the remote repository should be checked for updates.
isResolved() - Method in class org.sonatype.aether.resolution.ArtifactResult
Indicates whether the requested artifact was resolved.
isResolved() - Method in class org.sonatype.aether.resolution.MetadataResult
Indicates whether the requested metadata was resolved.
isSnapshot() - Method in interface org.sonatype.aether.artifact.Artifact
Determines whether this artifact uses a snapshot version.
isSnapshot() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
isSnapshot(String) - Static method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
isSnapshot() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
isSnapshot() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
isSnapshot() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
isStale() - Method in class org.sonatype.aether.repository.LocalMetadataResult
This value indicates whether the metadata is stale and should be updated.
isTransferErrorCachingEnabled() - Method in interface org.sonatype.aether.RepositorySystemSession
Indicates whether transfer errors (e.g. unreachable host, bad authentication) from resolution attempts should be cached in the local repository.
isTransferErrorCachingEnabled() - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
isTransferErrorCachingEnabled() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isTransferErrorCachingEnabled() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
isUpdated() - Method in class org.sonatype.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 class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
isUpdatedRequired(RepositorySystemSession, long, String) - Method in interface org.sonatype.aether.impl.UpdateCheckManager
Determines whether the specified modification timestamp satisfies the freshness constraint expressed by the given update policy.
isWarnEnabled() - Method in class org.sonatype.aether.impl.internal.PlexusLogger
 
isWarnEnabled() - Method in class org.sonatype.aether.impl.internal.Slf4jLogger
 
isWarnEnabled() - Method in interface org.sonatype.aether.spi.log.Logger
Indicates whether warn logging is enabled.
isWarnEnabled() - Method in class org.sonatype.aether.spi.log.NullLogger
 
isWarnEnabled() - Method in class org.sonatype.aether.test.impl.SysoutLogger
 

J

JavaDependencyContextRefiner - Class in org.sonatype.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.sonatype.aether.util.graph.transformer.JavaDependencyContextRefiner
 
JavaEffectiveScopeCalculator - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that handles scope inheritance and conflict resolution among conflicting scopes as seen in Maven 2.x.
JavaEffectiveScopeCalculator() - Constructor for class org.sonatype.aether.util.graph.transformer.JavaEffectiveScopeCalculator
 
JavaScopes - Class in org.sonatype.aether.util.artifact
The dependency scopes used for Java dependencies.

L

LANGUAGE - Static variable in class org.sonatype.aether.util.artifact.ArtifactProperties
The programming language this artifact is relevant for, e.g.
LOCAL_PATH - Static variable in class org.sonatype.aether.util.artifact.ArtifactProperties
The (expected) path to the artifact on the local filesystem.
LocalArtifactRegistration - Class in org.sonatype.aether.repository
A request to register an artifact within the local repository.
LocalArtifactRegistration() - Constructor for class org.sonatype.aether.repository.LocalArtifactRegistration
Creates an uninitialized registration.
LocalArtifactRegistration(Artifact) - Constructor for class org.sonatype.aether.repository.LocalArtifactRegistration
Creates a registration request for the specified (locally installed) artifact.
LocalArtifactRegistration(Artifact, RemoteRepository, Collection<String>) - Constructor for class org.sonatype.aether.repository.LocalArtifactRegistration
Creates a registration request for the specified artifact.
LocalArtifactRequest - Class in org.sonatype.aether.repository
A query to the local repository for the existence of an artifact.
LocalArtifactRequest() - Constructor for class org.sonatype.aether.repository.LocalArtifactRequest
Creates an uninitialized query.
LocalArtifactRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.sonatype.aether.repository.LocalArtifactRequest
Creates a query with the specified properties.
LocalArtifactResult - Class in org.sonatype.aether.repository
A result from the local repository about the existence of an artifact.
LocalArtifactResult(LocalArtifactRequest) - Constructor for class org.sonatype.aether.repository.LocalArtifactResult
Creates a new result for the specified request.
LocalMetadataRegistration - Class in org.sonatype.aether.repository
A request to register metadata within the local repository.
LocalMetadataRegistration() - Constructor for class org.sonatype.aether.repository.LocalMetadataRegistration
Creates an uninitialized registration.
LocalMetadataRegistration(Metadata) - Constructor for class org.sonatype.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.sonatype.aether.repository.LocalMetadataRegistration
Creates a registration request for the specified metadata.
LocalMetadataRequest - Class in org.sonatype.aether.repository
A query to the local repository for the existence of metadata.
LocalMetadataRequest() - Constructor for class org.sonatype.aether.repository.LocalMetadataRequest
Creates an uninitialized query.
LocalMetadataRequest(Metadata, RemoteRepository, String) - Constructor for class org.sonatype.aether.repository.LocalMetadataRequest
Creates a query with the specified properties.
LocalMetadataResult - Class in org.sonatype.aether.repository
A result from the local repository about the existence of metadata.
LocalMetadataResult(LocalMetadataRequest) - Constructor for class org.sonatype.aether.repository.LocalMetadataResult
Creates a new result for the specified request.
LocalRepository - Class in org.sonatype.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.sonatype.aether.repository.LocalRepository
Creates a new local repository with the specified base directory and unknown type.
LocalRepository(File) - Constructor for class org.sonatype.aether.repository.LocalRepository
Creates a new local repository with the specified base directory and unknown type.
LocalRepository(File, String) - Constructor for class org.sonatype.aether.repository.LocalRepository
Creates a new local repository with the specified properties.
LocalRepositoryEvent - Interface in org.sonatype.aether.impl
Deprecated.
As of version 1.9, use a global RepositoryListener instead.
LocalRepositoryEvent.EventType - Enum in org.sonatype.aether.impl
Deprecated.
The type of the event.
LocalRepositoryMaintainer - Interface in org.sonatype.aether.impl
Deprecated.
As of version 1.9, use a global RepositoryListener instead.
LocalRepositoryManager - Interface in org.sonatype.aether.repository
Manages access to the local repository.
LocalRepositoryManagerFactory - Interface in org.sonatype.aether.spi.localrepo
A factory to create managers for the local repository.
LocalRepositoryProvider - Interface in org.sonatype.aether.impl
 
Logger - Interface in org.sonatype.aether.spi.log
A simple logger to facilitate emission of diagnostic messages.
lookup(String) - Method in class org.sonatype.aether.connector.wagon.PlexusWagonProvider
 
lookup(String) - Method in interface org.sonatype.aether.connector.wagon.WagonProvider
Acquires a wagon instance that matches the specified role hint.

M

manageDependency(Dependency) - Method in interface org.sonatype.aether.collection.DependencyManager
Applies dependency management to the specified dependency.
manageDependency(Dependency) - Method in class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
 
manageDependency(Dependency) - Method in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
MavenDefaultLayout - Class in org.sonatype.aether.util.layout
The layout for a Maven remote repository of type "default".
MavenDefaultLayout() - Constructor for class org.sonatype.aether.util.layout.MavenDefaultLayout
 
merge(File, File) - Method in interface org.sonatype.aether.metadata.MergeableMetadata
Merges this metadata into the current metadata (if any).
MergeableMetadata - Interface in org.sonatype.aether.metadata
A piece of metadata that needs to be merged with any current metadata before installation/deployment.
Metadata - Interface in org.sonatype.aether.metadata
A piece of repository metadata, e.g. an index of available versions.
Metadata.Nature - Enum in org.sonatype.aether.metadata
The nature of the metadata.
metadataDeployed(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
metadataDeployed(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
metadataDeployed(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
metadataDeployed(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
MetadataDownload - Class in org.sonatype.aether.spi.connector
A download of metadata from a remote repository.
MetadataDownload() - Constructor for class org.sonatype.aether.spi.connector.MetadataDownload
Creates a new uninitialized download.
MetadataDownload(Metadata, String, File, String) - Constructor for class org.sonatype.aether.spi.connector.MetadataDownload
Creates a new download with the specified properties.
metadataDownloaded(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
metadataDownloaded(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
metadataDownloaded(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
metadataDownloaded(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
MetadataGenerator - Interface in org.sonatype.aether.impl
A metadata generator that participates in the installation/deployment of artifacts.
MetadataGeneratorFactory - Interface in org.sonatype.aether.impl
A factory to create metadata generators.
metadataInstalled(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
MetadataNotFoundException - Exception in org.sonatype.aether.transfer
Thrown when metadata was not found in a particular repository.
MetadataNotFoundException(Metadata, LocalRepository) - Constructor for exception org.sonatype.aether.transfer.MetadataNotFoundException
 
MetadataNotFoundException(Metadata, RemoteRepository) - Constructor for exception org.sonatype.aether.transfer.MetadataNotFoundException
 
MetadataNotFoundException(Metadata, RemoteRepository, String) - Constructor for exception org.sonatype.aether.transfer.MetadataNotFoundException
 
MetadataRequest - Class in org.sonatype.aether.resolution
A request to resolve metadata from either a remote repository or the local repository.
MetadataRequest() - Constructor for class org.sonatype.aether.resolution.MetadataRequest
Creates an unitialized request.
MetadataRequest(Metadata) - Constructor for class org.sonatype.aether.resolution.MetadataRequest
Creates a request to resolve the specified metadata from the local repository.
MetadataRequest(Metadata, RemoteRepository, String) - Constructor for class org.sonatype.aether.resolution.MetadataRequest
Creates a request with the specified properties.
metadataResolved(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
metadataResolved(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
metadataResolved(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
metadataResolved(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
MetadataResolver - Interface in org.sonatype.aether.impl
 
metadataResolving(RepositoryEvent) - Method in class org.sonatype.aether.AbstractRepositoryListener
 
metadataResolving(RepositoryEvent) - Method in interface org.sonatype.aether.RepositoryListener
 
metadataResolving(RepositoryEvent) - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
metadataResolving(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
MetadataResult - Class in org.sonatype.aether.resolution
The result of a metadata resolution request.
MetadataResult(MetadataRequest) - Constructor for class org.sonatype.aether.resolution.MetadataResult
Creates a new result for the specified request.
MetadataTransfer - Class in org.sonatype.aether.spi.connector
A download/upload of metadata.
MetadataTransfer() - Constructor for class org.sonatype.aether.spi.connector.MetadataTransfer
 
MetadataTransferException - Exception in org.sonatype.aether.transfer
Thrown when metadata could not be uploaded/downloaded to/from a particular remote repository.
MetadataTransferException(Metadata, RemoteRepository, String) - Constructor for exception org.sonatype.aether.transfer.MetadataTransferException
 
MetadataTransferException(Metadata, RemoteRepository, Throwable) - Constructor for exception org.sonatype.aether.transfer.MetadataTransferException
 
MetadataTransferException(Metadata, RemoteRepository, String, Throwable) - Constructor for exception org.sonatype.aether.transfer.MetadataTransferException
 
MetadataUpload - Class in org.sonatype.aether.spi.connector
An upload of metadata to a remote repository.
MetadataUpload() - Constructor for class org.sonatype.aether.spi.connector.MetadataUpload
Creates a new uninitialized upload.
MetadataUpload(Metadata, File) - Constructor for class org.sonatype.aether.spi.connector.MetadataUpload
Creates a new upload with the specified properties.
MirrorSelector - Interface in org.sonatype.aether.repository
Selects a mirror for a given remote repository.
mkdirs(File) - Method in class org.sonatype.aether.impl.internal.DefaultFileProcessor
Thread-safe variant of File.mkdirs().
mkdirs(File) - Method in interface org.sonatype.aether.spi.io.FileProcessor
Creates the directory named by the given abstract pathname, including any necessary but nonexistent parent directories.
mkdirs(File) - Method in class org.sonatype.aether.test.impl.TestFileProcessor
 
mkdirs(File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
move(File, File) - Method in class org.sonatype.aether.impl.internal.DefaultFileProcessor
 
move(File, File) - Method in interface org.sonatype.aether.spi.io.FileProcessor
Moves the specified source file to the given target file.
move(File, File) - Method in class org.sonatype.aether.test.impl.TestFileProcessor
 

N

NearestVersionConflictResolver - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that resolves version conflicts using the nearest-wins strategy.
NearestVersionConflictResolver() - Constructor for class org.sonatype.aether.util.graph.transformer.NearestVersionConflictResolver
 
newChild(Object) - Method in interface org.sonatype.aether.RequestTrace
Creates a new child of this trace.
newChild(RequestTrace, Object) - Static method in class org.sonatype.aether.util.DefaultRequestTrace
Creates a child of the specified request trace.
newChild(Object) - Method in class org.sonatype.aether.util.DefaultRequestTrace
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.sonatype.aether.connector.async.AsyncRepositoryConnectorFactory
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.sonatype.aether.connector.file.FileRepositoryConnectorFactory
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
 
newInstance(RepositorySystemSession, boolean) - Method in class org.sonatype.aether.impl.internal.DefaultSyncContextFactory
 
newInstance(LocalRepository) - Method in class org.sonatype.aether.impl.internal.EnhancedLocalRepositoryManagerFactory
 
newInstance(LocalRepository) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManagerFactory
 
newInstance(RepositorySystemSession, InstallRequest) - Method in interface org.sonatype.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified install request.
newInstance(RepositorySystemSession, DeployRequest) - Method in interface org.sonatype.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified deploy request.
newInstance(RepositorySystemSession, boolean) - Method in interface org.sonatype.aether.impl.SyncContextFactory
Creates a new synchronization context.
newInstance(RepositorySystemSession, RemoteRepository) - Method in interface org.sonatype.aether.spi.connector.RepositoryConnectorFactory
Tries to create a repository connector for the specified remote repository.
newInstance(LocalRepository) - Method in interface org.sonatype.aether.spi.localrepo.LocalRepositoryManagerFactory
Tries to create a repository manager for the specified local repository.
newInstance(String, String, String, String, String, Map<String, String>, File) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
Creates a new artifact with the specified coordinates, properties and file.
newInstance(Artifact) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
Creates a new artifact instance that delegates to the specified artifact.
newInstance(DependencyFilter, DependencyFilter) - Static method in class org.sonatype.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
newInstance(DependencyFilter, DependencyFilter) - Static method in class org.sonatype.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
newInstance(DependencySelector, DependencySelector) - Static method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
newInstance(DependencyGraphTransformer, DependencyGraphTransformer) - Static method in class org.sonatype.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.sonatype.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
newInstance(TransferListener, TransferListener) - Static method in class org.sonatype.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
newInstance(WorkspaceReader, WorkspaceReader) - Static method in class org.sonatype.aether.util.repository.ChainedWorkspaceReader
Creates a new workspace reader by chaining the specified readers.
newLocalRepositoryManager(LocalRepository) - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryProvider
 
newLocalRepositoryManager(LocalRepository) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
newLocalRepositoryManager(LocalRepository) - Method in interface org.sonatype.aether.impl.LocalRepositoryProvider
 
newLocalRepositoryManager(LocalRepository) - Method in interface org.sonatype.aether.RepositorySystem
Creates a new manager for the specified local repository.
newSyncContext(RepositorySystemSession, boolean) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
newSyncContext(RepositorySystemSession, boolean) - Method in interface org.sonatype.aether.RepositorySystem
Creates a new synchronization context.
NodeBuilder - Class in org.sonatype.aether.test.util
 
NodeBuilder() - Constructor for class org.sonatype.aether.test.util.NodeBuilder
 
nodes - Variable in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
 
NoLocalRepositoryManagerException - Exception in org.sonatype.aether.repository
Thrown in case of an unsupported local repository type.
NoLocalRepositoryManagerException(LocalRepository) - Constructor for exception org.sonatype.aether.repository.NoLocalRepositoryManagerException
 
NoLocalRepositoryManagerException(LocalRepository, String) - Constructor for exception org.sonatype.aether.repository.NoLocalRepositoryManagerException
 
NoLocalRepositoryManagerException(LocalRepository, Throwable) - Constructor for exception org.sonatype.aether.repository.NoLocalRepositoryManagerException
 
NoLocalRepositoryManagerException(LocalRepository, String, Throwable) - Constructor for exception org.sonatype.aether.repository.NoLocalRepositoryManagerException
 
NoopDependencyGraphTransformer - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that does nothing.
NoopDependencyGraphTransformer() - Constructor for class org.sonatype.aether.util.graph.transformer.NoopDependencyGraphTransformer
 
NoopDependencyManager - Class in org.sonatype.aether.util.graph.manager
A dependency manager that does not do any dependency management.
NoopDependencyManager() - Constructor for class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
NoRepositoryConnectorException - Exception in org.sonatype.aether.transfer
Thrown in case of an unsupported remote repository type.
NoRepositoryConnectorException(RemoteRepository) - Constructor for exception org.sonatype.aether.transfer.NoRepositoryConnectorException
 
NoRepositoryConnectorException(RemoteRepository, String) - Constructor for exception org.sonatype.aether.transfer.NoRepositoryConnectorException
 
NoRepositoryConnectorException(RemoteRepository, Throwable) - Constructor for exception org.sonatype.aether.transfer.NoRepositoryConnectorException
 
NoRepositoryConnectorException(RemoteRepository, String, Throwable) - Constructor for exception org.sonatype.aether.transfer.NoRepositoryConnectorException
 
NotDependencyFilter - Class in org.sonatype.aether.util.filter
A dependency filter that negates another filter.
NotDependencyFilter(DependencyFilter) - Constructor for class org.sonatype.aether.util.filter.NotDependencyFilter
Creates a new filter negatint the specified filter.
notFilter(DependencyFilter) - Static method in class org.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that negates the specified filter.
NullLogger - Class in org.sonatype.aether.spi.log
A logger that disables any logging.
NullLogger() - Constructor for class org.sonatype.aether.spi.log.NullLogger
 

O

OptionalDependencySelector - Class in org.sonatype.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.sonatype.aether.util.graph.selector.OptionalDependencySelector
Creates a new selector to exclude optional transitive dependencies.
OrDependencyFilter - Class in org.sonatype.aether.util.filter
A dependency filter that combines zero or more other filters using a logical OR.
OrDependencyFilter(DependencyFilter...) - Constructor for class org.sonatype.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
OrDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.sonatype.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
orFilter(DependencyFilter...) - Static method in class org.sonatype.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.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical OR.
org.sonatype.aether - package org.sonatype.aether
 
org.sonatype.aether.artifact - package org.sonatype.aether.artifact
 
org.sonatype.aether.collection - package org.sonatype.aether.collection
 
org.sonatype.aether.connector.async - package org.sonatype.aether.connector.async
 
org.sonatype.aether.connector.file - package org.sonatype.aether.connector.file
 
org.sonatype.aether.connector.wagon - package org.sonatype.aether.connector.wagon
 
org.sonatype.aether.deployment - package org.sonatype.aether.deployment
 
org.sonatype.aether.graph - package org.sonatype.aether.graph
 
org.sonatype.aether.impl - package org.sonatype.aether.impl
 
org.sonatype.aether.impl.internal - package org.sonatype.aether.impl.internal
 
org.sonatype.aether.installation - package org.sonatype.aether.installation
 
org.sonatype.aether.metadata - package org.sonatype.aether.metadata
 
org.sonatype.aether.repository - package org.sonatype.aether.repository
 
org.sonatype.aether.resolution - package org.sonatype.aether.resolution
 
org.sonatype.aether.spi.connector - package org.sonatype.aether.spi.connector
 
org.sonatype.aether.spi.io - package org.sonatype.aether.spi.io
 
org.sonatype.aether.spi.localrepo - package org.sonatype.aether.spi.localrepo
 
org.sonatype.aether.spi.locator - package org.sonatype.aether.spi.locator
 
org.sonatype.aether.spi.log - package org.sonatype.aether.spi.log
 
org.sonatype.aether.test.impl - package org.sonatype.aether.test.impl
 
org.sonatype.aether.test.util - package org.sonatype.aether.test.util
 
org.sonatype.aether.test.util.connector - package org.sonatype.aether.test.util.connector
 
org.sonatype.aether.test.util.connector.suite - package org.sonatype.aether.test.util.connector.suite
 
org.sonatype.aether.test.util.impl - package org.sonatype.aether.test.util.impl
 
org.sonatype.aether.transfer - package org.sonatype.aether.transfer
 
org.sonatype.aether.util - package org.sonatype.aether.util
 
org.sonatype.aether.util.artifact - package org.sonatype.aether.util.artifact
 
org.sonatype.aether.util.concurrency - package org.sonatype.aether.util.concurrency
 
org.sonatype.aether.util.filter - package org.sonatype.aether.util.filter
 
org.sonatype.aether.util.graph - package org.sonatype.aether.util.graph
 
org.sonatype.aether.util.graph.manager - package org.sonatype.aether.util.graph.manager
 
org.sonatype.aether.util.graph.selector - package org.sonatype.aether.util.graph.selector
 
org.sonatype.aether.util.graph.transformer - package org.sonatype.aether.util.graph.transformer
 
org.sonatype.aether.util.graph.traverser - package org.sonatype.aether.util.graph.traverser
 
org.sonatype.aether.util.layout - package org.sonatype.aether.util.layout
 
org.sonatype.aether.util.listener - package org.sonatype.aether.util.listener
 
org.sonatype.aether.util.metadata - package org.sonatype.aether.util.metadata
 
org.sonatype.aether.util.repository - package org.sonatype.aether.util.repository
 
org.sonatype.aether.util.version - package org.sonatype.aether.util.version
 
org.sonatype.aether.version - package org.sonatype.aether.version
 
OverlayArtifactTypeRegistry - Class in org.sonatype.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.sonatype.aether.util.artifact.OverlayArtifactTypeRegistry
Creates a new artifact type registry with initially no registered artifact types and the specified fallback registry.

P

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

R

range(String) - Method in class org.sonatype.aether.test.util.NodeBuilder
 
read(Properties, File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
read(File) - Static method in class org.sonatype.aether.util.ChecksumUtils
Extracts the checksum from the specified file.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in interface org.sonatype.aether.impl.ArtifactDescriptorReader
Gets information about an artifact like its direct dependencies.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in interface org.sonatype.aether.RepositorySystem
Gets information about an artifact like its direct dependencies and potential relocations.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in class org.sonatype.aether.test.util.IniArtifactDescriptorReader
Parses the resource $prefix/gid_aid_ext_ver.ini from the request artifact as an artifact description and wraps it into an ArtifactDescriptorResult.
RecordingRepositoryListener - Class in org.sonatype.aether.test.impl
 
RecordingRepositoryListener() - Constructor for class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
RecordingRepositoryListener(RepositoryListener) - Constructor for class org.sonatype.aether.test.impl.RecordingRepositoryListener
 
RecordingRepositoryListener.EventWrapper - Class in org.sonatype.aether.test.impl
 
RecordingRepositoryListener.EventWrapper(RecordingRepositoryListener.Type, RepositoryEvent) - Constructor for class org.sonatype.aether.test.impl.RecordingRepositoryListener.EventWrapper
 
RecordingRepositoryListener.Type - Enum in org.sonatype.aether.test.impl
 
RecordingTransferListener - Class in org.sonatype.aether.test.impl
 
RecordingTransferListener() - Constructor for class org.sonatype.aether.test.impl.RecordingTransferListener
 
RecordingTransferListener(TransferListener) - Constructor for class org.sonatype.aether.test.impl.RecordingTransferListener
 
release(Wagon) - Method in class org.sonatype.aether.connector.wagon.PlexusWagonProvider
 
release(Wagon) - Method in interface org.sonatype.aether.connector.wagon.WagonProvider
Releases the specified wagon.
release() - Method in interface org.sonatype.aether.SyncContext
Releases all previously acquired artifacts/metadatas.
reloc(String) - Method in class org.sonatype.aether.test.util.NodeBuilder
 
reloc(String, String, String) - Method in class org.sonatype.aether.test.util.NodeBuilder
 
RemoteRepository - Class in org.sonatype.aether.repository
A repository on a remote server.
RemoteRepository() - Constructor for class org.sonatype.aether.repository.RemoteRepository
Creates a new repository using the default release/snapshot policies.
RemoteRepository(RemoteRepository) - Constructor for class org.sonatype.aether.repository.RemoteRepository
Creates a shallow copy of the specified repository.
RemoteRepository(String, String, String) - Constructor for class org.sonatype.aether.repository.RemoteRepository
Creates a new repository with the specified properties and the default policies.
RemoteRepositoryManager - Interface in org.sonatype.aether.impl
 
remove(RepositoryListener) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
Removes the specified listener from the multicast chain.
remove(TransferListener) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
Removes the specified listener from the multicast chain.
repositoriesEquals(List<RemoteRepository>, List<RemoteRepository>) - Static method in class org.sonatype.aether.impl.internal.CacheUtils
 
repositoriesHashCode(List<RemoteRepository>) - Static method in class org.sonatype.aether.impl.internal.CacheUtils
 
repository - Variable in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup
 
RepositoryCache - Interface in org.sonatype.aether
Caches auxiliary data used during repository access like already processed metadata.
RepositoryConnector - Interface in org.sonatype.aether.spi.connector
A connector for a remote repository.
RepositoryConnectorFactory - Interface in org.sonatype.aether.spi.connector
A factory to create repository connectors.
RepositoryEvent - Interface in org.sonatype.aether
An event describing an action performed by the repository system.
RepositoryEvent.EventType - Enum in org.sonatype.aether
The type of the repository event.
RepositoryEventDispatcher - Interface in org.sonatype.aether.impl
Dispatches repository events to registered listeners.
RepositoryException - Exception in org.sonatype.aether
The base class for exceptions thrown by the repository system.
RepositoryException(String) - Constructor for exception org.sonatype.aether.RepositoryException
 
RepositoryException(String, Throwable) - Constructor for exception org.sonatype.aether.RepositoryException
 
RepositoryLayout - Interface in org.sonatype.aether.util.layout
The layout for a remote repository whose artifacts/metadata can be addressed via URIs.
RepositoryListener - Interface in org.sonatype.aether
A listener being notified of events from the repository system.
RepositoryPolicy - Class in org.sonatype.aether.repository
A policy controlling access to a repository.
RepositoryPolicy() - Constructor for class org.sonatype.aether.repository.RepositoryPolicy
Creates a new policy with checksum warnings and daily update checks.
RepositoryPolicy(boolean, String, String) - Constructor for class org.sonatype.aether.repository.RepositoryPolicy
Creates a new policy with the specified settings.
RepositorySystem - Interface in org.sonatype.aether
The main entry point to the repository system.
RepositorySystemSession - Interface in org.sonatype.aether
Defines settings and components that control the repository system.
RepositoryTestContext - Class in org.sonatype.aether.test.util.impl
 
RepositoryTestContext() - Constructor for class org.sonatype.aether.test.util.impl.RepositoryTestContext
 
REQUEST_TIMEOUT - Static variable in class org.sonatype.aether.ConfigurationProperties
The timeout (in milliseconds) to wait for a response from a remote server.
RequestTrace - Interface in org.sonatype.aether
A trace of nested requests that are performed by the repository system.
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in interface org.sonatype.aether.impl.ArtifactResolver
Resolves the path for an artifact.
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in interface org.sonatype.aether.RepositorySystem
Resolves the paths for an artifact.
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in interface org.sonatype.aether.impl.ArtifactResolver
Resolves the paths for a collection of artifacts.
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in interface org.sonatype.aether.RepositorySystem
Resolves the paths for a collection of artifacts.
resolveDependencies(RepositorySystemSession, DependencyRequest) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
resolveDependencies(RepositorySystemSession, DependencyNode, DependencyFilter) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
resolveDependencies(RepositorySystemSession, CollectRequest, DependencyFilter) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
resolveDependencies(RepositorySystemSession, DependencyRequest) - Method in interface org.sonatype.aether.RepositorySystem
Collects and resolves the transitive dependencies of an artifact.
resolveDependencies(RepositorySystemSession, DependencyNode, DependencyFilter) - Method in interface org.sonatype.aether.RepositorySystem
resolveDependencies(RepositorySystemSession, CollectRequest, DependencyFilter) - Method in interface org.sonatype.aether.RepositorySystem
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in class org.sonatype.aether.impl.internal.DefaultMetadataResolver
 
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in interface org.sonatype.aether.impl.MetadataResolver
Resolves the paths for a collection of metadata.
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in interface org.sonatype.aether.RepositorySystem
Resolves the paths for a collection of metadata.
resolveVersion(RepositorySystemSession, VersionRequest) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
resolveVersion(RepositorySystemSession, VersionRequest) - Method in interface org.sonatype.aether.impl.VersionResolver
Resolves an artifact's meta version (if any) to a concrete version.
resolveVersion(RepositorySystemSession, VersionRequest) - Method in interface org.sonatype.aether.RepositorySystem
Resolves an artifact's meta version (if any) to a concrete version.
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in interface org.sonatype.aether.impl.VersionRangeResolver
Expands a version range to a list of matching versions, in ascending order.
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in interface org.sonatype.aether.RepositorySystem
Expands a version range to a list of matching versions, in ascending order.
RunnableErrorForwarder - Class in org.sonatype.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.sonatype.aether.util.concurrency.RunnableErrorForwarder
 
RUNTIME - Static variable in class org.sonatype.aether.util.artifact.JavaScopes
 

S

scope(String) - Method in class org.sonatype.aether.test.util.NodeBuilder
 
ScopeDependencyFilter - Class in org.sonatype.aether.util.filter
A dependency filter based on dependency scopes.
ScopeDependencyFilter(Collection<String>, Collection<String>) - Constructor for class org.sonatype.aether.util.filter.ScopeDependencyFilter
Creates a new filter using the specified includes and excludes.
ScopeDependencyFilter(String...) - Constructor for class org.sonatype.aether.util.filter.ScopeDependencyFilter
Creates a new filter using the specified excludes.
ScopeDependencySelector - Class in org.sonatype.aether.util.graph.selector
A dependency selector that filters transitive dependencies based on their scope.
ScopeDependencySelector(Collection<String>, Collection<String>) - Constructor for class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
Creates a new selector using the specified includes and excludes.
ScopeDependencySelector(String...) - Constructor for class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
Creates a new selector using the specified excludes.
selectDependency(Dependency) - Method in interface org.sonatype.aether.collection.DependencySelector
Applies exclusions to the specified dependency.
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
 
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
 
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.OptionalDependencySelector
 
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
 
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.StaticDependencySelector
 
Service - Interface in org.sonatype.aether.spi.locator
A stateless component of the repository system.
serviceCreationFailed(Class<?>, Class<?>, Throwable) - Method in class org.sonatype.aether.impl.internal.DefaultServiceLocator
 
ServiceLocator - Interface in org.sonatype.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.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup
 
session - Variable in class org.sonatype.aether.util.FilterRepositorySystemSession
 
SessionData - Interface in org.sonatype.aether
A container for data that is specific to a repository system session.
set(Object, Object) - Method in interface org.sonatype.aether.SessionData
Associates the specified session data with the given key.
set(Object, Object, Object) - Method in interface org.sonatype.aether.SessionData
Associates the specified session data with the given key if the key is currently mapped to the given value.
set(Object, Object) - Method in class org.sonatype.aether.util.DefaultSessionData
 
set(Object, Object, Object) - Method in class org.sonatype.aether.util.DefaultSessionData
 
setAliases(Collection<Artifact>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Sets the aliases of the artifact.
setAliases(Collection<Artifact>) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
Sets the known aliases for this dependency's artifact.
setAliases(Collection<Artifact>) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the known aliases for this dependency's artifact.
setArtifact(Artifact) - Method in class org.sonatype.aether.graph.Dependency
Sets the artifact being depended on.
setArtifact(Artifact) - Method in interface org.sonatype.aether.graph.DependencyNode
Sets the artifact of the dependency.
setArtifact(Artifact) - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
Sets the artifact to register.
setArtifact(Artifact) - Method in class org.sonatype.aether.repository.LocalArtifactRequest
Sets the artifact to query for.
setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
Sets the artifact whose descriptor shall be read.
setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Sets the artifact whose descriptor was read.
setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactRequest
Sets the artifact to resolve.
setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.ArtifactResult
Sets the resolved artifact.
setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.VersionRangeRequest
Sets the artifact whose version range shall be resolved.
setArtifact(Artifact) - Method in class org.sonatype.aether.resolution.VersionRequest
Sets the artifact whose (meta-)version shall be resolved.
setArtifact(Artifact) - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
 
setArtifact(Artifact) - Method in class org.sonatype.aether.spi.connector.ArtifactTransfer
Sets the artifact to transfer.
setArtifact(Artifact) - Method in class org.sonatype.aether.spi.connector.ArtifactUpload
 
setArtifact(Artifact) - Method in class org.sonatype.aether.test.util.impl.RepositoryTestContext
 
setArtifact(Artifact) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
setArtifact(Artifact) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setArtifact(Artifact) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the artifact involved in the event.
setArtifactAvailability(Artifact, boolean) - Method in class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
setArtifactDescriptorReader(ArtifactDescriptorReader) - Method in class org.sonatype.aether.impl.internal.DefaultDependencyCollector
 
setArtifactDescriptorReader(ArtifactDescriptorReader) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setArtifactResolver(ArtifactResolver) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setArtifactResults(List<ArtifactResult>) - Method in class org.sonatype.aether.resolution.DependencyResult
Sets the resolution results for the artifacts that matched DependencyRequest.getFilter().
setArtifacts(Collection<Artifact>) - Method in class org.sonatype.aether.deployment.DeployRequest
Sets the artifacts to deploy.
setArtifacts(Collection<Artifact>) - Method in class org.sonatype.aether.deployment.DeployResult
Sets the artifacts that got deployed.
setArtifacts(Collection<Artifact>) - Method in class org.sonatype.aether.installation.InstallRequest
Sets the artifacts to install.
setArtifacts(Collection<Artifact>) - Method in class org.sonatype.aether.installation.InstallResult
Sets the artifacts that got installed.
setArtifactTypeRegistry(ArtifactTypeRegistry) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the registry of artifact types recognized by this session.
setAuthentication(Authentication) - Method in class org.sonatype.aether.repository.Proxy
Sets the authentication to use for the proxy connection.
setAuthentication(Authentication) - Method in class org.sonatype.aether.repository.RemoteRepository
Sets the authentication to use in order to access this repository.
setAuthenticationSelector(AuthenticationSelector) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the authentication selector to use for repositories discovered in artifact descriptors.
setAuthoritativeRepository(RemoteRepository) - Method in class org.sonatype.aether.impl.UpdateCheck
Sets the repository which ultimately hosts the metadata to update.
setAvailable(boolean) - Method in class org.sonatype.aether.repository.LocalArtifactResult
Sets whether the artifact is available.
setCache(RepositoryCache) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the cache the repository system may use to save data for future reuse during the session.
setChecksumPolicy(String) - Method in class org.sonatype.aether.repository.RepositoryPolicy
Sets the policy for checksum validation.
setChecksumPolicy(String) - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
Sets the checksum policy for this transfer.
setChecksumPolicy(String) - Method in class org.sonatype.aether.spi.connector.MetadataDownload
Sets the checksum policy for this transfer.
setChecksumPolicy(String) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setChecksumPolicy(String) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the global checksum policy.
setCollectExceptions(List<Exception>) - Method in class org.sonatype.aether.resolution.DependencyResult
Records the specified exceptions while building the dependency graph.
setCollectRequest(CollectRequest) - Method in class org.sonatype.aether.resolution.DependencyRequest
Sets the collect request used to calculate the dependency graph whose artifacts should be resolved.
setConfigProperties(Map<String, Object>) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setConfigProperties(Map<String, Object>) - Method in class org.sonatype.aether.util.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.sonatype.aether.util.DefaultRepositorySystemSession
Sets the specified configuration property.
setConfigProps(Map<?, ?>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the configuration properties used to tweak internal aspects of the repository system (e.g. thread pooling, connector-specific behavior, etc.)
setContentLength(long) - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
Sets the size of the resource in bytes.
setContentType(String) - Method in class org.sonatype.aether.repository.RemoteRepository
Sets the type of this repository, e.g.
setContext(String) - Method in class org.sonatype.aether.repository.LocalArtifactRequest
Sets the resolution context.
setContext(String) - Method in class org.sonatype.aether.repository.LocalMetadataRequest
Sets the resolution context.
setContexts(Collection<String>) - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
Sets the resolution contexts in which the artifact is available.
setContexts(Collection<String>) - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
Sets the resolution contexts in which the metadata is available.
setData(Object, Object) - Method in interface org.sonatype.aether.graph.DependencyNode
Associates the specified dependency node data with the given key.
setData(Object, Object) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
setData(SessionData) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the custom data associated with this session.
setData(Map<Object, Object>) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setData(Object, Object) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setDataBuffer(byte[], int, int) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Wraps the given byte[]-array into a ByteBuffer as the content for this event.
setDataBuffer(ByteBuffer) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the byte buffer holding the transferred bytes since the last event.
setDeleteLocalCopyIfMissing(boolean) - Method in class org.sonatype.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.sonatype.aether.collection.CollectRequest
Sets the direct dependencies.
setDependencies(List<Dependency>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Sets the list of direct dependencies of the artifact.
setDependency(Dependency) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
setDependency(Dependency) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setDependencyCollector(DependencyCollector) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setDependencyGraphTransformer(DependencyGraphTransformer) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the dependency graph transformer to use for building dependency graphs.
setDependencyManager(DependencyManager) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setDependencyManager(DependencyManager) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the dependency manager to use for building dependency graphs.
setDependencyNode(DependencyNode) - Method in class org.sonatype.aether.resolution.ArtifactRequest
Sets the dependency node to resolve.
setDependencySelector(DependencySelector) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the dependency selector to use for building dependency graphs.
setDependencyTraverser(DependencyTraverser) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the dependency traverser to use for building dependency graphs.
setDeployer(Deployer) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setEnabled(boolean) - Method in class org.sonatype.aether.repository.RepositoryPolicy
Sets the enabled flag for the associated repository.
setException(E) - Method in class org.sonatype.aether.impl.UpdateCheck
Sets the exception for this update check.
setException(Exception) - Method in class org.sonatype.aether.resolution.MetadataResult
Records the specified exception while resolving the metadata.
setException(ArtifactTransferException) - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
 
setException(ArtifactTransferException) - Method in class org.sonatype.aether.spi.connector.ArtifactTransfer
Sets the exception that occurred during the transfer.
setException(ArtifactTransferException) - Method in class org.sonatype.aether.spi.connector.ArtifactUpload
 
setException(MetadataTransferException) - Method in class org.sonatype.aether.spi.connector.MetadataDownload
 
setException(MetadataTransferException) - Method in class org.sonatype.aether.spi.connector.MetadataTransfer
Sets the exception that occurred during the transfer.
setException(MetadataTransferException) - Method in class org.sonatype.aether.spi.connector.MetadataUpload
 
setException(Exception) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the exception causing the event.
setException(Exception) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the error that occurred during the transfer.
setExceptions(List<Exception>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Sets the exceptions that occurred while reading the artifact descriptor.
setExceptions(List<Exception>) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the exceptions causing the event.
setExclusions(Collection<Exclusion>) - Method in class org.sonatype.aether.collection.DependencyManagement
Sets the new exclusions to apply to the dependency.
setExclusions(Collection<Exclusion>) - Method in class org.sonatype.aether.graph.Dependency
Sets the exclusions for the dependency.
setExistenceCheck(boolean) - Method in class org.sonatype.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.sonatype.aether.resolution.MetadataRequest
Controls resolution of remote metadata when already corresponding metadata of the local repository exists.
setFile(File) - Method in interface org.sonatype.aether.artifact.Artifact
Sets the file of the artifact.
setFile(File) - Method in class org.sonatype.aether.impl.UpdateCheck
Sets the local file of the item.
setFile(File) - Method in interface org.sonatype.aether.metadata.Metadata
Sets the file of the metadata.
setFile(File) - Method in class org.sonatype.aether.repository.LocalArtifactResult
Sets the file to requested artifact.
setFile(File) - Method in class org.sonatype.aether.repository.LocalMetadataResult
Sets the file to requested metadata.
setFile(File) - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
 
setFile(File) - Method in class org.sonatype.aether.spi.connector.ArtifactTransfer
Sets the local file the artifact is downloaded to or uploaded from.
setFile(File) - Method in class org.sonatype.aether.spi.connector.ArtifactUpload
 
setFile(File) - Method in class org.sonatype.aether.spi.connector.MetadataDownload
 
setFile(File) - Method in class org.sonatype.aether.spi.connector.MetadataTransfer
Sets the local file the metadata is downloaded to or uploaded from.
setFile(File) - Method in class org.sonatype.aether.spi.connector.MetadataUpload
 
setFile(File) - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
setFile(File) - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
setFile(File) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
setFile(File) - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
setFile(File) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
setFile(File) - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
setFile(File) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the file involved in the event.
setFile(File) - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
setFileProcessor(FileProcessor) - Method in class org.sonatype.aether.connector.async.AsyncRepositoryConnectorFactory
Sets the file processor to use for this component.
setFileProcessor(FileProcessor) - Method in class org.sonatype.aether.connector.file.FileRepositoryConnectorFactory
Sets the file processor to use for this component.
setFileProcessor(FileProcessor) - Method in class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the file processor to use for this component.
setFileProcessor(FileProcessor) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
setFileProcessor(FileProcessor) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
setFileProcessor(FileProcessor) - Method in class org.sonatype.aether.impl.internal.DefaultInstaller
 
setFileValid(boolean) - Method in class org.sonatype.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.sonatype.aether.resolution.DependencyRequest
Sets the resolution filter used to select which artifacts of the dependency graph should be resolved.
setHost(String) - Method in class org.sonatype.aether.repository.Proxy
Sets the host of the proxy.
setId(String) - Method in class org.sonatype.aether.repository.RemoteRepository
Sets the identifier of this repository.
setIgnoreInvalidArtifactDescriptor(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether invalid artifact descriptors are silently ignored.
setIgnoreMissingArtifactDescriptor(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether missing artifact descriptors are silently ignored.
setInstaller(Installer) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setItem(T) - Method in class org.sonatype.aether.impl.UpdateCheck
Sets the item of the check.
setListeners(List<RepositoryListener>) - Method in class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
setLocalLastUpdated(long) - Method in class org.sonatype.aether.impl.UpdateCheck
Sets the last-modified timestamp of the corresponding item produced by a local installation.
setLocalRepositoryMaintainers(List<LocalRepositoryMaintainer>) - Method in class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
setLocalRepositoryManager(LocalRepositoryManager) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setLocalRepositoryManager(LocalRepositoryManager) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the local repository manager used during this session.
setLocalRepositoryManagerFactories(List<LocalRepositoryManagerFactory>) - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryProvider
 
setLocalRepositoryProvider(LocalRepositoryProvider) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setLogger(Logger) - Method in class org.sonatype.aether.connector.async.AsyncRepositoryConnectorFactory
Sets the logger to use for this component.
setLogger(Logger) - Method in class org.sonatype.aether.connector.file.FileRepositoryConnectorFactory
Sets the logger to use for this component.
setLogger(Logger) - Method in class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the logger to use for this component.
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultDependencyCollector
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultInstaller
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryProvider
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultMetadataResolver
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultRepositoryEventDispatcher
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.EnhancedLocalRepositoryManager
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.EnhancedLocalRepositoryManagerFactory
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManagerFactory
 
setLogger(Logger) - Method in class org.sonatype.aether.impl.internal.Slf4jLogger
 
setManagedDependencies(List<Dependency>) - Method in class org.sonatype.aether.collection.CollectRequest
Sets the dependency management to apply to transitive dependencies.
setManagedDependencies(List<Dependency>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Sets the dependency management information.
setMetadata(Collection<Metadata>) - Method in class org.sonatype.aether.deployment.DeployRequest
Sets the metadata to deploy.
setMetadata(Collection<Metadata>) - Method in class org.sonatype.aether.deployment.DeployResult
Sets the metadata that got deployed.
setMetadata(Collection<Metadata>) - Method in class org.sonatype.aether.installation.InstallRequest
Sets the metadata to install.
setMetadata(Collection<Metadata>) - Method in class org.sonatype.aether.installation.InstallResult
Sets the metadata that got installed.
setMetadata(Metadata) - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
Sets the metadata to register.
setMetadata(Metadata) - Method in class org.sonatype.aether.repository.LocalMetadataRequest
Sets the metadata to query for.
setMetadata(Metadata) - Method in class org.sonatype.aether.resolution.MetadataRequest
Sets the metadata to resolve.
setMetadata(Metadata) - Method in class org.sonatype.aether.resolution.MetadataResult
Sets the resolved metadata.
setMetadata(Metadata) - Method in class org.sonatype.aether.spi.connector.MetadataDownload
 
setMetadata(Metadata) - Method in class org.sonatype.aether.spi.connector.MetadataTransfer
Sets the metadata to transfer.
setMetadata(Metadata) - Method in class org.sonatype.aether.spi.connector.MetadataUpload
 
setMetadata(Metadata) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the metadata involved in the event.
setMetadataFactories(List<MetadataGeneratorFactory>) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
setMetadataFactories(List<MetadataGeneratorFactory>) - Method in class org.sonatype.aether.impl.internal.DefaultInstaller
 
setMetadataResolver(MetadataResolver) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setMirroredRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.repository.RemoteRepository
Sets the repositories being mirrored by this repository.
setMirrorSelector(MirrorSelector) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setMirrorSelector(MirrorSelector) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the mirror selector to use for repositories discovered in artifact descriptors.
setNotFoundCachingEnabled(boolean) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setNotFoundCachingEnabled(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether missing artifacts/metadata from resolution attempts should be cached in the local repository.
setOffline(boolean) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setOffline(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether the repository system operates in offline mode and avoids/refuses any access to remote repositories.
setOptional(boolean) - Method in class org.sonatype.aether.graph.Dependency
Sets the optional flag for the dependency.
setPassphrase(String) - Method in class org.sonatype.aether.repository.Authentication
Sets the passphrase for the private key file.
setPassphrase(char[]) - Method in class org.sonatype.aether.repository.Authentication
Sets the passphrase for the private key file.
setPassword(String) - Method in class org.sonatype.aether.repository.Authentication
Sets the password to use for authentication.
setPassword(char[]) - Method in class org.sonatype.aether.repository.Authentication
Sets the password to use for authentication.
setPolicy(String) - Method in class org.sonatype.aether.impl.UpdateCheck
Sets the policy to use for the check.
setPolicy(boolean, RepositoryPolicy) - Method in class org.sonatype.aether.repository.RemoteRepository
Sets the policy to apply for snapshot/release artifacts.
setPort(int) - Method in class org.sonatype.aether.repository.Proxy
Sets the port number for the proxy.
setPremanagedScope(String) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
Sets the scope for this dependency before dependency management was applied (if any).
setPremanagedScope(String) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the scope for this dependency before dependency management was applied (if any).
setPremanagedVersion(String) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
Sets the version or version range for this dependency before dependency management was applied (if any).
setPremanagedVersion(String) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the version or version range for this dependency before dependency management was applied (if any).
setPriority(int) - Method in class org.sonatype.aether.connector.async.AsyncRepositoryConnectorFactory
Sets the priority of this component.
setPriority(int) - Method in class org.sonatype.aether.connector.file.FileRepositoryConnectorFactory
Sets the priority of this component.
setPriority(int) - Method in class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the priority of this component.
setPrivateKeyFile(String) - Method in class org.sonatype.aether.repository.Authentication
Sets the path to the private key file to use for authentication.
setProperties(Map<String, String>) - Method in interface org.sonatype.aether.artifact.Artifact
Sets the properties for the artifact.
setProperties(Map<String, String>) - Method in class org.sonatype.aether.collection.DependencyManagement
Sets the new properties to apply to the dependency.
setProperties(Map<String, Object>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Sets any additional information about the artifact in form of key-value pairs.
setProperties(Map<String, String>) - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
setProperties(Map<String, String>) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
setProperties(Map<String, String>) - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
setProperties(Map<String, String>) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
setProperties(Map<String, String>) - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
setProxy(Proxy) - Method in class org.sonatype.aether.repository.RemoteRepository
Sets the proxy to use in order to access this repository.
setProxySelector(ProxySelector) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setProxySelector(ProxySelector) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the proxy selector to use for repositories discovered in artifact descriptors.
setRelocations(List<Artifact>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Sets the relocations that were processed to read the artifact descriptor.
setRelocations(List<Artifact>) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
Sets the sequence of relocations that was followed to resolve this dependency's artifact.
setRelocations(List<Artifact>) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the sequence of relocations that was followed to resolve this dependency's artifact.
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.sonatype.aether.impl.internal.DefaultDependencyCollector
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.sonatype.aether.impl.internal.DefaultMetadataResolver
 
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.collection.CollectRequest
Sets the repositories to use for the collection.
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.repository.LocalArtifactRequest
Sets the remote repositories to consider as sources of the artifact.
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
Sets the repositories to resolve the descriptor from.
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Sets the remote repositories listed in the artifact descriptor.
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.ArtifactRequest
Sets the repositories to resolve the artifact from.
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.VersionRangeRequest
Sets the repositories to resolve the version range from.
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.resolution.VersionRequest
Sets the repositories to resolve the version from.
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.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.sonatype.aether.spi.connector.MetadataDownload
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.sonatype.aether.test.util.impl.TestDependencyNode
Sets the remote repositories from which this node's artifact shall be resolved.
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the remote repositories from which this node's artifact shall be resolved.
setRepository(RemoteRepository) - Method in class org.sonatype.aether.deployment.DeployRequest
Sets the repository to deploy to.
setRepository(RemoteRepository) - Method in class org.sonatype.aether.impl.UpdateCheck
Sets the repository from which a potential update/download will performed.
setRepository(RemoteRepository) - Method in class org.sonatype.aether.repository.LocalArtifactRegistration
Sets the remote repository from which the artifact was resolved.
setRepository(RemoteRepository) - Method in class org.sonatype.aether.repository.LocalArtifactResult
Sets the (first) remote repository from which the artifact was cached.
setRepository(RemoteRepository) - Method in class org.sonatype.aether.repository.LocalMetadataRegistration
Sets the remote repository from which the metadata was resolved.
setRepository(RemoteRepository) - Method in class org.sonatype.aether.repository.LocalMetadataRequest
Sets the remote repository to use as sources of the metadata.
setRepository(ArtifactRepository) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
Sets the repository from which the descriptor was resolved.
setRepository(ArtifactRepository) - Method in class org.sonatype.aether.resolution.ArtifactResult
Sets the repository from which the artifact was resolved.
setRepository(RemoteRepository) - Method in class org.sonatype.aether.resolution.MetadataRequest
Sets the repository from which the metadata should be resolved.
setRepository(Version, ArtifactRepository) - Method in class org.sonatype.aether.resolution.VersionRangeResult
Records the repository from which the specified version was resolved
setRepository(ArtifactRepository) - Method in class org.sonatype.aether.resolution.VersionResult
Sets the repository from which the version was resolved.
setRepository(RemoteRepository) - Method in class org.sonatype.aether.test.util.connector.ConnectorTestContext
 
setRepository(ArtifactRepository) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the repository involved in the event.
setRepositoryConnectorFactories(List<RepositoryConnectorFactory>) - Method in class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.sonatype.aether.impl.internal.DefaultInstaller
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.sonatype.aether.impl.internal.DefaultMetadataResolver
 
setRepositoryListener(RepositoryListener) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setRepositoryListener(RepositoryListener) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the listener being notified of actions in the repository system.
setRepositoryManager(boolean) - Method in class org.sonatype.aether.repository.RemoteRepository
Marks this repository as a repository manager or not.
setRequestContext(String) - Method in class org.sonatype.aether.collection.CollectRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in interface org.sonatype.aether.graph.DependencyNode
Sets the request context in which this dependency node was created.
setRequestContext(String) - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.sonatype.aether.resolution.ArtifactRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.sonatype.aether.resolution.MetadataRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.sonatype.aether.resolution.VersionRangeRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.sonatype.aether.resolution.VersionRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
Sets the context of this transfer.
setRequestContext(String) - Method in class org.sonatype.aether.spi.connector.MetadataDownload
Sets the request context of this transfer.
setRequestContext(String) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
setRequestContext(String) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setRequestType(TransferEvent.RequestType) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the type of the request/transfer.
setRequired(boolean) - Method in class org.sonatype.aether.impl.UpdateCheck
Sets the result of an update check.
setResource(TransferResource) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the resource being transferred.
setRoot(Dependency) - Method in class org.sonatype.aether.collection.CollectRequest
Sets the root dependency of the graph.
setRoot(DependencyNode) - Method in class org.sonatype.aether.collection.CollectResult
Sets the root node of the dependency graph.
setRoot(DependencyNode) - Method in class org.sonatype.aether.resolution.DependencyRequest
Sets the root node of the dependency graph whose artifacts should be resolved.
setRoot(DependencyNode) - Method in class org.sonatype.aether.resolution.DependencyResult
Sets the root node of the resolved dependency graph.
setScope(String) - Method in class org.sonatype.aether.collection.DependencyManagement
Sets the new scope to apply to the dependency.
setScope(String) - Method in class org.sonatype.aether.graph.Dependency
Sets the scope of the dependency, e.g.
setScope(String) - Method in interface org.sonatype.aether.graph.DependencyNode
Sets the scope of the dependency.
setScope(String) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
setScope(String) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setService(Class<T>, Class<? extends T>) - Method in class org.sonatype.aether.impl.internal.DefaultServiceLocator
Sets the implementation class for a service.
setServices(Class<T>, T...) - Method in class org.sonatype.aether.impl.internal.DefaultServiceLocator
Sets the instances for a service.
setSession(RepositorySystemSession) - Method in class org.sonatype.aether.test.util.connector.ConnectorTestContext
 
setSession(TestRepositorySystemSession) - Method in class org.sonatype.aether.test.util.impl.RepositoryTestContext
 
setStale(boolean) - Method in class org.sonatype.aether.repository.LocalMetadataResult
Sets whether the metadata is stale.
setState(Transfer.State) - Method in class org.sonatype.aether.spi.connector.Transfer
Sets the state of this transfer.
setSubstitutions(Collection<String>) - Method in class org.sonatype.aether.test.util.DependencyGraphParser
 
setSubstitutions(String...) - Method in class org.sonatype.aether.test.util.DependencyGraphParser
 
setSupportedContexts(Collection<String>) - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
Sets the set of request contexts in which the artifact is generally available.
setSyncContextFactory(SyncContextFactory) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
setSyncContextFactory(SyncContextFactory) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
setSyncContextFactory(SyncContextFactory) - Method in class org.sonatype.aether.impl.internal.DefaultInstaller
 
setSyncContextFactory(SyncContextFactory) - Method in class org.sonatype.aether.impl.internal.DefaultMetadataResolver
 
setSyncContextFactory(SyncContextFactory) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setSystemProperties(Map<String, String>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the system properties to use, e.g. for processing of artifact descriptors.
setSystemProperty(String, String) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the specified system property.
setSystemProps(Hashtable<?, ?>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the system properties to use, e.g. for processing of artifact descriptors.
setTrace(RequestTrace) - Method in class org.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.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.sonatype.aether.spi.connector.ArtifactDownload
 
setTrace(RequestTrace) - Method in class org.sonatype.aether.spi.connector.ArtifactUpload
 
setTrace(RequestTrace) - Method in class org.sonatype.aether.spi.connector.MetadataDownload
 
setTrace(RequestTrace) - Method in class org.sonatype.aether.spi.connector.MetadataUpload
 
setTrace(RequestTrace) - Method in class org.sonatype.aether.spi.connector.Transfer
Sets the trace information that describes the higher level request/operation in which this transfer is issued.
setTrace(RequestTrace) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the trace information about the request during which the event occurred.
setTransferErrorCachingEnabled(boolean) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setTransferErrorCachingEnabled(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether transfer errors (e.g. unreachable host, bad authentication) from resolution attempts should be cached in the local repository.
setTransferListener(TransferListener) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setTransferListener(TransferListener) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the listener being notified of uploads/downloads by the repository system.
setTransferredBytes(long) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the total number of bytes that have been transferred so far during the download/upload.
setType(String) - Method in class org.sonatype.aether.repository.Proxy
Sets the type of the proxy.
setType(TransferEvent.EventType) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the type of the event.
setUpdateCheckManager(UpdateCheckManager) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.sonatype.aether.impl.internal.DefaultDeployer
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.sonatype.aether.impl.internal.DefaultMetadataResolver
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.sonatype.aether.impl.internal.DefaultRemoteRepositoryManager
 
setUpdated(boolean) - Method in class org.sonatype.aether.resolution.MetadataResult
Sets the updated flag for the metadata.
setUpdatePolicy(String) - Method in class org.sonatype.aether.repository.RepositoryPolicy
Sets the update policy for locally cached data from the repository.
setUpdatePolicy(String) - Method in class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
setUpdatePolicy(String) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the global update policy.
setUrl(String) - Method in class org.sonatype.aether.repository.RemoteRepository
Sets the (base) URL of this repository.
setUsername(String) - Method in class org.sonatype.aether.repository.Authentication
Sets the username to use for authentication.
setUserProperties(Map<String, String>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the user properties to use, e.g. for processing of artifact descriptors.
setUserProperty(String, String) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the specified user property.
setUserProps(Map<?, ?>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the user properties to use, e.g. for processing of artifact descriptors.
setVersion(String) - Method in interface org.sonatype.aether.artifact.Artifact
Sets the version of this artifact.
setVersion(String) - Method in class org.sonatype.aether.collection.DependencyManagement
Sets the new version to apply to the dependency.
setVersion(String) - Method in class org.sonatype.aether.resolution.VersionResult
Sets the resolved version.
setVersion(String) - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
setVersion(String) - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
setVersion(Version) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
setVersion(String) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
setVersion(String) - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
setVersion(String) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
setVersion(String) - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
setVersion(Version) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setVersionConstraint(VersionConstraint) - Method in class org.sonatype.aether.resolution.VersionRangeResult
Sets the version constraint that was parsed from the artifact's version string.
setVersionConstraint(VersionConstraint) - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
setVersionConstraint(VersionConstraint) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setVersionRangeResolver(VersionRangeResolver) - Method in class org.sonatype.aether.impl.internal.DefaultDependencyCollector
 
setVersionRangeResolver(VersionRangeResolver) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setVersionResolver(VersionResolver) - Method in class org.sonatype.aether.impl.internal.DefaultArtifactResolver
 
setVersionResolver(VersionResolver) - Method in class org.sonatype.aether.impl.internal.DefaultRepositorySystem
 
setVersions(List<Version>) - Method in class org.sonatype.aether.resolution.VersionRangeResult
Sets the versions (in ascending order) matching the requested range.
setVisited(DependencyNode) - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Marks the specified node as being visited and determines whether the node has been visited before.
setWagonConfigurator(WagonConfigurator) - Method in class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the wagon configurator to use to apply provider-specific configuration to wagon instances.
setWagonProvider(WagonProvider) - Method in class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
Sets the wagon provider to use to acquire and release wagon instances.
setWorkspaceReader(WorkspaceReader) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the workspace reader used during this session.
SimpleLocalRepositoryManager - Class in org.sonatype.aether.impl.internal
A local repository manager that realizes the classical Maven 2.0 local repository.
SimpleLocalRepositoryManager(File) - Constructor for class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
SimpleLocalRepositoryManager(String) - Constructor for class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
SimpleLocalRepositoryManagerFactory - Class in org.sonatype.aether.impl.internal
Creates SimpleLocalRepositoryManagers for repository type "simple".
SimpleLocalRepositoryManagerFactory() - Constructor for class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManagerFactory
 
Slf4jLogger - Class in org.sonatype.aether.impl.internal
A logger that delegates to Slf4J logging.
Slf4jLogger() - Constructor for class org.sonatype.aether.impl.internal.Slf4jLogger
 
Slf4jLogger(Logger) - Constructor for class org.sonatype.aether.impl.internal.Slf4jLogger
 
SORTED_CONFLICT_IDS - Static variable in class org.sonatype.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.
StaticDependencySelector - Class in org.sonatype.aether.util.graph.selector
A dependency selector that always includes or excludes dependencies.
StaticDependencySelector(boolean) - Constructor for class org.sonatype.aether.util.graph.selector.StaticDependencySelector
Creates a new selector with the specified selection behavior.
StaticDependencyTraverser - Class in org.sonatype.aether.util.graph.traverser
A dependency traverser which always or never traverses children.
StaticDependencyTraverser(boolean) - Constructor for class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
Creates a new traverser with the specified traversal behavior.
StringUtils - Class in org.sonatype.aether.util
A utility class to ease string processing.
StubArtifact - Class in org.sonatype.aether.test.util.impl
 
StubArtifact(String, Map<String, String>) - Constructor for class org.sonatype.aether.test.util.impl.StubArtifact
 
StubArtifact(String) - Constructor for class org.sonatype.aether.test.util.impl.StubArtifact
 
StubArtifact(String, String, String, String, String, Map<String, String>) - Constructor for class org.sonatype.aether.test.util.impl.StubArtifact
 
StubArtifact(String, String, String, String, String) - Constructor for class org.sonatype.aether.test.util.impl.StubArtifact
 
StubMetadata - Class in org.sonatype.aether.test.util.impl
 
StubMetadata(String, Metadata.Nature) - Constructor for class org.sonatype.aether.test.util.impl.StubMetadata
 
StubMetadata(String, String, Metadata.Nature) - Constructor for class org.sonatype.aether.test.util.impl.StubMetadata
 
StubMetadata(String, String, String, Metadata.Nature) - Constructor for class org.sonatype.aether.test.util.impl.StubMetadata
 
StubMetadata(String, String, String, String, Metadata.Nature) - Constructor for class org.sonatype.aether.test.util.impl.StubMetadata
 
StubMetadata(String, String, String, String, Metadata.Nature, File) - Constructor for class org.sonatype.aether.test.util.impl.StubMetadata
 
StubVersion - Class in org.sonatype.aether.test.util.impl
StubVersion(String) - Constructor for class org.sonatype.aether.test.util.impl.StubVersion
 
SubArtifact - Class in org.sonatype.aether.util.artifact
An artifact whose identity is derived from another artifact.
SubArtifact(Artifact, String, String) - Constructor for class org.sonatype.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, File) - Constructor for class org.sonatype.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, Map<String, String>) - Constructor for class org.sonatype.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, Map<String, String>, File) - Constructor for class org.sonatype.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SyncContext - Interface in org.sonatype.aether
A synchronization context used to coordinate concurrent access to artifacts or metadatas.
SyncContextFactory - Interface in org.sonatype.aether.impl
A factory to create synchronization contexts.
SysoutLogger - Class in org.sonatype.aether.test.impl
 
SysoutLogger() - Constructor for class org.sonatype.aether.test.impl.SysoutLogger
 
SYSTEM - Static variable in class org.sonatype.aether.util.artifact.JavaScopes
 

T

TEST - Static variable in class org.sonatype.aether.util.artifact.JavaScopes
 
testBlocking() - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuite
 
TestConnectorPathUtils - Class in org.sonatype.aether.test.util.connector
URL handling for file URLs.
TestDependencyNode - Class in org.sonatype.aether.test.util.impl
A node within a dependency graph.
TestDependencyNode() - Constructor for class org.sonatype.aether.test.util.impl.TestDependencyNode
Creates an empty dependency node.
TestDependencyNode(Dependency) - Constructor for class org.sonatype.aether.test.util.impl.TestDependencyNode
Creates a new root node with the specified dependency.
TestDependencyNode(DependencyNode) - Constructor for class org.sonatype.aether.test.util.impl.TestDependencyNode
Creates a shallow clone of the specified node.
testFailedEvents() - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuite
 
testFailedTransferEvents(RepositoryConnectorFactory, TestRepositorySystemSession, RemoteRepository) - Static method in class org.sonatype.aether.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.sonatype.aether.test.util.connector.suite.ConnectorTestSuite
 
TestFileProcessor - Class in org.sonatype.aether.test.impl
 
TestFileProcessor() - Constructor for class org.sonatype.aether.test.impl.TestFileProcessor
 
TestFileUtils - Class in org.sonatype.aether.test.util
 
TestFileUtils() - Constructor for class org.sonatype.aether.test.util.TestFileUtils
 
TestLocalRepositoryManager - Class in org.sonatype.aether.test.impl
 
TestLocalRepositoryManager() - Constructor for class org.sonatype.aether.test.impl.TestLocalRepositoryManager
 
testMkdirConcurrencyBug() - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuite
 
testProgressEventsDataBuffer() - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuite
 
TestRepositorySystemSession - Class in org.sonatype.aether.test.impl
 
TestRepositorySystemSession() - Constructor for class org.sonatype.aether.test.impl.TestRepositorySystemSession
 
testSuccessfulEvents() - Method in class org.sonatype.aether.test.util.connector.suite.ConnectorTestSuite
Test successful event order.
testSuccessfulTransferEvents(RepositoryConnectorFactory, TestRepositorySystemSession, RemoteRepository) - Static method in class org.sonatype.aether.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.sonatype.aether.test.util.connector.suite.ConnectorTestSuite
See https://issues.sonatype.org/browse/AETHER-8
TestVersionScheme - Class in org.sonatype.aether.test.util.impl
A version scheme using a generic version syntax.
TestVersionScheme() - Constructor for class org.sonatype.aether.test.util.impl.TestVersionScheme
 
toBaseId(Artifact) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<baseVersion>.
toBaseVersion(String) - Static method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
toId(Artifact) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<version>.
toId(String, String, String, String, String) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<version>.
toRelative(File, String) - Static method in class org.sonatype.aether.test.util.connector.TestConnectorPathUtils
 
toString() - Method in class org.sonatype.aether.collection.CollectRequest
 
toString() - Method in class org.sonatype.aether.collection.CollectResult
 
toString() - Method in class org.sonatype.aether.connector.file.FileRepositoryConnector
 
toString() - Method in class org.sonatype.aether.deployment.DeployRequest
 
toString() - Method in class org.sonatype.aether.deployment.DeployResult
 
toString() - Method in class org.sonatype.aether.graph.Dependency
 
toString() - Method in class org.sonatype.aether.graph.Exclusion
 
toString() - Method in class org.sonatype.aether.impl.internal.DefaultLocalRepositoryEvent
 
toString() - Method in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
 
toString() - Method in class org.sonatype.aether.impl.UpdateCheck
 
toString() - Method in class org.sonatype.aether.installation.InstallRequest
 
toString() - Method in class org.sonatype.aether.installation.InstallResult
 
toString() - Method in class org.sonatype.aether.repository.Authentication
 
toString() - Method in class org.sonatype.aether.repository.LocalArtifactRequest
 
toString() - Method in class org.sonatype.aether.repository.LocalArtifactResult
 
toString() - Method in class org.sonatype.aether.repository.LocalMetadataRequest
 
toString() - Method in class org.sonatype.aether.repository.LocalMetadataResult
 
toString() - Method in class org.sonatype.aether.repository.LocalRepository
 
toString() - Method in class org.sonatype.aether.repository.Proxy
 
toString() - Method in class org.sonatype.aether.repository.RemoteRepository
 
toString() - Method in class org.sonatype.aether.repository.RepositoryPolicy
 
toString() - Method in class org.sonatype.aether.repository.WorkspaceRepository
 
toString() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorRequest
 
toString() - Method in class org.sonatype.aether.resolution.ArtifactDescriptorResult
 
toString() - Method in class org.sonatype.aether.resolution.ArtifactRequest
 
toString() - Method in class org.sonatype.aether.resolution.ArtifactResult
 
toString() - Method in class org.sonatype.aether.resolution.DependencyRequest
 
toString() - Method in class org.sonatype.aether.resolution.DependencyResult
 
toString() - Method in class org.sonatype.aether.resolution.MetadataRequest
 
toString() - Method in class org.sonatype.aether.resolution.MetadataResult
 
toString() - Method in class org.sonatype.aether.resolution.VersionRangeRequest
 
toString() - Method in class org.sonatype.aether.resolution.VersionRangeResult
 
toString() - Method in class org.sonatype.aether.resolution.VersionRequest
 
toString() - Method in class org.sonatype.aether.resolution.VersionResult
 
toString() - Method in class org.sonatype.aether.spi.connector.ArtifactDownload
 
toString() - Method in class org.sonatype.aether.spi.connector.ArtifactUpload
 
toString() - Method in class org.sonatype.aether.spi.connector.MetadataDownload
 
toString() - Method in class org.sonatype.aether.spi.connector.MetadataUpload
 
toString() - Method in class org.sonatype.aether.test.impl.RecordingRepositoryListener.EventWrapper
 
toString() - Method in class org.sonatype.aether.test.util.impl.StubArtifact
 
toString() - Method in class org.sonatype.aether.test.util.impl.StubMetadata
 
toString() - Method in class org.sonatype.aether.test.util.impl.StubVersion
 
toString() - Method in class org.sonatype.aether.test.util.impl.TestDependencyNode
 
toString() - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
toString() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactTypeRegistry
 
toString() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
toString() - Method in class org.sonatype.aether.util.DefaultRequestTrace
 
toString() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
toString() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
toString() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
toString() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
toString() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
toString() - Method in interface org.sonatype.aether.version.Version
Gets the original string representation of the version.
touchArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
touchArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.sonatype.aether.impl.UpdateCheckManager
Updates the timestamp for the artifact contained in the update check.
touchMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.sonatype.aether.impl.internal.DefaultUpdateCheckManager
 
touchMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.sonatype.aether.impl.UpdateCheckManager
Updates the timestamp for the metadata contained in the update check.
toVersionlessId(Artifact) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>].
toVersionlessId(String, String, String, String) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>].
Transfer - Class in org.sonatype.aether.spi.connector
An artifact/metadata transfer.
Transfer() - Constructor for class org.sonatype.aether.spi.connector.Transfer
 
Transfer.State - Enum in org.sonatype.aether.spi.connector
The state of a transfer.
TransferCancelledException - Exception in org.sonatype.aether.transfer
Thrown in case an upload/download was cancelled (e.g. due to user request).
TransferCancelledException() - Constructor for exception org.sonatype.aether.transfer.TransferCancelledException
 
TransferCancelledException(String) - Constructor for exception org.sonatype.aether.transfer.TransferCancelledException
 
TransferCancelledException(String, Throwable) - Constructor for exception org.sonatype.aether.transfer.TransferCancelledException
 
transferCorrupted(TransferEvent) - Method in class org.sonatype.aether.test.impl.RecordingTransferListener
 
transferCorrupted(TransferEvent) - Method in class org.sonatype.aether.transfer.AbstractTransferListener
 
transferCorrupted(TransferEvent) - Method in interface org.sonatype.aether.transfer.TransferListener
Notifies the listener that a checksum validation failed.
transferCorrupted(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
TransferEvent - Interface in org.sonatype.aether.transfer
An event fired to a transfer listener during an artifact/metadata transfer.
TransferEvent.EventType - Enum in org.sonatype.aether.transfer
The type of the event.
TransferEvent.RequestType - Enum in org.sonatype.aether.transfer
The type of the request/transfer.
TransferEventTester - Class in org.sonatype.aether.test.util.connector.suite
Utility class for connector tests.
TransferEventTester() - Constructor for class org.sonatype.aether.test.util.connector.suite.TransferEventTester
 
transferFailed(TransferEvent) - Method in class org.sonatype.aether.test.impl.RecordingTransferListener
 
transferFailed(TransferEvent) - Method in class org.sonatype.aether.transfer.AbstractTransferListener
 
transferFailed(TransferEvent) - Method in interface org.sonatype.aether.transfer.TransferListener
Notifies the listener about the unsuccessful termination of a transfer.
transferFailed(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
transferInitiated(TransferEvent) - Method in class org.sonatype.aether.test.impl.RecordingTransferListener
 
transferInitiated(TransferEvent) - Method in class org.sonatype.aether.transfer.AbstractTransferListener
 
transferInitiated(TransferEvent) - Method in interface org.sonatype.aether.transfer.TransferListener
Notifies the listener about the initiation of a transfer.
transferInitiated(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
TransferListener - Interface in org.sonatype.aether.transfer
A listener being notified of artifact/metadata transfers from/to remote repositories.
transferProgressed(TransferEvent) - Method in class org.sonatype.aether.test.impl.RecordingTransferListener
 
transferProgressed(TransferEvent) - Method in class org.sonatype.aether.transfer.AbstractTransferListener
 
transferProgressed(TransferEvent) - Method in interface org.sonatype.aether.transfer.TransferListener
Notifies the listener about some progress in the data transfer.
transferProgressed(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
TransferResource - Interface in org.sonatype.aether.transfer
Describes a resource being uploaded or downloaded by the repository system.
transferStarted(TransferEvent) - Method in class org.sonatype.aether.test.impl.RecordingTransferListener
 
transferStarted(TransferEvent) - Method in class org.sonatype.aether.transfer.AbstractTransferListener
 
transferStarted(TransferEvent) - Method in interface org.sonatype.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.sonatype.aether.util.listener.ChainedTransferListener
 
transferSucceeded(TransferEvent) - Method in class org.sonatype.aether.test.impl.RecordingTransferListener
 
transferSucceeded(TransferEvent) - Method in class org.sonatype.aether.transfer.AbstractTransferListener
 
transferSucceeded(TransferEvent) - Method in interface org.sonatype.aether.transfer.TransferListener
Notifies the listener about the successful completion of a transfer.
transferSucceeded(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
transformArtifact(Artifact) - Method in interface org.sonatype.aether.impl.MetadataGenerator
Enables the metadata generator to transform the specified artifact.
TransformationContextKeys - Class in org.sonatype.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.sonatype.aether.collection.DependencyGraphTransformer
Transforms the dependency graph denoted by the specified root node.
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.ChainedDependencyGraphTransformer
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.ConflictIdSorter
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.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.sonatype.aether.util.graph.transformer.JavaDependencyContextRefiner
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.JavaEffectiveScopeCalculator
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.NearestVersionConflictResolver
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.NoopDependencyGraphTransformer
 
traverseDependency(Dependency) - Method in interface org.sonatype.aether.collection.DependencyTraverser
Decides whether the dependencies of the specified dependency should be traversed.
traverseDependency(Dependency) - Method in class org.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
traverseDependency(Dependency) - Method in class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
 
TreeDependencyVisitor - Class in org.sonatype.aether.util.graph
A dependency visitor that delegates to another visitor if a node hasn't been visited before.
TreeDependencyVisitor(DependencyVisitor) - Constructor for class org.sonatype.aether.util.graph.TreeDependencyVisitor
Creates a new visitor that delegates to the specified visitor.
TYPE - Static variable in class org.sonatype.aether.util.artifact.ArtifactProperties
A high-level characterization of the artifact, e.g.
TYPE_HTTP - Static variable in class org.sonatype.aether.repository.Proxy
Type denoting a proxy for HTTP transfers.
TYPE_HTTPS - Static variable in class org.sonatype.aether.repository.Proxy
Type denoting a proxy for HTTPS transfers.

U

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

V

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

W

WagonConfigurator - Interface in org.sonatype.aether.connector.wagon
A component to configure wagon instances with provider-specific parameters.
WagonProvider - Interface in org.sonatype.aether.connector.wagon
A component to acquire and release wagon instances for uploads/downloads.
WagonRepositoryConnectorFactory - Class in org.sonatype.aether.connector.wagon
A repository connector factory that uses Maven Wagon for the transfers.
WagonRepositoryConnectorFactory() - Constructor for class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
 
WagonRepositoryConnectorFactory(Logger, FileProcessor, WagonProvider, WagonConfigurator) - Constructor for class org.sonatype.aether.connector.wagon.WagonRepositoryConnectorFactory
 
warn(String) - Method in class org.sonatype.aether.impl.internal.PlexusLogger
 
warn(String, Throwable) - Method in class org.sonatype.aether.impl.internal.PlexusLogger
 
warn(String) - Method in class org.sonatype.aether.impl.internal.Slf4jLogger
 
warn(String, Throwable) - Method in class org.sonatype.aether.impl.internal.Slf4jLogger
 
warn(String) - Method in interface org.sonatype.aether.spi.log.Logger
Emits the specified message.
warn(String, Throwable) - Method in interface org.sonatype.aether.spi.log.Logger
Emits the specified message along with a stack trace of the given exception.
warn(String) - Method in class org.sonatype.aether.spi.log.NullLogger
 
warn(String, Throwable) - Method in class org.sonatype.aether.spi.log.NullLogger
 
warn(String, Throwable) - Method in class org.sonatype.aether.test.impl.SysoutLogger
 
warn(String) - Method in class org.sonatype.aether.test.impl.SysoutLogger
 
WorkspaceReader - Interface in org.sonatype.aether.repository
Manages a repository backed by the IDE workspace or a build session.
WorkspaceRepository - Class in org.sonatype.aether.repository
A repository backed by an IDE workspace or the output of a build session.
WorkspaceRepository() - Constructor for class org.sonatype.aether.repository.WorkspaceRepository
 
WorkspaceRepository(String) - Constructor for class org.sonatype.aether.repository.WorkspaceRepository
 
WorkspaceRepository(String, Object) - Constructor for class org.sonatype.aether.repository.WorkspaceRepository
 
wrap(Runnable) - Method in class org.sonatype.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.sonatype.aether.impl.internal.DefaultFileProcessor
 
write(File, String) - Method in interface org.sonatype.aether.spi.io.FileProcessor
Writes the given data to a file.
write(File, String) - Method in class org.sonatype.aether.test.impl.TestFileProcessor
 
write(String, File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
write(byte[], int, File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
write(Properties, File) - Static method in class org.sonatype.aether.test.util.TestFileUtils
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.