Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractArtifact - Class in org.eclipse.aether.artifact
A skeleton class for artifacts.
AbstractArtifact() - Constructor for class org.eclipse.aether.artifact.AbstractArtifact
 
AbstractChecksumPolicy - Class in org.eclipse.aether.internal.impl
 
AbstractChecksumPolicy(TransferResource) - Constructor for class org.eclipse.aether.internal.impl.AbstractChecksumPolicy
 
AbstractDepthFirstNodeListGenerator - Class in org.eclipse.aether.util.graph.visitor
Abstract base class for depth first dependency tree traversers.
AbstractDepthFirstNodeListGenerator() - Constructor for class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
 
AbstractForwardingRepositorySystemSession - Class in org.eclipse.aether
A special repository system session to enable decorating or proxying another session.
AbstractForwardingRepositorySystemSession() - Constructor for class org.eclipse.aether.AbstractForwardingRepositorySystemSession
Creates a new forwarding session.
AbstractMetadata - Class in org.eclipse.aether.metadata
A skeleton class for metadata.
AbstractMetadata() - Constructor for class org.eclipse.aether.metadata.AbstractMetadata
 
AbstractPatternDependencyFilter - Class in org.eclipse.aether.util.filter
 
AbstractPatternDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
Creates a new filter using the specified patterns.
AbstractPatternDependencyFilter(Collection<String>) - Constructor for class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
Creates a new filter using the specified patterns.
AbstractPatternDependencyFilter(VersionScheme, String...) - Constructor for class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
Creates a new filter using the specified patterns.
AbstractPatternDependencyFilter(VersionScheme, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
Creates a new filter using the specified patterns and VersionScheme .
AbstractRepositoryListener - Class in org.eclipse.aether
A skeleton implementation for custom repository listeners.
AbstractRepositoryListener() - Constructor for class org.eclipse.aether.AbstractRepositoryListener
Enables subclassing.
AbstractTransferListener - Class in org.eclipse.aether.transfer
A skeleton implementation for custom transfer listeners.
AbstractTransferListener() - Constructor for class org.eclipse.aether.transfer.AbstractTransferListener
Enables subclassing.
AbstractTransporter - Class in org.eclipse.aether.spi.connector.transport
A skeleton implementation for custom transporters.
AbstractTransporter() - Constructor for class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Enables subclassing.
accept(Artifact) - Method in class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
 
accept(Artifact) - Method in class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
 
accept(Artifact, String) - Method in class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in interface org.eclipse.aether.graph.DependencyFilter
Indicates whether the specified dependency node shall be included or excluded.
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.AndDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.NotDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.OrDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ScopeDependencyFilter
 
accept(DependencyVisitor) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
accept(DependencyVisitor) - Method in interface org.eclipse.aether.graph.DependencyNode
Traverses this node and potentially its children using the specified visitor.
accepts - Variable in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
 
acceptsSnapshots() - Method in class org.eclipse.aether.internal.test.util.TestVersionRange
 
acquire(Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
acquire(Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in interface org.eclipse.aether.SyncContext
Acquires synchronized access to the specified artifacts and metadatas.
actual - Variable in exception org.eclipse.aether.transfer.ChecksumFailureException
 
AdaptedLockSyncContext(RepositorySystemSession, boolean, NameMapper, NamedLockFactory) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
AdaptedSemaphoreNamedLock - Class in org.eclipse.aether.named.support
Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common API).
AdaptedSemaphoreNamedLock(String, NamedLockFactorySupport, AdaptedSemaphoreNamedLock.AdaptedSemaphore) - Constructor for class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
 
AdaptedSemaphoreNamedLock.AdaptedSemaphore - Interface in org.eclipse.aether.named.support
Wrapper for semaphore-like stuff, that do not share common ancestor.
add(String, String, String, boolean, boolean, String, String) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
Adds the specified mirror to this selector.
add(String, String, String, boolean, String, String) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
Deprecated.
add(String, Authentication) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
Adds the specified authentication info for the given repository identifier.
add(Collection<? extends RepositoryListener>) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
Adds the specified listeners to the end of the multicast chain.
add(Collection<? extends TransferListener>) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
Adds the specified listeners to the end of the multicast chain.
add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
Adds the specified artifact type to the registry.
add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
Adds the specified artifact type to the registry.
add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.SimpleArtifactTypeRegistry
Adds the specified artifact type to the registry.
add(DependencyNode) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
add(Proxy, String) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector
Adds the specified proxy definition to the selector.
add(RepositoryListener) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
Adds the specified listener to the end of the multicast chain.
add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
add(RepositorySystemSession, LocalArtifactRegistration) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Registers an installed or resolved artifact with the local repository.
add(RepositorySystemSession, LocalMetadataRegistration) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
add(RepositorySystemSession, LocalMetadataRegistration) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
add(RepositorySystemSession, LocalMetadataRegistration) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Registers installed or resolved metadata with the local repository.
add(TransferListener) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
Adds the specified listener to the end of the multicast chain.
add(ConflictIdSorter.ConflictId) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
add(ConflictIdSorter.ConflictId) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.RootQueue
 
add(ConflictResolver.ConflictItem) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
 
add(T, float) - Method in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
addAlias(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Records the specified alias.
addArtifact(Artifact) - Method in class org.eclipse.aether.deployment.DeployRequest
Adds the specified artifacts for deployment.
addArtifact(Artifact) - Method in class org.eclipse.aether.deployment.DeployResult
Adds the specified artifacts to the result.
addArtifact(Artifact) - Method in class org.eclipse.aether.installation.InstallRequest
Adds the specified artifacts for installation.
addArtifact(Artifact) - Method in class org.eclipse.aether.installation.InstallResult
Adds the specified artifacts to the result.
addArtifact(Artifact, Collection<String>, boolean) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
addCustom(Authentication) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds custom authentication data to the authentication.
addCycle(DependencyCycle) - Method in class org.eclipse.aether.collection.CollectResult
Records the specified dependency cycle.
addCycle(NodeStack, int, Dependency) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Results
 
addDependency(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
Adds the specified direct dependency.
addDependency(Dependency) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Adds the specified direct dependency.
addException(Exception) - Method in class org.eclipse.aether.collection.CollectResult
Records the specified exception while building the dependency graph.
addException(Exception) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Records the specified exception while reading the artifact descriptor.
addException(Exception) - Method in class org.eclipse.aether.resolution.ArtifactResult
Records the specified exception while resolving the artifact.
addException(Exception) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Records the specified exception while resolving the version range.
addException(Exception) - Method in class org.eclipse.aether.resolution.VersionResult
Records the specified exception while resolving the version.
addException(Dependency, Exception, NodeStack) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Results
 
addHostnameVerifier(HostnameVerifier) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds a hostname verifier for SSL.
addLocalRepositoryManagerFactory(LocalRepositoryManagerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
addManagedDependency(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
Adds the specified managed dependency.
addManagedDependency(Dependency) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Adds the specified managed dependency.
addMetadata(Metadata) - Method in class org.eclipse.aether.deployment.DeployRequest
Adds the specified metadata for deployment.
addMetadata(Metadata) - Method in class org.eclipse.aether.deployment.DeployResult
Adds the specified metadata to this result.
addMetadata(Metadata) - Method in class org.eclipse.aether.installation.InstallRequest
Adds the specified metadata for installation.
addMetadata(Metadata) - Method in class org.eclipse.aether.installation.InstallResult
Adds the specified metadata to this result.
addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
addMetadataGeneratorFactory(MetadataGeneratorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
addMirroredRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Adds the specified repository to the list of repositories being mirrored by the repository.
addNode(DependencyNode, int, List<DependencyGraphParser.NodeEntry>) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
addNtlm(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds NTLM data to the authentication.
addOptional(boolean) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
addPassword(char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds password data to the authentication.
addPassword(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds password data to the authentication.
addPrivateKey(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds private key data to the authentication.
addPrivateKey(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds private key data to the authentication.
addRelocation(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Records the specified relocation hop while locating the artifact descriptor.
addRepo(File, Collection<String>) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
addRepository(RemoteRepository) - Method in class org.eclipse.aether.collection.CollectRequest
Adds the specified repository for collection.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Adds the specified repository for the resolution of the artifact descriptor.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Adds the specified remote repository.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Adds the specified repository for the resolution.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Adds the specified repository for the resolution.
addRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.VersionRequest
Adds the specified repository for the resolution.
addRepositoryConnectorFactory(RepositoryConnectorFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
addRepositoryLayoutFactory(RepositoryLayoutFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
addRepositoryListener(RepositoryListener) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
addScope(String) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
addSecret(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds sensitive custom string data to the authentication.
addSecret(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds sensitive custom string data to the authentication.
addService(Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
addService(Class<T>, Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Adds an implementation class for a service.
addString(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds custom string data to the authentication.
addTransferredBytes(long) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Increments the total number of bytes that have been transferred so far during the download/upload.
addTransporterFactory(TransporterFactory) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
addUsername(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Adds username data to the authentication.
addVersion(Version) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Adds the specified version to the result.
AetherModule - Class in org.eclipse.aether.impl.guice
A ready-made Guice module that sets up bindings for all components from this library.
AetherModule() - Constructor for class org.eclipse.aether.impl.guice.AetherModule
Creates a new instance of this Guice module, typically for invoking Binder.install(com.google.inject.Module).
AetherModule.Slf4jModule - Class in org.eclipse.aether.impl.guice
 
aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
Aggregates repository definitions by merging duplicate repositories and optionally applies mirror, proxy and authentication settings from the supplied session.
aggregateRepositories(RepositorySystemSession, List<RemoteRepository>, List<RemoteRepository>, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
algorithm - Variable in class org.eclipse.aether.connector.basic.ChecksumCalculator.Checksum
 
algorithm - Variable in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
 
aliases - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
aliases - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GoodDescriptor
 
aliases - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
analyze(DependencyNode, Map<DependencyNode, Object>, Map<Object, ConflictMarker.ConflictGroup>, int[]) - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker
 
AndDependencyFilter - Class in org.eclipse.aether.util.filter
A dependency filter that combines zero or more other filters using a logical AND.
AndDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
AndDependencyFilter(DependencyFilter...) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
AndDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that combines zero or more other selectors using a logical AND.
AndDependencySelector(Collection<? extends DependencySelector>) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
AndDependencySelector(Set<DependencySelector>) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
AndDependencySelector(DependencySelector...) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
AndDependencyTraverser - Class in org.eclipse.aether.util.graph.traverser
A dependency traverser that combines zero or more other traversers using a logical AND.
AndDependencyTraverser(Collection<? extends DependencyTraverser>) - Constructor for class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
Creates a new traverser from the specified traversers.
AndDependencyTraverser(Set<DependencyTraverser>) - Constructor for class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
 
AndDependencyTraverser(DependencyTraverser...) - Constructor for class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
Creates a new traverser from the specified traversers.
andFilter(Collection<DependencyFilter>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical AND.
andFilter(DependencyFilter...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical AND.
anyOtherThreadHasSteps() - Method in class org.eclipse.aether.named.support.FileLockNamedLock
Returns true if any other than this thread using this instance has any step recorded.
appendClassLoader(StringBuilder, Object) - Static method in class org.eclipse.aether.internal.impl.Utils
 
applyTo(DefaultDependencyNode) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
Args(RepositorySystemSession, RequestTrace, DataPool, NodeStack, DefaultDependencyCollectionContext, DefaultVersionFilterContext, CollectRequest) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
artifact - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
artifact - Variable in class org.eclipse.aether.graph.Dependency
 
artifact - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.ConstraintKey
 
artifact - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GoodDescriptor
 
artifact - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
artifact - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
artifact - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
artifact - Variable in class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
artifact - Variable in class org.eclipse.aether.repository.LocalArtifactRegistration
 
artifact - Variable in class org.eclipse.aether.repository.LocalArtifactRequest
 
artifact - Variable in class org.eclipse.aether.RepositoryEvent
 
artifact - Variable in class org.eclipse.aether.RepositoryEvent.Builder
 
artifact - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
 
artifact - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
 
artifact - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
artifact - Variable in class org.eclipse.aether.resolution.ArtifactRequest
 
artifact - Variable in class org.eclipse.aether.resolution.ArtifactResult
 
artifact - Variable in class org.eclipse.aether.resolution.VersionRangeRequest
 
artifact - Variable in class org.eclipse.aether.resolution.VersionRequest
 
artifact - Variable in class org.eclipse.aether.spi.connector.ArtifactTransfer
 
artifact - Variable in exception org.eclipse.aether.transfer.ArtifactTransferException
 
artifact - Variable in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager.Key
 
artifact - Variable in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager.Key
 
artifact - Variable in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager.Key
 
artifact - Variable in class org.eclipse.aether.util.graph.transformer.ConflictMarker.Key
 
artifact - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
Artifact - Interface in org.eclipse.aether.artifact
A specific artifact.
ARTIFACT_DEPLOYED - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ARTIFACT_DEPLOYING - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ARTIFACT_DESCRIPTOR_INVALID - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ARTIFACT_DESCRIPTOR_MISSING - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ARTIFACT_DOWNLOADED - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ARTIFACT_DOWNLOADING - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ARTIFACT_INSTALLED - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ARTIFACT_INSTALLING - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ARTIFACT_POOL - Static variable in class org.eclipse.aether.internal.impl.collect.DataPool
 
ARTIFACT_RESOLVED - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ARTIFACT_RESOLVING - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
ArtifactDefinition - Class in org.eclipse.aether.internal.test.util
 
ArtifactDefinition(String) - Constructor for class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
artifactDeployed(Artifact, File, ArtifactTransferException) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDeployed(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of an artifact whose upload to a remote repository has been completed, either successfully or not.
artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactDeploying(Artifact, File) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of an artifact that is about to be uploaded to a remote repository.
artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
ArtifactDescription - Class in org.eclipse.aether.internal.test.util
 
ArtifactDescription(Artifact, List<Dependency>, List<Dependency>, List<RemoteRepository>) - Constructor for class org.eclipse.aether.internal.test.util.ArtifactDescription
 
ArtifactDescriptorException - Exception in org.eclipse.aether.resolution
Thrown in case of an unreadable or unresolvable artifact descriptor.
ArtifactDescriptorException(ArtifactDescriptorResult) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
Creates a new exception with the specified result.
ArtifactDescriptorException(ArtifactDescriptorResult, String) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
Creates a new exception with the specified result and detail message.
ArtifactDescriptorException(ArtifactDescriptorResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.ArtifactDescriptorException
Creates a new exception with the specified result, detail message and cause.
artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of a syntactically or semantically invalid artifact descriptor.
artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of a missing artifact descriptor.
artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactDescriptorPolicy - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
ArtifactDescriptorPolicy - Interface in org.eclipse.aether.resolution
Controls the handling of errors related to reading an artifact descriptor.
ArtifactDescriptorPolicyRequest - Class in org.eclipse.aether.resolution
A query for the error policy for a given artifact's descriptor.
ArtifactDescriptorPolicyRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Creates an uninitialized request.
ArtifactDescriptorPolicyRequest(Artifact, String) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Creates a request for the specified artifact.
artifactDescriptorReader - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
ArtifactDescriptorReader - Interface in org.eclipse.aether.impl
Provides information about an artifact that is relevant to transitive dependency resolution.
ArtifactDescriptorRequest - Class in org.eclipse.aether.resolution
A request to read an artifact descriptor.
ArtifactDescriptorRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Creates an uninitialized request.
ArtifactDescriptorRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Creates a request with the specified properties.
ArtifactDescriptorResult - Class in org.eclipse.aether.resolution
The result from reading an artifact descriptor.
ArtifactDescriptorResult(ArtifactDescriptorRequest) - Constructor for class org.eclipse.aether.resolution.ArtifactDescriptorResult
Creates a new result for the specified request.
ArtifactDownload - Class in org.eclipse.aether.spi.connector
A download of an artifact from a remote repository.
ArtifactDownload() - Constructor for class org.eclipse.aether.spi.connector.ArtifactDownload
Creates a new uninitialized download.
ArtifactDownload(Artifact, String, File, String) - Constructor for class org.eclipse.aether.spi.connector.ArtifactDownload
Creates a new download with the specified properties.
artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDownloaded(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of an artifact whose download has been completed, either successfully or not.
artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactDownloaded(RepositorySystemSession, RequestTrace, Artifact, RemoteRepository, Exception) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of an artifact that is about to be downloaded from a remote repository.
artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactDownloading(RepositorySystemSession, RequestTrace, Artifact, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
artifactId - Variable in class org.eclipse.aether.artifact.DefaultArtifact
 
artifactId - Variable in class org.eclipse.aether.graph.Exclusion
 
artifactId - Variable in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
artifactId - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
artifactId - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
artifactId - Variable in class org.eclipse.aether.metadata.DefaultMetadata
 
artifactId(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
ArtifactIdUtils - Class in org.eclipse.aether.util.artifact
A utility class for artifact identifiers.
ArtifactIdUtils() - Constructor for class org.eclipse.aether.util.artifact.ArtifactIdUtils
 
artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactInstalled(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of an artifact whose installation to the local repository has been completed, either successfully or not.
artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactInstalled(RepositorySystemSession, RequestTrace, Artifact, File, Exception) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of an artifact that is about to be installed to the local repository.
artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactInstalling(RepositorySystemSession, RequestTrace, Artifact, File) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
ArtifactNotFoundException - Exception in org.eclipse.aether.transfer
Thrown when an artifact was not found in a particular repository.
ArtifactNotFoundException(Artifact, RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
Creates a new exception with the specified artifact and repository.
ArtifactNotFoundException(Artifact, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
Creates a new exception with the specified artifact, repository and detail message.
ArtifactNotFoundException(Artifact, RemoteRepository, String, boolean) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
Creates a new exception with the specified artifact, repository and detail message.
ArtifactNotFoundException(Artifact, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactNotFoundException
Creates a new exception with the specified artifact, repository, detail message and cause.
artifactPolicy - Variable in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
 
ArtifactProperties - Class in org.eclipse.aether.artifact
The keys for common properties of artifacts.
ArtifactProperties() - Constructor for class org.eclipse.aether.artifact.ArtifactProperties
 
artifactRegistrations - Variable in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
ArtifactRepository - Interface in org.eclipse.aether.repository
A repository hosting artifacts.
ArtifactRequest - Class in org.eclipse.aether.resolution
A request to resolve an artifact.
ArtifactRequest() - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
Creates an uninitialized request.
ArtifactRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
Creates a request with the specified properties.
ArtifactRequest(DependencyNode) - Constructor for class org.eclipse.aether.resolution.ArtifactRequest
Creates a request from the specified dependency node.
ArtifactRequestBuilder - Class in org.eclipse.aether.internal.impl
 
ArtifactRequestBuilder(RequestTrace) - Constructor for class org.eclipse.aether.internal.impl.ArtifactRequestBuilder
 
ArtifactResolutionException - Exception in org.eclipse.aether.resolution
Thrown in case of a unresolvable artifacts.
ArtifactResolutionException(List<ArtifactResult>) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
Creates a new exception with the specified results.
ArtifactResolutionException(List<ArtifactResult>, String) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
Creates a new exception with the specified results and detail message.
ArtifactResolutionException(List<ArtifactResult>, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.ArtifactResolutionException
Creates a new exception with the specified results, detail message and cause.
artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactResolved(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of an artifact whose resolution has been completed, either successfully or not.
artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactResolved(RepositorySystemSession, RequestTrace, Artifact, ArtifactRepository, List<Exception>) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
artifactResolver - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
ArtifactResolver - Interface in org.eclipse.aether.impl
Resolves artifacts, that is gets a local filesystem path to their binary contents.
artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
artifactResolving(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of an artifact that is about to be resolved.
artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
artifactResolving(RepositorySystemSession, RequestTrace, Artifact) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
ArtifactResult - Class in org.eclipse.aether.resolution
The result of an artifact resolution request.
ArtifactResult(ArtifactRequest) - Constructor for class org.eclipse.aether.resolution.ArtifactResult
Creates a new result for the specified request.
artifactResults - Variable in class org.eclipse.aether.resolution.DependencyResult
 
artifacts - Variable in class org.eclipse.aether.deployment.DeployRequest
 
artifacts - Variable in class org.eclipse.aether.deployment.DeployResult
 
artifacts - Variable in class org.eclipse.aether.installation.InstallRequest
 
artifacts - Variable in class org.eclipse.aether.installation.InstallResult
 
artifacts - Variable in class org.eclipse.aether.internal.impl.collect.DataPool
 
ArtifactTransfer - Class in org.eclipse.aether.spi.connector
A download/upload of an artifact.
ArtifactTransfer() - Constructor for class org.eclipse.aether.spi.connector.ArtifactTransfer
 
ArtifactTransferException - Exception in org.eclipse.aether.transfer
Thrown when an artifact could not be uploaded/downloaded to/from a particular remote repository.
ArtifactTransferException(Artifact, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
Creates a new exception with the specified artifact, repository and detail message.
ArtifactTransferException(Artifact, RemoteRepository, String, boolean) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
Creates a new exception with the specified artifact, repository and detail message.
ArtifactTransferException(Artifact, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
Creates a new exception with the specified artifact, repository, detail message and cause.
ArtifactTransferException(Artifact, RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.ArtifactTransferException
Creates a new exception with the specified artifact, repository and cause.
ArtifactTransportListener - Class in org.eclipse.aether.connector.basic
 
ArtifactTransportListener(ArtifactTransfer, RemoteRepository, TransferEvent.Builder) - Constructor for class org.eclipse.aether.connector.basic.ArtifactTransportListener
 
ArtifactType - Interface in org.eclipse.aether.artifact
An artifact type describing artifact characteristics/properties that are common for certain artifacts.
artifactTypeRegistry - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
ArtifactTypeRegistry - Interface in org.eclipse.aether.artifact
A registry of known artifact types.
ArtifactUpload - Class in org.eclipse.aether.spi.connector
An upload of an artifact to a remote repository.
ArtifactUpload() - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
Creates a new uninitialized upload.
ArtifactUpload(Artifact, File) - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
Creates a new upload with the specified properties.
ArtifactUpload(Artifact, File, FileTransformer) - Constructor for class org.eclipse.aether.spi.connector.ArtifactUpload
Creates a new upload with the specified properties.
ArtifactUploadListener(DefaultDeployer.EventCatapult, ArtifactUpload) - Constructor for class org.eclipse.aether.internal.impl.DefaultDeployer.ArtifactUploadListener
 
auth - Variable in class org.eclipse.aether.repository.AuthenticationContext
 
auth - Variable in class org.eclipse.aether.repository.Proxy
 
AUTH - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
authData - Variable in class org.eclipse.aether.repository.AuthenticationContext
 
authentication - Variable in class org.eclipse.aether.repository.RemoteRepository
 
authentication - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
Authentication - Interface in org.eclipse.aether.repository
The authentication to use for accessing a protected resource.
AuthenticationBuilder - Class in org.eclipse.aether.util.repository
A utility class to build authentication info for repositories and proxies.
AuthenticationBuilder() - Constructor for class org.eclipse.aether.util.repository.AuthenticationBuilder
Creates a new authentication builder.
AuthenticationContext - Class in org.eclipse.aether.repository
A glorified map of key value pairs holding (cleartext) authentication data.
AuthenticationContext(RepositorySystemSession, RemoteRepository, Proxy, Authentication) - Constructor for class org.eclipse.aether.repository.AuthenticationContext
 
AuthenticationDigest - Class in org.eclipse.aether.repository
A helper to calculate a fingerprint/digest for the authentication data of a repository/proxy.
AuthenticationDigest(RepositorySystemSession, RemoteRepository, Proxy) - Constructor for class org.eclipse.aether.repository.AuthenticationDigest
 
authentications - Variable in class org.eclipse.aether.util.repository.AuthenticationBuilder
 
authentications - Variable in class org.eclipse.aether.util.repository.ChainedAuthentication
 
authenticationSelector - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
AuthenticationSelector - Interface in org.eclipse.aether.repository
Selects authentication for a given remote repository.
authoritativeRepository - Variable in class org.eclipse.aether.impl.UpdateCheck
 
available - Variable in class org.eclipse.aether.repository.LocalArtifactResult
 
AVAILABLE - Static variable in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
await() - Method in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
Causes the current thread to wait until all previously wrapped runnables have terminated and potentially re-throws an uncaught RuntimeException or Error from any of the runnables.
awaitTerminationOfAllRunnables() - Method in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
 

B

backtrack(NearestVersionSelector.ConflictGroup, ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector
 
BadDescriptor() - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool.BadDescriptor
 
basedir - Variable in class org.eclipse.aether.repository.LocalRepository
 
baseDirs - Variable in class org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper
 
BasicRepositoryConnector - Class in org.eclipse.aether.connector.basic
 
BasicRepositoryConnector(RepositorySystemSession, RemoteRepository, TransporterProvider, RepositoryLayoutProvider, ChecksumPolicyProvider, FileProcessor) - Constructor for class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
BasicRepositoryConnector.DirectExecutor - Class in org.eclipse.aether.connector.basic
 
BasicRepositoryConnector.GetTaskRunner - Class in org.eclipse.aether.connector.basic
 
BasicRepositoryConnector.PeekTaskRunner - Class in org.eclipse.aether.connector.basic
 
BasicRepositoryConnector.PutTaskRunner - Class in org.eclipse.aether.connector.basic
 
BasicRepositoryConnector.TaskRunner - Class in org.eclipse.aether.connector.basic
 
BasicRepositoryConnectorFactory - Class in org.eclipse.aether.connector.basic
A repository connector factory that employs pluggable transporters and repository layouts for the transfers.
BasicRepositoryConnectorFactory() - Constructor for class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
Creates an (uninitialized) instance of this connector factory.
BasicRepositoryConnectorFactory(TransporterProvider, RepositoryLayoutProvider, ChecksumPolicyProvider, FileProcessor) - Constructor for class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
 
blocked - Variable in class org.eclipse.aether.repository.RemoteRepository
 
blocked - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
blocked - Variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector.MirrorDef
 
BLOCKED - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
Bound(Version, boolean) - Constructor for class org.eclipse.aether.version.VersionRange.Bound
Creates a new bound with the specified properties.
build() - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
build() - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Builds a new remote repository from the current values of this builder.
build() - Method in class org.eclipse.aether.RepositoryEvent.Builder
Builds a new event from the current values of this builder.
build() - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Builds a new transfer event from the current values of this builder.
build() - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
Builds a new authentication object from the current data of this builder.
build(DependencyNode, DependencyGraphParser.LineContext, boolean) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
buildConflitIdDAG(Map<Object, ConflictIdSorter.ConflictId>, DependencyNode, ConflictIdSorter.ConflictId, int, Map<DependencyNode, Object>, Map<?, ?>) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
 
Builder(String, String, String) - Constructor for class org.eclipse.aether.repository.RemoteRepository.Builder
Creates a new repository builder.
Builder(RemoteRepository) - Constructor for class org.eclipse.aether.repository.RemoteRepository.Builder
Creates a new repository builder which uses the specified remote repository as a prototype for the new one.
Builder(RepositorySystemSession, RepositoryEvent.EventType) - Constructor for class org.eclipse.aether.RepositoryEvent.Builder
Creates a new event builder for the specified session and event type.
Builder(RepositorySystemSession, TransferResource) - Constructor for class org.eclipse.aether.transfer.TransferEvent.Builder
Creates a new transfer event builder for the specified session and the given resource.
Builder(TransferEvent.Builder) - Constructor for class org.eclipse.aether.transfer.TransferEvent.Builder
 

C

cache - Variable in class org.eclipse.aether.DefaultRepositoryCache
 
cache - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
CACHE_ALL - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Bit mask indicating that all resolution errors should be cached in the local repository.
CACHE_DISABLED - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Bit mask indicating that resolution errors should not be cached in the local repository.
CACHE_NOT_FOUND - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Bit flag indicating whether missing artifacts/metadata should be cached in the local repository.
CACHE_TRANSFER_ERROR - Static variable in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Bit flag indicating whether connectivity/transfer errors (e.g.
cachedResolveRangeResult(VersionRangeRequest, DataPool, RepositorySystemSession) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
CachingArtifactTypeRegistry - Class in org.eclipse.aether.internal.impl.collect
A short-lived artifact type registry that caches results from a presumedly slower type registry.
CachingArtifactTypeRegistry(ArtifactTypeRegistry) - Constructor for class org.eclipse.aether.internal.impl.collect.CachingArtifactTypeRegistry
 
calc(byte[], Collection<String>) - Static method in class org.eclipse.aether.util.ChecksumUtils
 
calc(File, Collection<String>) - Static method in class org.eclipse.aether.util.ChecksumUtils
Calculates checksums for the specified file.
calc(InputStream, Collection<String>) - Static method in class org.eclipse.aether.util.ChecksumUtils
 
candidates - Variable in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector.ConflictGroup
 
cast(Object, Class<T>) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
 
catapult - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer.ArtifactUploadListener
 
catapult - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer.MetadataUploadListener
 
ChainedAuthentication - Class in org.eclipse.aether.util.repository
Authentication that aggregates other authentication blocks.
ChainedAuthentication(Collection<? extends Authentication>) - Constructor for class org.eclipse.aether.util.repository.ChainedAuthentication
 
ChainedAuthentication(Authentication...) - Constructor for class org.eclipse.aether.util.repository.ChainedAuthentication
 
ChainedDependencyGraphTransformer - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that chains other transformers.
ChainedDependencyGraphTransformer(DependencyGraphTransformer...) - Constructor for class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
Creates a new transformer that chains the specified transformers.
ChainedRepositoryListener - Class in org.eclipse.aether.util.listener
A repository listener that delegates to zero or more other listeners (multicast).
ChainedRepositoryListener(Collection<? extends RepositoryListener>) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedRepositoryListener(RepositoryListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedTransferListener - Class in org.eclipse.aether.util.listener
A transfer listener that delegates to zero or more other listeners (multicast).
ChainedTransferListener(Collection<? extends TransferListener>) - Constructor for class org.eclipse.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedTransferListener(TransferListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedVersionFilter - Class in org.eclipse.aether.util.graph.version
A version filter that combines multiple version filters into a chain where each filter gets invoked one after the other, thereby accumulating their filtering effects.
ChainedVersionFilter(VersionFilter[]) - Constructor for class org.eclipse.aether.util.graph.version.ChainedVersionFilter
 
ChainedWorkspaceReader - Class in org.eclipse.aether.util.repository
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
ChainedWorkspaceReader(WorkspaceReader...) - Constructor for class org.eclipse.aether.util.repository.ChainedWorkspaceReader
Creates a new workspace reader by chaining the specified readers.
ChainedWorkspaceReader.Key - Class in org.eclipse.aether.util.repository
 
CHANGE_OPTIONAL - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
 
CHANGE_SCOPE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
 
checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Checks whether an artifact has to be updated from a remote repository.
checkArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Checks whether metadata has to be updated from a remote repository.
checkMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
checkOffline(RepositorySystemSession, OfflineController, RemoteRepository) - Static method in class org.eclipse.aether.internal.impl.Utils
 
checkOffline(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.impl.OfflineController
Determines whether the specified repository is accessible if the system was in offline mode.
checkOffline(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
checkRemoteAccess() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.GetTaskRunner
 
checkRemoteAccess() - Method in interface org.eclipse.aether.connector.basic.PartialFile.RemoteAccessChecker
 
checks - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
Checksum(String) - Constructor for class org.eclipse.aether.connector.basic.ChecksumCalculator.Checksum
 
Checksum(String, URI) - Constructor for class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Creates a new checksum file descriptor with the specified algorithm and location.
CHECKSUM_POLICY_FAIL - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Verify checksums and fail the resolution if they do not match.
CHECKSUM_POLICY_IGNORE - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Do not verify checksums.
CHECKSUM_POLICY_WARN - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Verify checksums and warn if they do not match.
checksumCalculator - Variable in class org.eclipse.aether.connector.basic.TransferTransportListener
 
ChecksumCalculator - Class in org.eclipse.aether.connector.basic
Calculates checksums for a downloaded file.
ChecksumCalculator(File, Collection<RepositoryLayout.Checksum>) - Constructor for class org.eclipse.aether.connector.basic.ChecksumCalculator
 
ChecksumCalculator.Checksum - Class in org.eclipse.aether.connector.basic
 
ChecksumFailureException - Exception in org.eclipse.aether.transfer
Thrown in case of a checksum failure during an artifact/metadata download.
ChecksumFailureException(boolean, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
Creates a new exception with the specified retry flag, detail message and cause.
ChecksumFailureException(String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
Creates a new exception with the specified detail message.
ChecksumFailureException(String, String) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
Creates a new exception with the specified expected and actual checksum.
ChecksumFailureException(String, Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
Creates a new exception with the specified detail message and cause.
ChecksumFailureException(Throwable) - Constructor for exception org.eclipse.aether.transfer.ChecksumFailureException
Creates a new exception with the specified cause.
checksumFetcher - Variable in class org.eclipse.aether.connector.basic.ChecksumValidator
 
checksumFiles - Variable in class org.eclipse.aether.connector.basic.ChecksumValidator
 
checksumPolicy - Variable in class org.eclipse.aether.connector.basic.ChecksumValidator
 
checksumPolicy - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
checksumPolicy - Variable in class org.eclipse.aether.repository.RepositoryPolicy
 
checksumPolicy - Variable in class org.eclipse.aether.spi.connector.ArtifactDownload
 
checksumPolicy - Variable in class org.eclipse.aether.spi.connector.MetadataDownload
 
ChecksumPolicy - Interface in org.eclipse.aether.spi.connector.checksum
A checksum policy gets employed by repository connectors to validate the integrity of a downloaded file.
checksumPolicyProvider - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
checksumPolicyProvider - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
 
checksumPolicyProvider - Variable in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
ChecksumPolicyProvider - Interface in org.eclipse.aether.spi.connector.checksum
Assists repository connectors in applying checksum policies to downloaded resources.
checksums - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PutTaskRunner
 
checksums - Variable in class org.eclipse.aether.connector.basic.ChecksumCalculator
 
checksums - Variable in class org.eclipse.aether.connector.basic.ChecksumValidator
 
checksums - Variable in class org.eclipse.aether.spi.connector.transport.GetTask
 
checksumsAlgorithms - Variable in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayout
 
ChecksumUtils - Class in org.eclipse.aether.util
A utility class to assist in the verification and generation of checksums.
ChecksumUtils() - Constructor for class org.eclipse.aether.util.ChecksumUtils
 
checksumValidator - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.GetTaskRunner
 
ChecksumValidator - Class in org.eclipse.aether.connector.basic
Performs checksum validation for a downloaded file.
ChecksumValidator(File, FileProcessor, ChecksumValidator.ChecksumFetcher, ChecksumPolicy, Collection<RepositoryLayout.Checksum>) - Constructor for class org.eclipse.aether.connector.basic.ChecksumValidator
 
ChecksumValidator.ChecksumFetcher - Interface in org.eclipse.aether.connector.basic
 
children - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
children - Variable in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
children - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
The conflict items which are immediate children of the node, used to easily update those conflict items after a new parent scope/optionality was encountered.
childScope - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
 
chooseEffectiveOptionality(Collection<ConflictResolver.ConflictItem>) - Method in class org.eclipse.aether.util.graph.transformer.SimpleOptionalitySelector
 
chooseEffectiveScope(Collection<ConflictResolver.ConflictItem>) - Method in class org.eclipse.aether.util.graph.transformer.JavaScopeSelector
 
chooseEffectiveScope(Set<String>) - Method in class org.eclipse.aether.util.graph.transformer.JavaScopeSelector
 
ClassicDependencyManager - Class in org.eclipse.aether.util.graph.manager
A dependency manager that mimics the way Maven 2.x works.
ClassicDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
Creates a new dependency manager without any management information.
ClassicDependencyManager(int, Map<Object, String>, Map<Object, String>, Map<Object, Boolean>, Map<Object, String>, Map<Object, Collection<Exclusion>>) - Constructor for class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
ClassicDependencyManager.Key - Class in org.eclipse.aether.util.graph.manager
 
classifier - Variable in class org.eclipse.aether.artifact.DefaultArtifact
 
classifier - Variable in class org.eclipse.aether.artifact.DefaultArtifactType
 
classifier - Variable in class org.eclipse.aether.graph.Exclusion
 
classifier - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
classifier - Variable in class org.eclipse.aether.util.artifact.SubArtifact
 
classify(Throwable) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Classifies the type of exception that has been thrown from a previous request to the transporter.
classify(Throwable) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
classpathFilter(String...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
classpathFilter(Collection<String>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
clear(char[]) - Static method in class org.eclipse.aether.util.repository.SecretAuthentication
 
clearTempFiles() - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
clone(Collection<String>) - Static method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
clone(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
Creates a clone of the specified node.
clones - Variable in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
 
CloningDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
A dependency visitor that constructs a clone of the visited dependency graph.
CloningDependencyVisitor() - Constructor for class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
Creates a new visitor that clones the visited nodes.
close() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
close() - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
close() - Method in class org.eclipse.aether.connector.basic.PartialFile
 
close() - Method in class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
close() - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
close() - Method in interface org.eclipse.aether.named.NamedLock
Closes the lock resource.
close() - Method in class org.eclipse.aether.named.support.NamedLockSupport
 
close() - Method in class org.eclipse.aether.repository.AuthenticationContext
Closes this authentication context and erases sensitive authentication data from heap memory.
close() - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
Closes this connector and frees any network resources associated with it.
close() - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
close() - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Closes this transporter and frees any network resources associated with it.
close() - Method in interface org.eclipse.aether.SyncContext
Releases all previously acquired artifacts/metadatas.
close() - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
close(Closeable) - Static method in class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
close(Closeable, File) - Method in class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
 
close(AuthenticationContext) - Static method in class org.eclipse.aether.repository.AuthenticationContext
Closes the specified authentication context.
closed - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
closed - Variable in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
closed - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
closeLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.eclipse.aether.impl.DependencyCollector
Collects the transitive dependencies of some artifacts and builds a dependency graph.
collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
collectDependencies(RepositorySystemSession, CollectRequest) - Method in interface org.eclipse.aether.RepositorySystem
Collects the transitive dependencies of an artifact and builds a dependency graph.
collectExceptions - Variable in class org.eclipse.aether.resolution.DependencyResult
 
collectionContext - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
collectRequest - Variable in class org.eclipse.aether.resolution.DependencyRequest
 
CollectRequest - Class in org.eclipse.aether.collection
A request to collect the transitive dependencies and to build a dependency graph from them.
CollectRequest() - Constructor for class org.eclipse.aether.collection.CollectRequest
Creates an uninitialized request.
CollectRequest(List<Dependency>, List<Dependency>, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
Creates a new request with the specified properties.
CollectRequest(Dependency, List<Dependency>, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
Creates a new request with the specified properties.
CollectRequest(Dependency, List<RemoteRepository>) - Constructor for class org.eclipse.aether.collection.CollectRequest
Creates a request with the specified properties.
CollectResult - Class in org.eclipse.aether.collection
The result of a dependency collection request.
CollectResult(CollectRequest) - Constructor for class org.eclipse.aether.collection.CollectResult
Creates a new result for the specified request.
combine(Collection<? extends T>, Collection<? extends T>) - Static method in class org.eclipse.aether.internal.impl.Utils
 
commit() - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
compare(Exclusion, Exclusion) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector.ExclusionComparator
 
comparePadding(GenericVersion.Item[], int, Boolean) - Static method in class org.eclipse.aether.util.version.GenericVersion
 
compareTo(PrioritizedComponent<?>) - Method in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
compareTo(GenericVersion.Item) - Method in class org.eclipse.aether.util.version.GenericVersion.Item
 
compareTo(Version) - Method in class org.eclipse.aether.internal.test.util.TestVersion
 
compareTo(Version) - Method in class org.eclipse.aether.util.version.GenericVersion
 
COMPILE - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 
component - Variable in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
ComponentAuthentication - Class in org.eclipse.aether.util.repository
Authentication block that manages a single authentication key and its component value.
ComponentAuthentication(String, Object) - Constructor for class org.eclipse.aether.util.repository.ComponentAuthentication
 
components - Variable in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
computeIfAbsent(Object, Supplier<Object>) - Method in class org.eclipse.aether.DefaultSessionData
 
computeIfAbsent(Object, Supplier<Object>) - Method in interface org.eclipse.aether.SessionData
Retrieve of compute the data associated with the specified key.
concat(String, String, String, String) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
 
concurrent - Variable in class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
CONFIG_PROP_CHECKSUMS_ALGORITHMS - Static variable in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
CONFIG_PROP_CONFIG - Static variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
CONFIG_PROP_DIR_MODE - Static variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
CONFIG_PROP_DISCRIMINATOR - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
Configuration property to pass in discriminator
CONFIG_PROP_ENABLE - Static variable in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
The key in the repository session's configuration properties used to store a Boolean flag whether this filter should be forced to ban snapshots.
CONFIG_PROP_FILE_MODE - Static variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
CONFIG_PROP_GROUP - Static variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
CONFIG_PROP_HOSTNAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
Configuration property to pass in hostname
CONFIG_PROP_MAX_CYCLES - Static variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
CONFIG_PROP_MAX_CYCLES_DEFAULT - Static variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
CONFIG_PROP_MAX_EXCEPTIONS - Static variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
CONFIG_PROP_MAX_EXCEPTIONS_DEFAULT - Static variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
CONFIG_PROP_NAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
Configuration property to pass in static name
CONFIG_PROP_OFFLINE_HOSTS - Static variable in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
CONFIG_PROP_OFFLINE_PROTOCOLS - Static variable in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
CONFIG_PROP_RESUME - Static variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
CONFIG_PROP_RESUME_THRESHOLD - Static variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
CONFIG_PROP_SESSION_STATE - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
CONFIG_PROP_SIGNATURE_CHECKSUMS - Static variable in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
CONFIG_PROP_SMART_CHECKSUMS - Static variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
CONFIG_PROP_SNAPSHOT_NORMALIZATION - Static variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
CONFIG_PROP_THREADS - Static variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
CONFIG_PROP_THREADS - Static variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
CONFIG_PROP_VERBOSE - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the repository session's configuration properties used to store a Boolean flag controlling the verbose mode for dependency management.
CONFIG_PROP_VERBOSE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
The key in the repository session's configuration properties used to store a Boolean flag controlling the transformer's verbose mode.
configProperties - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
configPropertiesView - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
configProps - Variable in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
ConfigurationProperties - Class in org.eclipse.aether
The keys and defaults for common configuration properties.
ConfigurationProperties() - Constructor for class org.eclipse.aether.ConfigurationProperties
 
configure() - Method in class org.eclipse.aether.impl.guice.AetherModule
Configures Guice with bindings for Aether components provided by this library.
configure() - Method in class org.eclipse.aether.impl.guice.AetherModule.Slf4jModule
 
configure(Wagon, Object) - Method in class org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator
 
configure(Wagon, Object) - Method in interface org.eclipse.aether.transport.wagon.WagonConfigurator
Configures the specified wagon instance with the given configuration.
configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - Method in class org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator.WagonComponentConfigurator
 
ConfigUtils - Class in org.eclipse.aether.util
A utility class to read configuration properties from a repository system session.
ConfigUtils() - Constructor for class org.eclipse.aether.util.ConfigUtils
 
CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a Map<DependencyNode, Object> is stored which maps dependency nodes to their conflict ids.
ConflictContext(DependencyNode, Object, Map<DependencyNode, Object>, Collection<ConflictResolver.ConflictItem>) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Creates a new conflict context.
ConflictContext(DependencyNode, Map<?, ?>, Collection<ConflictResolver.ConflictItem>) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
conflictCtx - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The conflict context passed to the version/scope/optionality selectors, updated as we move along rather than recreated to avoid tmp objects.
ConflictGroup() - Constructor for class org.eclipse.aether.util.graph.transformer.NearestVersionSelector.ConflictGroup
 
ConflictGroup(Set<Object>, int) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictMarker.ConflictGroup
 
conflictId - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
ConflictId(Object, int) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
conflictIds - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
conflictIds - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The output from the conflict marker
ConflictIdSorter - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that creates a topological sorting of the conflict ids which have been assigned to the dependency nodes.
ConflictIdSorter() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
 
ConflictIdSorter.ConflictId - Class in org.eclipse.aether.util.graph.transformer
 
ConflictIdSorter.RootQueue - Class in org.eclipse.aether.util.graph.transformer
 
ConflictItem(DependencyNode, DependencyNode, int, int, String...) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Creates a new conflict item with the specified properties.
ConflictItem(DependencyNode, DependencyNode, String, boolean) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
ConflictMarker - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that identifies conflicting dependencies.
ConflictMarker() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictMarker
 
ConflictMarker.ConflictGroup - Class in org.eclipse.aether.util.graph.transformer
 
ConflictMarker.Key - Class in org.eclipse.aether.util.graph.transformer
 
ConflictResolver - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that resolves version and scope conflicts among dependencies.
ConflictResolver(ConflictResolver.VersionSelector, ConflictResolver.ScopeSelector, ConflictResolver.OptionalitySelector, ConflictResolver.ScopeDeriver) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver
Creates a new conflict resolver instance with the specified hooks.
ConflictResolver.ConflictContext - Class in org.eclipse.aether.util.graph.transformer
A context used to hold information that is relevant for resolving version and scope conflicts.
ConflictResolver.ConflictItem - Class in org.eclipse.aether.util.graph.transformer
A conflicting dependency.
ConflictResolver.NodeInfo - Class in org.eclipse.aether.util.graph.transformer
 
ConflictResolver.OptionalitySelector - Class in org.eclipse.aether.util.graph.transformer
An extension point of ConflictResolver that determines the effective optional flag of a dependency from a potentially conflicting set of derived optionalities.
ConflictResolver.ScopeContext - Class in org.eclipse.aether.util.graph.transformer
A context used to hold information that is relevant for deriving the scope of a child dependency.
ConflictResolver.ScopeDeriver - Class in org.eclipse.aether.util.graph.transformer
An extension point of ConflictResolver that determines the scope of a dependency in relation to the scope of its parent.
ConflictResolver.ScopeSelector - Class in org.eclipse.aether.util.graph.transformer
An extension point of ConflictResolver that determines the effective scope of a dependency from a potentially conflicting set of derived scopes.
ConflictResolver.State - Class in org.eclipse.aether.util.graph.transformer
 
ConflictResolver.VersionSelector - Class in org.eclipse.aether.util.graph.transformer
An extension point of ConflictResolver that determines the winner among conflicting dependencies.
CONNECT_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
The maximum amount of time (in milliseconds) to wait for a successful connection to a remote server.
connectorFactories - Variable in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
connectWagon(Wagon) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
ConservativeAuthenticationSelector - Class in org.eclipse.aether.util.repository
An authentication selector that delegates to another selector but only if a repository has no authentication data yet.
ConservativeAuthenticationSelector(AuthenticationSelector) - Constructor for class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
Creates a new selector that delegates to the specified selector.
ConservativeProxySelector - Class in org.eclipse.aether.util.repository
A proxy selector that delegates to another selector but only if a repository has no proxy yet.
ConservativeProxySelector(ProxySelector) - Constructor for class org.eclipse.aether.util.repository.ConservativeProxySelector
Creates a new selector that delegates to the specified selector.
CONSTITUTES_BUILD_PATH - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
A boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a consumer project.
Constraint(VersionRangeResult) - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool.Constraint
 
ConstraintKey(VersionRangeRequest) - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool.ConstraintKey
 
constraints - Variable in class org.eclipse.aether.internal.impl.collect.DataPool
 
constraints - Variable in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector.ConflictGroup
 
container - Variable in class org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator
 
container - Variable in class org.eclipse.aether.internal.transport.wagon.PlexusWagonProvider
 
containsVersion(Version) - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
 
containsVersion(Version) - Method in class org.eclipse.aether.internal.test.util.TestVersionRange
 
containsVersion(Version) - Method in class org.eclipse.aether.util.version.GenericVersionConstraint
 
containsVersion(Version) - Method in class org.eclipse.aether.util.version.GenericVersionRange
 
containsVersion(Version) - Method in class org.eclipse.aether.util.version.UnionVersionRange
 
containsVersion(Version) - Method in interface org.eclipse.aether.version.VersionConstraint
Determines whether the specified version satisfies this constraint.
containsVersion(Version) - Method in interface org.eclipse.aether.version.VersionRange
Determines whether the specified version is contained within this range.
contentLength - Variable in class org.eclipse.aether.transfer.TransferResource
 
context - Variable in class org.eclipse.aether.collection.CollectRequest
 
context - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
context - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
context - Variable in class org.eclipse.aether.repository.LocalArtifactRequest
 
context - Variable in class org.eclipse.aether.repository.LocalMetadataRequest
 
context - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
 
context - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
 
context - Variable in class org.eclipse.aether.resolution.ArtifactRequest
 
context - Variable in class org.eclipse.aether.resolution.MetadataRequest
 
context - Variable in class org.eclipse.aether.resolution.VersionRangeRequest
 
context - Variable in class org.eclipse.aether.resolution.VersionRequest
 
context - Variable in class org.eclipse.aether.spi.connector.ArtifactDownload
 
context - Variable in class org.eclipse.aether.spi.connector.MetadataDownload
 
context(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
contexts - Variable in class org.eclipse.aether.repository.LocalArtifactRegistration
 
contexts - Variable in class org.eclipse.aether.repository.LocalMetadataRegistration
 
contexts - Variable in class org.eclipse.aether.spi.connector.ArtifactDownload
 
ContextualSnapshotVersionFilter - Class in org.eclipse.aether.util.graph.version
A version filter that blocks "*-SNAPSHOT" versions if the root artifact of the dependency graph is not a snapshot.
ContextualSnapshotVersionFilter() - Constructor for class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
Creates a new instance of this version filter.
convert(Object, Class<T>) - Method in class org.eclipse.aether.repository.AuthenticationContext
 
COORDINATE_PATTERN - Static variable in class org.eclipse.aether.artifact.DefaultArtifact
 
coords - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
COORDS - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
COORDS_NC - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
COORDSX - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
copy() - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Creates a new transfer event builder from the current values of this builder.
copy(char[]) - Static method in class org.eclipse.aether.util.repository.SecretAuthentication
 
copy(File, File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
copy(File, File) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
copy(File, File) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Copies the specified source file to the given target file.
copy(File, File, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
copy(File, File, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
copy(File, File, FileProcessor.ProgressListener) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Copies the specified source file to the given target file.
copy(OutputStream, InputStream) - Static method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
copy(OutputStream, InputStream, TransportListener) - Static method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
copy(OutputStream, InputStream, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
copy(OutputStream, InputStream, FileProcessor.ProgressListener) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
copy(Collection<Exclusion>) - Static method in class org.eclipse.aether.graph.Dependency.Exclusions
 
copy(List<RemoteRepository>) - Static method in class org.eclipse.aether.repository.RemoteRepository
 
copyFile(File, File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
copyProperties(Map<String, String>) - Static method in class org.eclipse.aether.artifact.AbstractArtifact
Copies the specified artifact properties.
copyProperties(Map<String, String>) - Static method in class org.eclipse.aether.metadata.AbstractMetadata
Copies the specified metadata properties.
copySafe(Map<?, ?>, Class<T>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
CORRUPTED - Enum constant in enum class org.eclipse.aether.transfer.TransferEvent.EventType
 
counter - Variable in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
 
create(DependencyManager, Dependency, boolean, boolean) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
createArtifactDescriptorRequest(DefaultDependencyCollector.Args, List<RemoteRepository>, Dependency) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
createContext(String) - Static method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
createDependencyNode(List<Artifact>, DefaultDependencyCollector.PremanagedDependency, VersionRangeResult, Version, Dependency, Collection<Artifact>, List<RemoteRepository>, String) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
createDependencyNode(List<Artifact>, DefaultDependencyCollector.PremanagedDependency, VersionRangeResult, Version, Dependency, ArtifactDescriptorResult, DependencyNode) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
createDiscriminator(RepositorySystemSession) - Method in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
createLock(String) - Method in class org.eclipse.aether.named.providers.FileLockNamedLockFactory
 
createLock(String) - Method in class org.eclipse.aether.named.providers.LocalReadWriteLockNamedLockFactory
 
createLock(String) - Method in class org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory
 
createLock(String) - Method in class org.eclipse.aether.named.providers.NoopNamedLockFactory
 
createLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
Implementations shall create and return NamedLockSupport for given name, this method must never return null.
createTempDir() - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
createTempDir(String) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
createTempFile() - Method in class org.eclipse.aether.transport.wagon.WagonTransporter.PutTaskRunner
 
createTempFile(byte[], int) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
createTempFile(File) - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
createTempFile(String) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
createVersionRangeRequest(DefaultDependencyCollector.Args, List<RemoteRepository>, Dependency) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
criticalRegion - Variable in class org.eclipse.aether.named.support.FileLockNamedLock
Lock protecting "critical region": this is where threads are allowed to perform locking but should leave this region as quick as possible.
currentId - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The conflict id currently processed.
cutComment(String) - Static method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
cutComment(String) - Static method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
 
cycleEntry - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
 
cycles - Variable in class org.eclipse.aether.collection.CollectResult
 
cycles - Variable in class org.eclipse.aether.resolution.DependencyResult
 
CYCLIC_CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a Collection<Collection<Object>> is stored that denotes cycles among conflict ids.

D

data - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
data - Variable in class org.eclipse.aether.DefaultSessionData
 
data - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
data - Variable in class org.eclipse.aether.RequestTrace
 
dataBuffer - Variable in class org.eclipse.aether.transfer.TransferEvent.Builder
 
dataBuffer - Variable in class org.eclipse.aether.transfer.TransferEvent
 
dataBytes - Variable in class org.eclipse.aether.spi.connector.transport.GetTask
 
dataBytes - Variable in class org.eclipse.aether.spi.connector.transport.PutTask
 
dataFile - Variable in class org.eclipse.aether.connector.basic.ChecksumValidator
 
dataFile - Variable in class org.eclipse.aether.spi.connector.transport.GetTask
 
dataFile - Variable in class org.eclipse.aether.spi.connector.transport.PutTask
 
DataPool - Class in org.eclipse.aether.internal.impl.collect
 
DataPool(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool
 
DataPool.BadDescriptor - Class in org.eclipse.aether.internal.impl.collect
 
DataPool.Constraint - Class in org.eclipse.aether.internal.impl.collect
 
DataPool.Constraint.VersionRepo - Class in org.eclipse.aether.internal.impl.collect
 
DataPool.ConstraintKey - Class in org.eclipse.aether.internal.impl.collect
 
DataPool.Descriptor - Class in org.eclipse.aether.internal.impl.collect
 
DataPool.GoodDescriptor - Class in org.eclipse.aether.internal.impl.collect
 
DataPool.GraphKey - Class in org.eclipse.aether.internal.impl.collect
 
debug(String) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLogger
Deprecated.
 
debug(String) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLoggerEx
Deprecated.
 
debug(String) - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory.TestLogger
Deprecated.
 
debug(String) - Method in interface org.eclipse.aether.spi.log.Logger
Deprecated.
Emits the specified message.
debug(String) - Method in class org.eclipse.aether.spi.log.NullLogger
Deprecated.
 
debug(String, Throwable) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLogger
Deprecated.
 
debug(String, Throwable) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLoggerEx
Deprecated.
 
debug(String, Throwable) - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory.TestLogger
Deprecated.
 
debug(String, Throwable) - Method in interface org.eclipse.aether.spi.log.Logger
Deprecated.
Emits the specified message along with a stack trace of the given exception.
debug(String, Throwable) - Method in class org.eclipse.aether.spi.log.NullLogger
Deprecated.
 
decRef() - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport.NamedLockHolder
 
def - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
DEFAULT_CHECKSUMS_ALGORITHMS - Static variable in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
The default connect timeout to use if ConfigurationProperties.CONNECT_TIMEOUT isn't set.
DEFAULT_DISCRIMINATOR_DIGEST - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
DEFAULT_HOSTNAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
DEFAULT_HTTP_CREDENTIAL_ENCODING - Static variable in class org.eclipse.aether.ConfigurationProperties
The default encoding/charset to use if ConfigurationProperties.HTTP_CREDENTIAL_ENCODING isn't set.
DEFAULT_IMPLICIT_PRIORITIES - Static variable in class org.eclipse.aether.ConfigurationProperties
The default extension priority mode if ConfigurationProperties.IMPLICIT_PRIORITIES isn't set.
DEFAULT_INTERACTIVE - Static variable in class org.eclipse.aether.ConfigurationProperties
The default interactive mode if ConfigurationProperties.INTERACTIVE isn't set.
DEFAULT_PERSISTED_CHECKSUMS - Static variable in class org.eclipse.aether.ConfigurationProperties
The default checksum persistence mode if ConfigurationProperties.PERSISTED_CHECKSUMS isn't set.
DEFAULT_POLICY - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
DEFAULT_REQUEST_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
The default request timeout to use if ConfigurationProperties.REQUEST_TIMEOUT isn't set.
DEFAULT_TIME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
DEFAULT_TIME_UNIT - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
DEFAULT_USER_AGENT - Static variable in class org.eclipse.aether.ConfigurationProperties
The default user agent to use if ConfigurationProperties.USER_AGENT isn't set.
DefaultArtifact - Class in org.eclipse.aether.artifact
A simple artifact.
DefaultArtifact(String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and no classifier.
DefaultArtifact(String, String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, String, String, String, String, File, Map<String, String>) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
 
DefaultArtifact(String, String, String, String, String, Map<String, String>, File) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates, properties and file.
DefaultArtifact(String, String, String, String, String, Map<String, String>, ArtifactType) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and properties.
DefaultArtifact(String, String, String, String, String, ArtifactType) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, Map<String, String>) - Constructor for class org.eclipse.aether.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and properties.
DefaultArtifactResolver - Class in org.eclipse.aether.internal.impl
 
DefaultArtifactResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
DefaultArtifactResolver(FileProcessor, RepositoryEventDispatcher, VersionResolver, UpdateCheckManager, RepositoryConnectorProvider, RemoteRepositoryManager, SyncContextFactory, OfflineController) - Constructor for class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
DefaultArtifactResolver.ResolutionGroup - Class in org.eclipse.aether.internal.impl
 
DefaultArtifactResolver.ResolutionItem - Class in org.eclipse.aether.internal.impl
 
DefaultArtifactType - Class in org.eclipse.aether.artifact
A simple artifact type.
DefaultArtifactType(String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
Creates a new artifact type with the specified identifier.
DefaultArtifactType(String, String, String, String) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
Creates a new artifact type with the specified properties.
DefaultArtifactType(String, String, String, String, boolean, boolean) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
Creates a new artifact type with the specified properties.
DefaultArtifactType(String, String, String, Map<String, String>) - Constructor for class org.eclipse.aether.artifact.DefaultArtifactType
Creates a new artifact type with the specified properties.
DefaultArtifactTypeRegistry - Class in org.eclipse.aether.util.artifact
A simple artifact type registry.
DefaultArtifactTypeRegistry() - Constructor for class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
Creates a new artifact type registry with initally no registered artifact types.
DefaultAuthenticationSelector - Class in org.eclipse.aether.util.repository
A simple authentication selector that selects authentication based on repository identifiers.
DefaultAuthenticationSelector() - Constructor for class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
 
DefaultChecksumPolicyProvider - Class in org.eclipse.aether.internal.impl
 
DefaultChecksumPolicyProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
DefaultDependencyCollectionContext - Class in org.eclipse.aether.internal.impl.collect
 
DefaultDependencyCollectionContext(RepositorySystemSession, Artifact, Dependency, List<Dependency>) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
DefaultDependencyCollector - Class in org.eclipse.aether.internal.impl.collect
 
DefaultDependencyCollector() - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
DefaultDependencyCollector(RemoteRepositoryManager, ArtifactDescriptorReader, VersionRangeResolver) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
DefaultDependencyCollector.Args - Class in org.eclipse.aether.internal.impl.collect
 
DefaultDependencyCollector.PremanagedDependency - Class in org.eclipse.aether.internal.impl.collect
 
DefaultDependencyCollector.Results - Class in org.eclipse.aether.internal.impl.collect
 
DefaultDependencyCycle - Class in org.eclipse.aether.internal.impl.collect
 
DefaultDependencyCycle(NodeStack, int, Dependency) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
 
DefaultDependencyGraphTransformationContext - Class in org.eclipse.aether.internal.impl.collect
 
DefaultDependencyGraphTransformationContext(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
 
DefaultDependencyManager - Class in org.eclipse.aether.util.graph.manager
A dependency manager managing dependencies on all levels supporting transitive dependency management.
DefaultDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
Creates a new dependency manager without any management information.
DefaultDependencyManager(Map<Object, String>, Map<Object, String>, Map<Object, Boolean>, Map<Object, String>, Map<Object, Collection<Exclusion>>) - Constructor for class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
DefaultDependencyManager.Key - Class in org.eclipse.aether.util.graph.manager
 
DefaultDependencyNode - Class in org.eclipse.aether.graph
A node within a dependency graph.
DefaultDependencyNode(Artifact) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
Creates a new root node with the specified artifact as its label.
DefaultDependencyNode(Dependency) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
Creates a new node with the specified dependency.
DefaultDependencyNode(DependencyNode) - Constructor for class org.eclipse.aether.graph.DefaultDependencyNode
Creates a mostly shallow clone of the specified node.
DefaultDeployer - Class in org.eclipse.aether.internal.impl
 
DefaultDeployer() - Constructor for class org.eclipse.aether.internal.impl.DefaultDeployer
 
DefaultDeployer(FileProcessor, RepositoryEventDispatcher, RepositoryConnectorProvider, RemoteRepositoryManager, UpdateCheckManager, Set<MetadataGeneratorFactory>, SyncContextFactory, OfflineController) - Constructor for class org.eclipse.aether.internal.impl.DefaultDeployer
 
DefaultDeployer.ArtifactUploadListener - Class in org.eclipse.aether.internal.impl
 
DefaultDeployer.EventCatapult - Class in org.eclipse.aether.internal.impl
 
DefaultDeployer.MetadataUploadListener - Class in org.eclipse.aether.internal.impl
 
DefaultFileProcessor - Class in org.eclipse.aether.internal.impl
A utility class helping with file-based operations.
DefaultFileProcessor() - Constructor for class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
DefaultInstaller - Class in org.eclipse.aether.internal.impl
 
DefaultInstaller() - Constructor for class org.eclipse.aether.internal.impl.DefaultInstaller
 
DefaultInstaller(FileProcessor, RepositoryEventDispatcher, Set<MetadataGeneratorFactory>, SyncContextFactory) - Constructor for class org.eclipse.aether.internal.impl.DefaultInstaller
 
DefaultLocalRepositoryProvider - Class in org.eclipse.aether.internal.impl
 
DefaultLocalRepositoryProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
DefaultLocalRepositoryProvider(Set<LocalRepositoryManagerFactory>) - Constructor for class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
DefaultMetadata - Class in org.eclipse.aether.metadata
A basic metadata instance.
DefaultMetadata(String, String, String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
DefaultMetadata(String, String, String, String, Metadata.Nature, File) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
DefaultMetadata(String, String, String, String, Metadata.Nature, File, Map<String, String>) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
 
DefaultMetadata(String, String, String, String, Metadata.Nature, Map<String, String>, File) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
DefaultMetadata(String, String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId level with the specific type and nature.
DefaultMetadata(String, String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the groupId level with the specific type and nature.
DefaultMetadata(String, Metadata.Nature) - Constructor for class org.eclipse.aether.metadata.DefaultMetadata
Creates a new metadata for the repository root with the specific type and nature.
DefaultMetadataResolver - Class in org.eclipse.aether.internal.impl
 
DefaultMetadataResolver() - Constructor for class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
DefaultMetadataResolver(RepositoryEventDispatcher, UpdateCheckManager, RepositoryConnectorProvider, RemoteRepositoryManager, SyncContextFactory, OfflineController) - Constructor for class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
DefaultMetadataResolver.ResolveTask - Class in org.eclipse.aether.internal.impl
 
DefaultMirrorSelector - Class in org.eclipse.aether.util.repository
A simple mirror selector that selects mirrors based on repository identifiers.
DefaultMirrorSelector() - Constructor for class org.eclipse.aether.util.repository.DefaultMirrorSelector
 
DefaultMirrorSelector.MirrorDef - Class in org.eclipse.aether.util.repository
 
DefaultOfflineController - Class in org.eclipse.aether.internal.impl
 
DefaultOfflineController() - Constructor for class org.eclipse.aether.internal.impl.DefaultOfflineController
 
DefaultProxySelector - Class in org.eclipse.aether.util.repository
A simple proxy selector that selects the first matching proxy from a list of configured proxies.
DefaultProxySelector() - Constructor for class org.eclipse.aether.util.repository.DefaultProxySelector
 
DefaultProxySelector.NonProxyHosts - Class in org.eclipse.aether.util.repository
 
DefaultProxySelector.ProxyDef - Class in org.eclipse.aether.util.repository
 
DefaultRemoteRepositoryManager - Class in org.eclipse.aether.internal.impl
 
DefaultRemoteRepositoryManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
DefaultRemoteRepositoryManager(UpdatePolicyAnalyzer, ChecksumPolicyProvider) - Constructor for class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
DefaultRemoteRepositoryManager.LoggedMirror - Class in org.eclipse.aether.internal.impl
 
DefaultRepositoryCache - Class in org.eclipse.aether
A simplistic repository cache backed by a thread-safe map.
DefaultRepositoryCache() - Constructor for class org.eclipse.aether.DefaultRepositoryCache
 
DefaultRepositoryConnectorProvider - Class in org.eclipse.aether.internal.impl
 
DefaultRepositoryConnectorProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
DefaultRepositoryConnectorProvider(Set<RepositoryConnectorFactory>) - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
DefaultRepositoryEventDispatcher - Class in org.eclipse.aether.internal.impl
 
DefaultRepositoryEventDispatcher() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
DefaultRepositoryEventDispatcher(Set<RepositoryListener>) - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
DefaultRepositoryLayoutProvider - Class in org.eclipse.aether.internal.impl
 
DefaultRepositoryLayoutProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
DefaultRepositoryLayoutProvider(Set<RepositoryLayoutFactory>) - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
DefaultRepositorySystem - Class in org.eclipse.aether.internal.impl
 
DefaultRepositorySystem() - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
DefaultRepositorySystem(VersionResolver, VersionRangeResolver, ArtifactResolver, MetadataResolver, ArtifactDescriptorReader, DependencyCollector, Installer, Deployer, LocalRepositoryProvider, SyncContextFactory, RemoteRepositoryManager) - Constructor for class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
DefaultRepositorySystemSession - Class in org.eclipse.aether
A simple repository system session.
DefaultRepositorySystemSession() - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession
Creates an uninitialized session.
DefaultRepositorySystemSession(RepositorySystemSession) - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession
Creates a shallow copy of the specified session.
DefaultRepositorySystemSession.NullArtifactTypeRegistry - Class in org.eclipse.aether
 
DefaultRepositorySystemSession.NullAuthenticationSelector - Class in org.eclipse.aether
 
DefaultRepositorySystemSession.NullFileTransformerManager - Class in org.eclipse.aether
 
DefaultRepositorySystemSession.NullMirrorSelector - Class in org.eclipse.aether
 
DefaultRepositorySystemSession.NullProxySelector - Class in org.eclipse.aether
 
DefaultServiceLocator - Class in org.eclipse.aether.impl
Deprecated.
Use some out-of-the-box DI implementation instead.
DefaultServiceLocator() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Creates a new service locator that already knows about all service implementations included this library.
DefaultServiceLocator.Entry<T> - Class in org.eclipse.aether.impl
Deprecated.
 
DefaultServiceLocator.ErrorHandler - Class in org.eclipse.aether.impl
Deprecated.
A hook to customize the handling of errors encountered while locating a service implementation.
DefaultSessionData - Class in org.eclipse.aether
A simple session data storage backed by a thread-safe map.
DefaultSessionData() - Constructor for class org.eclipse.aether.DefaultSessionData
 
DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl.synccontext
Default SyncContextFactory implementation that uses named locks.
DefaultSyncContextFactory - Class in org.eclipse.aether.internal.impl.synccontext.legacy
Deprecated.
Use the proper class from SPI module.
DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
 
DefaultSyncContextFactory() - Constructor for class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
Deprecated.
 
DefaultSyncContextFactory(NamedLockFactorySelector) - Constructor for class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
Constructor used with DI, where factories are injected and selected based on key.
DefaultSyncContextFactory(SyncContextFactory) - Constructor for class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
Deprecated.
 
DefaultTrackingFileManager - Class in org.eclipse.aether.internal.impl
Manages access to a properties file.
DefaultTrackingFileManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
 
DefaultTransporterProvider - Class in org.eclipse.aether.internal.impl
 
DefaultTransporterProvider() - Constructor for class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
DefaultTransporterProvider(Set<TransporterFactory>) - Constructor for class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
DefaultUpdateCheckManager - Class in org.eclipse.aether.internal.impl
 
DefaultUpdateCheckManager() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
DefaultUpdateCheckManager(TrackingFileManager, UpdatePolicyAnalyzer) - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
DefaultUpdatePolicyAnalyzer - Class in org.eclipse.aether.internal.impl
 
DefaultUpdatePolicyAnalyzer() - Constructor for class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
DefaultVersionFilterContext - Class in org.eclipse.aether.internal.impl.collect
 
DefaultVersionFilterContext(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
definition - Variable in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
definition - Variable in class org.eclipse.aether.internal.test.util.DependencyGraphParser.LineContext
 
definition - Variable in class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
definition - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
Definition(String) - Constructor for class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
del(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
delegate - Variable in class org.eclipse.aether.internal.impl.collect.CachingArtifactTypeRegistry
 
delegate - Variable in class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
Deprecated.
 
delegate - Variable in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
delegate - Variable in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
 
DelegatingArtifact - Class in org.eclipse.aether.util.artifact
An artifact that delegates to another artifact instance.
DelegatingArtifact(Artifact) - Constructor for class org.eclipse.aether.util.artifact.DelegatingArtifact
Creates a new artifact instance that delegates to the specified artifact.
delete(File, Collection<File>) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
deleteFile(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
deleteLocalCopyIfMissing - Variable in class org.eclipse.aether.resolution.MetadataRequest
 
deleteTempFiles() - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
delta - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
delta(int, T, T) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
 
delTempFile(File) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
dependencies - Variable in class org.eclipse.aether.collection.CollectRequest
 
dependencies - Variable in class org.eclipse.aether.internal.impl.collect.DataPool
 
dependencies - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GoodDescriptor
 
dependencies - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
 
dependencies - Variable in class org.eclipse.aether.internal.test.util.ArtifactDescription
 
dependencies - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
dependencies(List<String>, boolean) - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
 
DEPENDENCIES - Enum constant in enum class org.eclipse.aether.internal.test.util.IniArtifactDataReader.State
 
dependency - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
dependency - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
dependency - Variable in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
dependency - Variable in class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
dependency - Variable in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
Dependency - Class in org.eclipse.aether.graph
A dependency to some artifact.
Dependency(Artifact, String) - Constructor for class org.eclipse.aether.graph.Dependency
Creates a mandatory dependency on the specified artifact with the given scope.
Dependency(Artifact, String, Boolean) - Constructor for class org.eclipse.aether.graph.Dependency
Creates a dependency on the specified artifact with the given scope.
Dependency(Artifact, String, Boolean, Collection<Exclusion>) - Constructor for class org.eclipse.aether.graph.Dependency
Creates a dependency on the specified artifact with the given scope and exclusions.
Dependency(Artifact, String, Set<Exclusion>, Boolean) - Constructor for class org.eclipse.aether.graph.Dependency
 
DEPENDENCY_POOL - Static variable in class org.eclipse.aether.internal.impl.collect.DataPool
 
Dependency.Exclusions - Class in org.eclipse.aether.graph
 
DependencyCollectionContext - Interface in org.eclipse.aether.collection
A context used during dependency collection to update the dependency manager, selector and traverser.
DependencyCollectionException - Exception in org.eclipse.aether.collection
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.
DependencyCollectionException(CollectResult) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
Creates a new exception with the specified result.
DependencyCollectionException(CollectResult, String) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
Creates a new exception with the specified result and detail message.
DependencyCollectionException(CollectResult, String, Throwable) - Constructor for exception org.eclipse.aether.collection.DependencyCollectionException
Creates a new exception with the specified result, detail message and cause.
dependencyCollector - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
DependencyCollector - Interface in org.eclipse.aether.impl
Given a collection of direct dependencies, recursively gathers their transitive dependencies and calculates the dependency graph.
DependencyCycle - Interface in org.eclipse.aether.graph
A cycle within a dependency graph, that is a sequence of dependencies d_1, d_2, ..., d_n where d_1 and d_n have the same versionless coordinates.
DependencyFilter - Interface in org.eclipse.aether.graph
A filter to include/exclude dependency nodes during other operations.
DependencyFilterUtils - Class in org.eclipse.aether.util.filter
A utility class assisting in the creation of dependency node filters.
DependencyFilterUtils() - Constructor for class org.eclipse.aether.util.filter.DependencyFilterUtils
 
DependencyGraphParser - Class in org.eclipse.aether.internal.test.util
Creates a dependency graph from a text description.
DependencyGraphParser() - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
Create a parser with an empty prefix.
DependencyGraphParser(String) - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
Create a parser with the given prefix.
DependencyGraphParser(String, Collection<String>) - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser
Create a parser with the given prefix and the given substitution strings.
DependencyGraphParser.LineContext - Class in org.eclipse.aether.internal.test.util
 
DependencyGraphParser.NodeEntry - Class in org.eclipse.aether.internal.test.util
 
DependencyGraphTransformationContext - Interface in org.eclipse.aether.collection
A context used during dependency collection to exchange information within a chain of dependency graph transformers.
dependencyGraphTransformer - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
DependencyGraphTransformer - Interface in org.eclipse.aether.collection
Transforms a given dependency graph.
DependencyManagement - Class in org.eclipse.aether.collection
The management updates to apply to a dependency.
DependencyManagement() - Constructor for class org.eclipse.aether.collection.DependencyManagement
Creates an empty management update.
dependencyManager - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
DependencyManager - Interface in org.eclipse.aether.collection
Applies dependency management to the dependencies of a dependency node.
DependencyManagerUtils - Class in org.eclipse.aether.util.graph.manager
A utility class assisting in analyzing the effects of dependency management.
DependencyManagerUtils() - Constructor for class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
 
DependencyNode - Interface in org.eclipse.aether.graph
A node within a dependency graph.
DependencyRequest - Class in org.eclipse.aether.resolution
A request to resolve transitive dependencies.
DependencyRequest() - Constructor for class org.eclipse.aether.resolution.DependencyRequest
Creates an uninitialized request.
DependencyRequest(CollectRequest, DependencyFilter) - Constructor for class org.eclipse.aether.resolution.DependencyRequest
Creates a request for the specified collect request and with the given resolution filter.
DependencyRequest(DependencyNode, DependencyFilter) - Constructor for class org.eclipse.aether.resolution.DependencyRequest
Creates a request for the specified dependency graph and with the given resolution filter.
DependencyResolutionException - Exception in org.eclipse.aether.resolution
Thrown in case of a unresolvable dependencies.
DependencyResolutionException(DependencyResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.DependencyResolutionException
Creates a new exception with the specified result, detail message and cause.
DependencyResolutionException(DependencyResult, Throwable) - Constructor for exception org.eclipse.aether.resolution.DependencyResolutionException
Creates a new exception with the specified result and cause.
DependencyResult - Class in org.eclipse.aether.resolution
The result of a dependency resolution request.
DependencyResult(DependencyRequest) - Constructor for class org.eclipse.aether.resolution.DependencyResult
Creates a new result for the specified request.
dependencySelector - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
DependencySelector - Interface in org.eclipse.aether.collection
Decides what dependencies to include in the dependency graph.
dependencyTraverser - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
DependencyTraverser - Interface in org.eclipse.aether.collection
Decides whether the dependencies of a dependency node should be traversed as well.
DependencyVisitor - Interface in org.eclipse.aether.graph
A visitor for nodes of the dependency graph.
deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.impl.Deployer
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
deploy(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
deploy(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.RepositorySystem
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
deploy(SyncContext, RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
deployer - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
Deployer - Interface in org.eclipse.aether.impl
Publishes artifacts to a remote repository.
DeploymentException - Exception in org.eclipse.aether.deployment
Thrown in case of a deployment error like authentication failure.
DeploymentException(String) - Constructor for exception org.eclipse.aether.deployment.DeploymentException
Creates a new exception with the specified detail message.
DeploymentException(String, Throwable) - Constructor for exception org.eclipse.aether.deployment.DeploymentException
Creates a new exception with the specified detail message and cause.
DeployRequest - Class in org.eclipse.aether.deployment
A request to deploy artifacts and their accompanying metadata into the a remote repository.
DeployRequest() - Constructor for class org.eclipse.aether.deployment.DeployRequest
Creates an uninitialized request.
DeployResult - Class in org.eclipse.aether.deployment
The result of deploying artifacts and their accompanying metadata into the a remote repository.
DeployResult(DeployRequest) - Constructor for class org.eclipse.aether.deployment.DeployResult
Creates a new result for the specified request.
depth - Variable in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
depth - Variable in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
depth - Variable in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
depth - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
depth() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
deriveChildFilter(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.VersionFilter
Derives a version filter for the specified collection context.
deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
 
deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
 
deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.HighestVersionFilter
 
deriveChildFilter(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.version.SnapshotVersionFilter
 
deriveChildManager(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencyManager
Derives a dependency manager for the specified collection context.
deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
 
deriveChildManager(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
deriveChildSelector(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencySelector
Derives a dependency selector for the specified collection context.
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
deriveChildTraverser(DependencyCollectionContext) - Method in interface org.eclipse.aether.collection.DependencyTraverser
Derives a dependency traverser that will be used to decide whether the transitive dependencies of the dependency given in the collection context shall be traversed.
deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
 
deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
 
deriveChildTraverser(DependencyCollectionContext) - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
 
derivedOptionalities - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
The set of derived optionalities the node was visited with, used to check whether an already seen node needs to be revisited again in context of another optionality.
derivedScope - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
 
derivedScopes - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
The set of derived scopes the node was visited with, used to check whether an already seen node needs to be revisited again in context of another scope.
deriveOptional(DependencyNode, Object) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
deriveScope(DependencyNode, Object) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
deriveScope(ConflictResolver.ScopeContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
Determines the scope of a dependency in relation to the scope of its parent.
deriveScope(ConflictResolver.ScopeContext) - Method in class org.eclipse.aether.util.graph.transformer.JavaScopeDeriver
 
Descriptor() - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool.Descriptor
 
descriptorReader - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
descriptors - Variable in class org.eclipse.aether.internal.impl.collect.DataPool
 
DESCRIPTORS - Static variable in class org.eclipse.aether.internal.impl.collect.DataPool
 
destroyLock(String) - Method in class org.eclipse.aether.named.providers.FileLockNamedLockFactory
 
destroyLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
Implementation may override this (empty) method to perform some sort of implementation specific cleanup for given lock name.
digest - Variable in class org.eclipse.aether.connector.basic.ChecksumCalculator.Checksum
 
digest - Variable in class org.eclipse.aether.internal.impl.SimpleDigest
 
digest - Variable in class org.eclipse.aether.repository.AuthenticationDigest
 
digest() - Method in class org.eclipse.aether.internal.impl.SimpleDigest
 
digest() - Method in class org.eclipse.aether.repository.AuthenticationDigest
 
digest(AuthenticationDigest) - Method in interface org.eclipse.aether.repository.Authentication
Updates the given digest with data from this authentication callback.
digest(AuthenticationDigest) - Method in class org.eclipse.aether.util.repository.ChainedAuthentication
 
digest(AuthenticationDigest) - Method in class org.eclipse.aether.util.repository.ComponentAuthentication
 
digest(AuthenticationDigest) - Method in class org.eclipse.aether.util.repository.JreProxySelector.JreProxyAuthentication
 
digest(AuthenticationDigest) - Method in class org.eclipse.aether.util.repository.SecretAuthentication
 
digest(AuthenticationDigest) - Method in class org.eclipse.aether.util.repository.StringAuthentication
 
DirectExecutor() - Constructor for class org.eclipse.aether.connector.basic.BasicRepositoryConnector.DirectExecutor
 
disconnectWagon(Wagon) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
DiscriminatingNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
Discriminating NameMapper, that wraps another NameMapper and adds a "discriminator" as prefix, that makes lock names unique including the hostname and local repository (by default).
DiscriminatingNameMapper(NameMapper) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
dispatch(RepositoryEvent) - Method in interface org.eclipse.aether.impl.RepositoryEventDispatcher
Dispatches the specified repository event to all registered listeners.
dispatch(RepositoryEvent) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
dispatch(RepositoryEvent, RepositoryListener) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
dispatcher - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
doLockExclusively() - Method in class org.eclipse.aether.named.support.FileLockNamedLock
 
doLockShared() - Method in class org.eclipse.aether.named.support.FileLockNamedLock
 
doRecurse(DefaultDependencyCollector.Args, DefaultDependencyCollector.Results, List<RemoteRepository>, DependencySelector, DependencyManager, DependencyTraverser, VersionFilter, Dependency, ArtifactDescriptorResult, DefaultDependencyNode) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
download - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
DOWNLOAD_URL - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
The URL to a web page from which the artifact can be manually downloaded.
dump(DependencyNode) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 

E

elements - Variable in class org.eclipse.aether.util.graph.visitor.Stack
 
emptify(String) - Static method in class org.eclipse.aether.artifact.DefaultArtifact
 
emptify(String) - Static method in class org.eclipse.aether.artifact.DefaultArtifactType
 
emptify(String) - Static method in class org.eclipse.aether.metadata.DefaultMetadata
 
EMPTY - Static variable in class org.eclipse.aether.spi.connector.transport.TransportTask
 
enabled - Variable in class org.eclipse.aether.repository.RepositoryPolicy
 
EnhancedLocalRepositoryManager - Class in org.eclipse.aether.internal.impl
These are implementation details for enhanced local repository manager, subject to change without prior notice.
EnhancedLocalRepositoryManager(File, RepositorySystemSession, TrackingFileManager) - Constructor for class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
EnhancedLocalRepositoryManagerFactory - Class in org.eclipse.aether.internal.impl
Creates enhanced local repository managers for repository types "default" or "" (automatic).
EnhancedLocalRepositoryManagerFactory() - Constructor for class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
EnhancedLocalRepositoryManagerFactory(TrackingFileManager) - Constructor for class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
entries - Variable in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
 
Entry(Class<T>) - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
eqClass(T, T) - Static method in class org.eclipse.aether.util.repository.ComponentAuthentication
 
equals(Object) - Method in class org.eclipse.aether.artifact.AbstractArtifact
Compares this artifact with the specified object.
equals(Object) - Method in class org.eclipse.aether.graph.Dependency
 
equals(Object) - Method in class org.eclipse.aether.graph.Exclusion
 
equals(Object) - Method in class org.eclipse.aether.internal.impl.collect.DataPool.ConstraintKey
 
equals(Object) - Method in class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
equals(Object) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager.LoggedMirror
 
equals(Object) - Method in class org.eclipse.aether.internal.test.util.TestVersion
 
equals(Object) - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
 
equals(Object) - Method in class org.eclipse.aether.internal.test.util.TestVersionRange
 
equals(Object) - Method in class org.eclipse.aether.internal.test.util.TestVersionScheme
 
equals(Object) - Method in class org.eclipse.aether.metadata.AbstractMetadata
Compares this metadata with the specified object.
equals(Object) - Method in class org.eclipse.aether.repository.LocalRepository
 
equals(Object) - Method in class org.eclipse.aether.repository.Proxy
 
equals(Object) - Method in class org.eclipse.aether.repository.RemoteRepository
 
equals(Object) - Method in class org.eclipse.aether.repository.RepositoryPolicy
 
equals(Object) - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
equals(Object) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
equals(Object) - Method in class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.filter.AndDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.filter.NotDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.filter.OrDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.filter.ScopeDependencyFilter
 
equals(Object) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
equals(Object) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager.Key
 
equals(Object) - Method in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
equals(Object) - Method in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager.Key
 
equals(Object) - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
 
equals(Object) - Method in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
equals(Object) - Method in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager.Key
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
equals(Object) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
equals(Object) - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker.Key
 
equals(Object) - Method in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
 
equals(Object) - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
 
equals(Object) - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
 
equals(Object) - Method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
 
equals(Object) - Method in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
 
equals(Object) - Method in class org.eclipse.aether.util.graph.version.HighestVersionFilter
 
equals(Object) - Method in class org.eclipse.aether.util.graph.version.SnapshotVersionFilter
 
equals(Object) - Method in class org.eclipse.aether.util.repository.ChainedAuthentication
 
equals(Object) - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader.Key
 
equals(Object) - Method in class org.eclipse.aether.util.repository.ComponentAuthentication
 
equals(Object) - Method in class org.eclipse.aether.util.repository.JreProxySelector.JreProxyAuthentication
 
equals(Object) - Method in class org.eclipse.aether.util.repository.SecretAuthentication
 
equals(Object) - Method in class org.eclipse.aether.util.repository.StringAuthentication
 
equals(Object) - Method in class org.eclipse.aether.util.version.GenericVersion
 
equals(Object) - Method in class org.eclipse.aether.util.version.GenericVersion.Item
 
equals(Object) - Method in class org.eclipse.aether.util.version.GenericVersionConstraint
 
equals(Object) - Method in class org.eclipse.aether.util.version.GenericVersionRange
 
equals(Object) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
equals(Object) - Method in class org.eclipse.aether.util.version.UnionVersionRange
 
equals(Object) - Method in class org.eclipse.aether.version.VersionRange.Bound
 
equals(List<RemoteRepository>, List<RemoteRepository>) - Static method in class org.eclipse.aether.internal.impl.collect.DataPool.ConstraintKey
 
equalsBaseId(Artifact, Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Determines whether two artifacts have the same base identifier.
equalsId(Artifact, Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Determines whether two artifacts have the same identifier.
equalsVersionlessId(Artifact, Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Determines whether two artifacts have the same versionless identifier.
error - Variable in class org.eclipse.aether.connector.basic.ChecksumCalculator.Checksum
 
error - Variable in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
 
error(Exception) - Method in class org.eclipse.aether.connector.basic.ChecksumCalculator.Checksum
 
ERROR_KEY_SUFFIX - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
ERROR_NOT_FOUND - Static variable in interface org.eclipse.aether.spi.connector.transport.Transporter
Classification for exceptions that denote a requested resource does not exist in the remote repository.
ERROR_OTHER - Static variable in interface org.eclipse.aether.spi.connector.transport.Transporter
Classification for exceptions that denote connectivity or authentication issues and any other kind of error that is not mapped to another classification code.
errorHandler - Variable in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
 
ErrorHandler() - Constructor for class org.eclipse.aether.impl.DefaultServiceLocator.ErrorHandler
Deprecated.
 
errorPath - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Results
 
evaluateDownloads(RepositorySystemSession, DefaultArtifactResolver.ResolutionGroup) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
eventBuilder - Variable in class org.eclipse.aether.connector.basic.TransferTransportListener
 
EventCatapult(RepositorySystemSession, RequestTrace, RemoteRepository, RepositoryEventDispatcher) - Constructor for class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
EventType() - Constructor for enum class org.eclipse.aether.RepositoryEvent.EventType
 
EventType() - Constructor for enum class org.eclipse.aether.transfer.TransferEvent.EventType
 
exception - Variable in class org.eclipse.aether.impl.UpdateCheck
 
exception - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
exception - Variable in class org.eclipse.aether.resolution.MetadataResult
 
exception - Variable in class org.eclipse.aether.spi.connector.ArtifactTransfer
 
exception - Variable in class org.eclipse.aether.spi.connector.MetadataTransfer
 
exception - Variable in class org.eclipse.aether.transfer.TransferEvent.Builder
 
exception - Variable in class org.eclipse.aether.transfer.TransferEvent
 
exceptions - Variable in class org.eclipse.aether.collection.CollectResult
 
exceptions - Variable in class org.eclipse.aether.RepositoryEvent.Builder
 
exceptions - Variable in class org.eclipse.aether.RepositoryEvent
 
exceptions - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
exceptions - Variable in class org.eclipse.aether.resolution.ArtifactResult
 
exceptions - Variable in class org.eclipse.aether.resolution.VersionRangeResult
 
exceptions - Variable in class org.eclipse.aether.resolution.VersionResult
 
excludeChildrenOfMatches - Variable in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
 
excluded - Variable in class org.eclipse.aether.util.filter.ScopeDependencyFilter
 
excluded - Variable in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
excludes - Variable in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
 
Exclusion - Class in org.eclipse.aether.graph
An exclusion of one or more transitive dependencies.
Exclusion(String, String, String, String) - Constructor for class org.eclipse.aether.graph.Exclusion
Creates an exclusion for artifacts with the specified coordinates.
ExclusionComparator() - Constructor for class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector.ExclusionComparator
 
ExclusionDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that applies exclusions based on artifact coordinates.
ExclusionDependencySelector() - Constructor for class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
Creates a new selector without any exclusions.
ExclusionDependencySelector(Collection<Exclusion>) - Constructor for class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
Creates a new selector with the specified exclusions.
ExclusionDependencySelector(Exclusion[]) - Constructor for class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
ExclusionDependencySelector.ExclusionComparator - Class in org.eclipse.aether.util.graph.selector
 
exclusions - Variable in class org.eclipse.aether.collection.DependencyManagement
 
exclusions - Variable in class org.eclipse.aether.graph.Dependency
 
exclusions - Variable in class org.eclipse.aether.graph.Dependency.Exclusions
 
exclusions - Variable in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
Exclusions(Collection<Exclusion>) - Constructor for class org.eclipse.aether.graph.Dependency.Exclusions
 
ExclusionsDependencyFilter - Class in org.eclipse.aether.util.filter
A simple filter to exclude artifacts based on either artifact id or group id and artifact id.
ExclusionsDependencyFilter(Collection<String>) - Constructor for class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
Creates a new filter using the specified exclude patterns.
EXCLUSIVE - Enum constant in enum class org.eclipse.aether.named.support.ReadWriteLockNamedLock.Step
Step when ReadWriteLock.writeLock() was locked
EXCLUSIVE - Static variable in class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
Count of permissions involved with exclusive locking
execute(Runnable) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.DirectExecutor
 
execute(TransportTask, WagonTransporter.TaskRunner) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
executor - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
existenceCheck - Variable in class org.eclipse.aether.spi.connector.ArtifactDownload
 
expand(String, String) - Static method in class org.eclipse.aether.util.artifact.SubArtifact
 
expected - Variable in exception org.eclipse.aether.transfer.ChecksumFailureException
 
ext - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
ext(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
EXT_LOCK - Static variable in class org.eclipse.aether.connector.basic.PartialFile
 
EXT_PART - Static variable in class org.eclipse.aether.connector.basic.PartialFile
 
extension - Variable in class org.eclipse.aether.artifact.DefaultArtifact
 
extension - Variable in class org.eclipse.aether.artifact.DefaultArtifactType
 
extension - Variable in class org.eclipse.aether.graph.Exclusion
 
extension - Variable in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
extension - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
extension - Variable in class org.eclipse.aether.util.artifact.SubArtifact
 
EXTERNAL_HTTP_WILDCARD - Static variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector
 
EXTERNAL_WILDCARD - Static variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector
 

F

factories - Variable in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
factories - Variable in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
FACTORIES - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.SimpleNamedLockFactorySelector
 
factory - Variable in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
factory - Variable in class org.eclipse.aether.named.support.NamedLockSupport
 
factory - Variable in class org.eclipse.aether.util.concurrency.WorkerThreadFactory
 
Factory(boolean, long, int) - Constructor for class org.eclipse.aether.connector.basic.PartialFile.Factory
 
FACTORY_KEY - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
 
FACTORY_SUFFIX - Static variable in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
FailChecksumPolicy - Class in org.eclipse.aether.internal.impl
FailChecksumPolicy(TransferResource) - Constructor for class org.eclipse.aether.internal.impl.FailChecksumPolicy
 
FAILED - Enum constant in enum class org.eclipse.aether.transfer.TransferEvent.EventType
 
failIfClosed(TransportTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
failIfReadOnly() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
FatArtifactTraverser - Class in org.eclipse.aether.util.graph.traverser
A dependency traverser that excludes the dependencies of fat artifacts from the traversal.
FatArtifactTraverser() - Constructor for class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
Creates a new instance of this dependency traverser.
favorLocalRepository - Variable in class org.eclipse.aether.resolution.MetadataRequest
 
fetchChecksum(URI, File) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.GetTaskRunner
 
fetchChecksum(URI, File) - Method in interface org.eclipse.aether.connector.basic.ChecksumValidator.ChecksumFetcher
 
file - Variable in class org.eclipse.aether.artifact.DefaultArtifact
 
file - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.GetTaskRunner
 
file - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PutTaskRunner
 
file - Variable in class org.eclipse.aether.impl.UpdateCheck
 
file - Variable in class org.eclipse.aether.metadata.DefaultMetadata
 
file - Variable in class org.eclipse.aether.repository.LocalArtifactResult
 
file - Variable in class org.eclipse.aether.repository.LocalMetadataResult
 
file - Variable in class org.eclipse.aether.RepositoryEvent.Builder
 
file - Variable in class org.eclipse.aether.RepositoryEvent
 
file - Variable in class org.eclipse.aether.spi.connector.ArtifactTransfer
 
file - Variable in class org.eclipse.aether.spi.connector.MetadataTransfer
 
file - Variable in class org.eclipse.aether.transfer.TransferResource
 
file - Variable in class org.eclipse.aether.util.artifact.SubArtifact
 
fileChannel - Variable in class org.eclipse.aether.named.support.FileLockNamedLock
The FileChannel this instance is about.
fileChannels - Variable in class org.eclipse.aether.named.providers.FileLockNamedLockFactory
 
FileGAVNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
A NameMapper that creates same name mapping as Takari Local Repository does, with baseDir (local repo).
FileGAVNameMapper() - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper
 
FileLockNamedLock - Class in org.eclipse.aether.named.support
Named lock that uses FileLock.
FileLockNamedLock(String, FileChannel, NamedLockFactorySupport) - Constructor for class org.eclipse.aether.named.support.FileLockNamedLock
 
FileLockNamedLockFactory - Class in org.eclipse.aether.named.providers
Named locks factory of FileLockNamedLocks.
FileLockNamedLockFactory() - Constructor for class org.eclipse.aether.named.providers.FileLockNamedLockFactory
 
fileLockRef - Variable in class org.eclipse.aether.named.support.FileLockNamedLock
The reference of FileLock, if obtained.
fileProcessor - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
fileProcessor - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
 
fileProcessor - Variable in class org.eclipse.aether.connector.basic.ChecksumValidator
 
fileProcessor - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
fileProcessor - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer
 
fileProcessor - Variable in class org.eclipse.aether.internal.impl.DefaultInstaller
 
FileProcessor - Interface in org.eclipse.aether.spi.io
A utility component to perform file-based operations.
FileProcessor.ProgressListener - Interface in org.eclipse.aether.spi.io
A listener object that is notified for every progress made while copying files.
FileSystemFriendly - Interface in org.eclipse.aether.named.support
A marker interface that mark component "file system friendly".
fileTransformer - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PutTaskRunner
 
fileTransformer - Variable in class org.eclipse.aether.spi.connector.ArtifactUpload
 
FileTransformer - Interface in org.eclipse.aether.transform
Can transform a file while installing/deploying
fileTransformerManager - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
FileTransformerManager - Interface in org.eclipse.aether.transform
Manager the FileTransformers
fileValid - Variable in class org.eclipse.aether.impl.UpdateCheck
 
fill(AuthenticationContext, String, Map<String, String>) - Method in interface org.eclipse.aether.repository.Authentication
Fills the given authentication context with the data from this authentication callback.
fill(AuthenticationContext, String, Map<String, String>) - Method in class org.eclipse.aether.util.repository.ChainedAuthentication
 
fill(AuthenticationContext, String, Map<String, String>) - Method in class org.eclipse.aether.util.repository.ComponentAuthentication
 
fill(AuthenticationContext, String, Map<String, String>) - Method in class org.eclipse.aether.util.repository.JreProxySelector.JreProxyAuthentication
 
fill(AuthenticationContext, String, Map<String, String>) - Method in class org.eclipse.aether.util.repository.SecretAuthentication
 
fill(AuthenticationContext, String, Map<String, String>) - Method in class org.eclipse.aether.util.repository.StringAuthentication
 
fillingAuthData - Variable in class org.eclipse.aether.repository.AuthenticationContext
 
filter - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
filter - Variable in class org.eclipse.aether.resolution.DependencyRequest
 
filter - Variable in class org.eclipse.aether.util.filter.NotDependencyFilter
 
filter - Variable in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
 
filter - Variable in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
 
filter - Variable in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
 
FilteringDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
A dependency visitor that delegates to another visitor if nodes match a filter.
FilteringDependencyVisitor(DependencyVisitor, DependencyFilter) - Constructor for class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
Creates a new visitor that delegates traversal of nodes matching the given filter to the specified visitor.
filters - Variable in class org.eclipse.aether.util.filter.AndDependencyFilter
 
filters - Variable in class org.eclipse.aether.util.filter.OrDependencyFilter
 
filters - Variable in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
 
filterVersions(VersionFilter.VersionFilterContext) - Method in interface org.eclipse.aether.collection.VersionFilter
Filters the available versions for a given dependency.
filterVersions(VersionFilter.VersionFilterContext) - Method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
 
filterVersions(VersionFilter.VersionFilterContext) - Method in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
 
filterVersions(VersionFilter.VersionFilterContext) - Method in class org.eclipse.aether.util.graph.version.HighestVersionFilter
 
filterVersions(VersionFilter.VersionFilterContext) - Method in class org.eclipse.aether.util.graph.version.SnapshotVersionFilter
 
filterVersions(Dependency, VersionRangeResult, VersionFilter, DefaultVersionFilterContext) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
finalize() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
finalize() - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
 
find(Artifact) - Method in class org.eclipse.aether.internal.impl.collect.NodeStack
 
find(RepositorySystemSession, LocalArtifactRequest) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
find(RepositorySystemSession, LocalArtifactRequest) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
find(RepositorySystemSession, LocalArtifactRequest) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
find(RepositorySystemSession, LocalArtifactRequest) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Queries for the existence of an artifact in the local repository.
find(RepositorySystemSession, LocalMetadataRequest) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
find(RepositorySystemSession, LocalMetadataRequest) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
find(RepositorySystemSession, LocalMetadataRequest) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Queries for the existence of metadata in the local repository.
findArtifact(Artifact) - Method in interface org.eclipse.aether.repository.WorkspaceReader
Locates the specified artifact.
findArtifact(Artifact) - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
 
findCycles(Collection<ConflictIdSorter.ConflictId>) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
 
findCycles(ConflictIdSorter.ConflictId, Map<ConflictIdSorter.ConflictId, Object>, Map<Object, Integer>, Collection<Collection<Object>>) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
 
findMirror(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
 
findVersions(Artifact) - Method in interface org.eclipse.aether.repository.WorkspaceReader
Determines all available versions of the specified artifact.
findVersions(Artifact) - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
 
finish() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
finish(Collection<? extends Artifact>) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Allows for metadata generation based on the transformed artifacts.
finishMetadata(List<? extends MetadataGenerator>, List<? extends Artifact>) - Static method in class org.eclipse.aether.internal.impl.Utils
 
firstDisabled - Variable in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
forLocation(URI, String) - Static method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Creates a checksum file descriptor for the specified artifact/metadata location and algorithm.
forProxy(RepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.repository.AuthenticationContext
Gets an authentication context for the proxy of the specified repository.
forProxy(RepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the fingerprint for the authentication of the specified repository's proxy.
forRepository(RepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.repository.AuthenticationContext
Gets an authentication context for the specified repository.
forRepository(RepositorySystemSession, RemoteRepository) - Static method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the fingerprint for the authentication of the specified repository.
FQCN - Static variable in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLoggerEx
Deprecated.
 
from(Collection<? extends VersionRange>) - Static method in class org.eclipse.aether.util.version.UnionVersionRange
 
from(VersionRange...) - Static method in class org.eclipse.aether.util.version.UnionVersionRange
 
fromCache - Variable in exception org.eclipse.aether.transfer.ArtifactTransferException
 
fromCache - Variable in exception org.eclipse.aether.transfer.MetadataTransferException
 

G

gatherConflictItems(DependencyNode, ConflictResolver.State) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver
 
gatherDownloads(RepositorySystemSession, DefaultArtifactResolver.ResolutionGroup) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
GAVNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
Artifact GAV NameMapper, uses artifact and metadata coordinates to name their corresponding locks.
GAVNameMapper() - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper
 
GenericVersion - Class in org.eclipse.aether.util.version
A generic version, that is a version that accepts any input string and tries to apply common sense sorting.
GenericVersion(String) - Constructor for class org.eclipse.aether.util.version.GenericVersion
Creates a generic version from the specified string.
GenericVersion.Item - Class in org.eclipse.aether.util.version
 
GenericVersion.Tokenizer - Class in org.eclipse.aether.util.version
 
GenericVersionConstraint - Class in org.eclipse.aether.util.version
A constraint on versions for a dependency.
GenericVersionConstraint(Version) - Constructor for class org.eclipse.aether.util.version.GenericVersionConstraint
Creates a version constraint from the specified version.
GenericVersionConstraint(VersionRange) - Constructor for class org.eclipse.aether.util.version.GenericVersionConstraint
Creates a version constraint from the specified version range.
GenericVersionRange - Class in org.eclipse.aether.util.version
A version range inspired by mathematical range syntax.
GenericVersionRange(String) - Constructor for class org.eclipse.aether.util.version.GenericVersionRange
Creates a version range from the specified range specification.
GenericVersionScheme - Class in org.eclipse.aether.util.version
A version scheme using a generic version syntax and common sense sorting.
GenericVersionScheme() - Constructor for class org.eclipse.aether.util.version.GenericVersionScheme
Creates a new instance of the version scheme for parsing versions.
get() - Method in class org.eclipse.aether.connector.basic.ChecksumCalculator.Checksum
 
get() - Method in class org.eclipse.aether.connector.basic.ChecksumCalculator
 
get() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
get() - Method in class org.eclipse.aether.internal.impl.LoggerFactoryProvider
 
get(int) - Method in class org.eclipse.aether.internal.impl.collect.NodeStack
 
get(int) - Method in class org.eclipse.aether.util.graph.visitor.Stack
 
get(Object) - Method in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
Gets a keyed value from the context.
get(Object) - Method in class org.eclipse.aether.DefaultSessionData
 
get(Object) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
 
get(Object) - Method in class org.eclipse.aether.internal.test.util.TestDependencyGraphTransformationContext
 
get(Object) - Method in interface org.eclipse.aether.SessionData
Gets the session data associated with the specified key.
get(String) - Method in interface org.eclipse.aether.artifact.ArtifactTypeRegistry
Gets the artifact type with the specified identifier.
get(String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession.NullArtifactTypeRegistry
 
get(String) - Method in class org.eclipse.aether.internal.impl.collect.CachingArtifactTypeRegistry
 
get(String) - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the authentication data for the specified key.
get(String) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
 
get(String) - Method in class org.eclipse.aether.util.artifact.SimpleArtifactTypeRegistry
 
get(String, Class<T>) - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the authentication data for the specified key.
get(String, String) - Static method in class org.eclipse.aether.artifact.DefaultArtifact
 
get(String, Map<String, String>, Class<T>) - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the authentication data for the specified key.
get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
get(Collection<? extends ArtifactDownload>, Collection<? extends MetadataDownload>) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
Performs the specified downloads.
get(RepositorySystemSession, Object) - Method in class org.eclipse.aether.DefaultRepositoryCache
 
get(RepositorySystemSession, Object) - Method in interface org.eclipse.aether.RepositoryCache
Gets the specified data from the cache.
get(GetTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
get(GetTask) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Downloads a resource from the repository.
get(GetTask) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
GET - Enum constant in enum class org.eclipse.aether.transfer.TransferEvent.RequestType
Download artifact/metadata.
GET_EXISTENCE - Enum constant in enum class org.eclipse.aether.transfer.TransferEvent.RequestType
Check artifact/metadata existence only.
getActual() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
Gets the actual checksum for the downloaded artifact/metadata.
getAlgorithm() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Gets the name of the algorithm that is used to calculate the checksum.
getAliases() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getAliases() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the known aliases for this dependency's artifact.
getAliases() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the known aliases for this artifact.
getAll() - Method in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
getArtifact() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
Gets the artifact whose children are to be processed next during dependency collection.
getArtifact() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getArtifact() - Method in class org.eclipse.aether.graph.Dependency
Gets the artifact being depended on.
getArtifact() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the artifact associated with this node.
getArtifact() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
getArtifact() - Method in class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
getArtifact() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Gets the artifact to register.
getArtifact() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Gets the artifact to query for.
getArtifact() - Method in class org.eclipse.aether.RepositoryEvent
Gets the artifact involved in the event (if any).
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Gets the artifact for whose descriptor to determine the error policy.
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Gets the artifact whose descriptor shall be read.
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the artifact whose descriptor was read.
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the artifact to resolve.
getArtifact() - Method in class org.eclipse.aether.resolution.ArtifactResult
Gets the resolved artifact (if any).
getArtifact() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Gets the artifact whose version range shall be resolved.
getArtifact() - Method in class org.eclipse.aether.resolution.VersionRequest
Gets the artifact whose (meta-)version shall be resolved.
getArtifact() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Gets the artifact being transferred.
getArtifact() - Method in exception org.eclipse.aether.transfer.ArtifactTransferException
Gets the artifact that could not be transferred.
getArtifactDescriptorPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getArtifactDescriptorPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getArtifactDescriptorPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the policy which controls how errors related to reading artifact descriptors should be handled.
getArtifactDescriptorResult(DefaultDependencyCollector.Args, DefaultDependencyCollector.Results, boolean, Dependency, ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
getArtifactId() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the artifact identifier of this artifact, for example "maven-model".
getArtifactId() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getArtifactId() - Method in class org.eclipse.aether.graph.Exclusion
Gets the artifact identifier for artifacts to exclude.
getArtifactId() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
getArtifactId() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
getArtifactId() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getArtifactId() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the artifact identifier of this metadata.
getArtifactId() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getArtifactId() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getArtifactPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Artifact>) - Method in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Gets the error policy for an artifact.
getArtifactPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Artifact>) - Method in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
 
getArtifactRegistration() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getArtifactResults() - Method in class org.eclipse.aether.resolution.DependencyResult
Gets the resolution results for the dependency artifacts that matched DependencyRequest.getFilter().
getArtifacts() - Method in class org.eclipse.aether.deployment.DeployRequest
Gets the artifact to deploy.
getArtifacts() - Method in class org.eclipse.aether.deployment.DeployResult
Gets the artifacts that got deployed.
getArtifacts() - Method in class org.eclipse.aether.installation.InstallRequest
Gets the artifact to install.
getArtifacts() - Method in class org.eclipse.aether.installation.InstallResult
Gets the artifacts that got installed.
getArtifacts(boolean) - Method in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
Gets the artifacts associated with the list of dependency nodes generated during the graph traversal.
getArtifactTouchFile(File) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getArtifactTypeRegistry() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getArtifactTypeRegistry() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getArtifactTypeRegistry() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the registry of artifact types recognized by this session, for instance when processing artifact descriptors.
getAuthentication() - Method in class org.eclipse.aether.repository.Proxy
Gets the authentication to use for the proxy connection.
getAuthentication() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the authentication that has been selected for this repository.
getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.DefaultRepositorySystemSession.NullAuthenticationSelector
 
getAuthentication(RemoteRepository) - Method in interface org.eclipse.aether.repository.AuthenticationSelector
Selects authentication for the specified remote repository.
getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
 
getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
 
getAuthenticationInfo(AuthenticationContext) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
getAuthenticationSelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getAuthenticationSelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getAuthenticationSelector() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the authentication selector to use for repositories discovered in artifact descriptors.
getAuthoritativeRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the repository which ultimately hosts the metadata to update.
getBasedir() - Method in class org.eclipse.aether.repository.LocalRepository
Gets the base directory of the repository.
getBaseVersion() - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
getBaseVersion() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the base version of this artifact, for example "1.0-SNAPSHOT".
getBaseVersion() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getBaseVersion() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getBoolean(Map<?, ?>, boolean, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getBoolean(RepositorySystemSession, boolean, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getCache() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getCache() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getCache() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the cache the repository system may use to save data for future reuse during the session.
getCacheFlag(String) - Static method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getCallerSimpleClassName() - Static method in class org.eclipse.aether.util.concurrency.WorkerThreadFactory
 
getCause(List<? extends ArtifactResult>) - Static method in exception org.eclipse.aether.resolution.ArtifactResolutionException
 
getCause(CollectResult) - Static method in exception org.eclipse.aether.collection.DependencyCollectionException
 
getCause(ArtifactDescriptorResult) - Static method in exception org.eclipse.aether.resolution.ArtifactDescriptorException
 
getCause(VersionRangeResult) - Static method in exception org.eclipse.aether.resolution.VersionRangeResolutionException
 
getCause(VersionResult) - Static method in exception org.eclipse.aether.resolution.VersionResolutionException
 
getChecksumFile(String) - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
getChecksumPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getChecksumPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getChecksumPolicy() - Method in class org.eclipse.aether.repository.RepositoryPolicy
Gets the policy for checksum validation.
getChecksumPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the global checksum policy.
getChecksumPolicy() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the checksum policy for this transfer.
getChecksumPolicy() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Gets the checksum policy for this transfer.
getChecksums() - Method in class org.eclipse.aether.connector.basic.TransferTransportListener
 
getChecksums() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the checksums which the remote repository advertises for the resource.
getChecksums(URI) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayout
 
getChecksums(Artifact, boolean, URI) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayout
 
getChecksums(Artifact, boolean, URI) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayoutEx
 
getChecksums(Artifact, boolean, URI) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified artifact.
getChecksums(Metadata, boolean, URI) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayout
 
getChecksums(Metadata, boolean, URI) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified metadata.
getChildren() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getChildren() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the child nodes of this node.
getChildren(Object) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
getChildScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Gets the original scope of the child dependency.
getClassifier() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the classifier of this artifact, for example "sources".
getClassifier() - Method in interface org.eclipse.aether.artifact.ArtifactType
Gets the classifier to use for artifacts of this type (unless explicitly overridden by the artifact).
getClassifier() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getClassifier() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
 
getClassifier() - Method in class org.eclipse.aether.graph.Exclusion
Gets the classifier for artifacts to exclude.
getClassifier() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getClassifier() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getClassPath() - Method in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
Gets a class path by concatenating the artifact files of the visited dependency nodes.
getClasspathScope(DependencyNode) - Method in class org.eclipse.aether.util.graph.transformer.JavaDependencyContextRefiner
 
getCollectExceptions() - Method in class org.eclipse.aether.resolution.DependencyResult
Gets the exceptions that occurred while building the dependency graph.
getCollectRequest() - Method in class org.eclipse.aether.resolution.DependencyRequest
Gets the collect request used to calculate the dependency graph whose artifacts should be resolved.
getComponent() - Method in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
getConfig(RepositorySystemSession, String) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
getConfigKeys(Class<?>) - Static method in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
getConfigProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getConfigProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getConfigProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the configuration properties used to tweak internal aspects of the repository system (e.g.
getConstraint(Object, VersionRangeRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
getContentLength() - Method in class org.eclipse.aether.transfer.TransferResource
The size of the resource in bytes.
getContentType() - Method in interface org.eclipse.aether.repository.ArtifactRepository
Gets the type of the repository, for example "default".
getContentType() - Method in class org.eclipse.aether.repository.LocalRepository
 
getContentType() - Method in class org.eclipse.aether.repository.RemoteRepository
 
getContentType() - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
getContext() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Gets the resolution context.
getContext() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Gets the resolution context.
getContexts() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Gets the resolution contexts in which the artifact is available.
getContexts() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Gets the resolution contexts in which the metadata is available.
getCount() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
Gets the total number of available versions.
getCount() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
getCount() - Method in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
getCycles() - Method in class org.eclipse.aether.collection.CollectResult
Gets the dependency cycles that were encountered while building the dependency graph.
getCycles() - Method in class org.eclipse.aether.resolution.DependencyResult
Gets the dependency cycles that were encountered while building the dependency graph.
getCyclicDependencies() - Method in interface org.eclipse.aether.graph.DependencyCycle
Gets the dependencies that actually form the cycle.
getCyclicDependencies() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
 
getData() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getData() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getData() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getData() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the custom data associated with this dependency node.
getData() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the custom data associated with this session.
getData() - Method in class org.eclipse.aether.RequestTrace
Gets the data associated with this trace.
getDataBuffer() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the byte buffer holding the transferred bytes since the last event.
getDataBytes() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the data that was downloaded into memory.
getDataFile() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the file (if any) where the downloaded data should be stored.
getDataFile() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Gets the file (if any) with the data to be uploaded.
getDataKey(File) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getDataKey(RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getDataLength() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Gets the total number of bytes to be uploaded.
getDataLength() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the number of bytes that have been transferred since the last event.
getDataString() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the data that was downloaded into memory as a string.
getDefinition() - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.LineContext
 
getDefinition() - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
getDependencies() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the direct dependencies.
getDependencies() - Method in class org.eclipse.aether.internal.test.util.ArtifactDescription
 
getDependencies() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the list of direct dependencies of the artifact.
getDependencies(boolean) - Method in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
Gets the dependencies seen during the graph traversal.
getDependency() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
Gets the dependency whose children are to be processed next during dependency collection.
getDependency() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
Gets the dependency whose version range is being filtered.
getDependency() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getDependency() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the dependency associated with this node.
getDependency() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
getDependency() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
getDependency() - Method in class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
getDependency() - Method in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
getDependency() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the dependency involved in the conflict, short for getNode.getDependency().
getDependencyGraphTransformer() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getDependencyGraphTransformer() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getDependencyGraphTransformer() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the dependency graph transformer to use for building dependency graphs.
getDependencyManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getDependencyManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getDependencyManager() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the dependency manager to use for building dependency graphs.
getDependencyNode() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the dependency node (if any) for which to resolve the artifact.
getDependencySelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getDependencySelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getDependencySelector() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the dependency selector to use for building dependency graphs.
getDependencyTraverser() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getDependencyTraverser() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getDependencyTraverser() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the dependency traverser to use for building dependency graphs.
getDepth() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the zero-based depth at which the conflicting node occurs in the graph.
getDerivedScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Gets the derived scope of the child dependency.
getDerivedScope(String, String) - Method in class org.eclipse.aether.util.graph.transformer.JavaScopeDeriver
 
getDescriptor(Object, ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
getEffectiveChecksumPolicy(RepositorySystemSession, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
getEffectiveChecksumPolicy(RepositorySystemSession, String, String) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicyProvider
Returns the least strict policy.
getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in interface org.eclipse.aether.impl.UpdatePolicyAnalyzer
Returns the policy with the shorter update interval.
getEffectiveUpdatePolicy(RepositorySystemSession, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
getEnabled() - Method in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
getEnabledSourceRepositories(RemoteRepository, Metadata.Nature) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
getEntry(Class<T>, boolean) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
 
getError(Properties, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getException() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the exception that occurred during the update check.
getException() - Method in class org.eclipse.aether.RepositoryEvent
Gets the exception that caused the event (if any).
getException() - Method in class org.eclipse.aether.resolution.MetadataResult
Gets the exception that occurred while resolving the metadata.
getException() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Gets the exception that occurred during the transfer (if any).
getException() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Gets the exception that occurred during the transfer (if any).
getException() - Method in class org.eclipse.aether.spi.connector.Transfer
Gets the exception that occurred during the transfer (if any).
getException() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the error that occurred during the transfer.
getExceptions() - Method in class org.eclipse.aether.collection.CollectResult
Gets the exceptions that occurred while building the dependency graph.
getExceptions() - Method in class org.eclipse.aether.RepositoryEvent
Gets the exceptions that caused the event (if any).
getExceptions() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the exceptions that occurred while reading the artifact descriptor.
getExceptions() - Method in class org.eclipse.aether.resolution.ArtifactResult
Gets the exceptions that occurred while resolving the artifact.
getExceptions() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the exceptions that occurred while resolving the version range.
getExceptions() - Method in class org.eclipse.aether.resolution.VersionResult
Gets the exceptions that occurred while resolving the version.
getExclusions() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new exclusions to apply to the dependency.
getExclusions() - Method in class org.eclipse.aether.graph.Dependency
Gets the exclusions for this dependency.
getExecutor(int) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
getExecutor(Collection<?>, Collection<?>) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
getExpected() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
Gets the expected checksum for the downloaded artifact/metadata.
getExtension() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the (file) extension of this artifact, for example "jar" or "tar.gz".
getExtension() - Method in interface org.eclipse.aether.artifact.ArtifactType
Gets the file extension to use for artifacts of this type (unless explicitly overridden by the artifact).
getExtension() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getExtension() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
 
getExtension() - Method in class org.eclipse.aether.graph.Exclusion
Gets the file extension for artifacts to exclude.
getExtension() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
getExtension() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getExtension() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getFactory() - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
getFactoryName(String) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
Returns selected factory name (or passed in default) using System property value of NamedLockFactorySelectorSupport.FACTORY_KEY.
getFile() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the file of this artifact.
getFile() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getFile() - Method in class org.eclipse.aether.connector.basic.PartialFile
 
getFile() - Method in class org.eclipse.aether.impl.UpdateCheck
Returns the local file of the item.
getFile() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getFile() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the file of this metadata.
getFile() - Method in class org.eclipse.aether.repository.LocalArtifactResult
Gets the file to the requested artifact.
getFile() - Method in class org.eclipse.aether.repository.LocalMetadataResult
Gets the file to the requested metadata if the metadata is available in the local repository.
getFile() - Method in class org.eclipse.aether.RepositoryEvent
Gets the file involved in the event (if any).
getFile() - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Gets the local file the artifact is downloaded to or uploaded from.
getFile() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Gets the local file the metadata is downloaded to or uploaded from.
getFile() - Method in class org.eclipse.aether.transfer.TransferResource
Gets the local file being uploaded or downloaded.
getFile() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getFile() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getFile(RepositorySystemSession, Artifact, File) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
getFiles() - Method in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
Gets the files of resolved artifacts seen during the graph traversal.
getFileTransformer() - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
getFileTransformerManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getFileTransformerManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getFileTransformerManager() - Method in interface org.eclipse.aether.RepositorySystemSession
Get the file transformer manager
getFilter() - Method in class org.eclipse.aether.resolution.DependencyRequest
Gets the resolution filter used to select which artifacts of the dependency graph should be resolved.
getFilter() - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
Gets the filter being applied before delegation.
getFilter() - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
Gets the filter being used to select terminal nodes.
getFloat(Map<?, ?>, float, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getFloat(RepositorySystemSession, float, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getGroupId() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the group identifier of this artifact, for example "org.apache.maven".
getGroupId() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getGroupId() - Method in class org.eclipse.aether.graph.Exclusion
Gets the group identifier for artifacts to exclude.
getGroupId() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
getGroupId() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
getGroupId() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getGroupId() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the group identifier of this metadata.
getGroupId() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getGroupId() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getHighestVersion() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the highest version matching the requested range.
getHost() - Method in class org.eclipse.aether.repository.Proxy
Gets the host for this proxy.
getHost() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the host part from the repository's URL.
getHostname() - Method in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
getId() - Method in interface org.eclipse.aether.artifact.ArtifactType
Gets the identifier of this type, e.g.
getId() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
 
getId() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
getId() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
getId() - Method in interface org.eclipse.aether.repository.ArtifactRepository
Gets the identifier of this repository.
getId() - Method in class org.eclipse.aether.repository.LocalRepository
 
getId() - Method in class org.eclipse.aether.repository.RemoteRepository
 
getId() - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
getId(Artifact) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
getImplClass(Object) - Static method in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
getInstance() - Method in class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
Retrieves the optionality selector for use during the specified graph transformation.
getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
Retrieves the scope deriver for use during the specified graph transformation.
getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
Retrieves the scope selector for use during the specified graph transformation.
getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
Retrieves the version selector for use during the specified graph transformation.
getInstances() - Method in class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
getInteger(Map<?, ?>, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getInteger(RepositorySystemSession, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getItem() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the item of the check.
getItem() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Gets the artifact/metadata for which to determine the error policy.
getItems() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the collection of conflict items in this context.
getKey() - Method in class org.eclipse.aether.repository.WorkspaceRepository
Gets the key of this workspace repository.
getKey(File, String) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
getKey(Artifact) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
getKey(Artifact) - Method in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
getKey(Artifact) - Method in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
getKey(RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
getKeys(DependencyNode) - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker
 
getLastUpdated(Properties, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getLevel() - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.LineContext
 
getLevel() - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
getList(Map<?, ?>, List<?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getList(RepositorySystemSession, List<?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getListener() - Method in class org.eclipse.aether.spi.connector.Transfer
Gets the listener that is to be notified during the transfer.
getListener() - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
Gets the listener that is to be notified during the transfer.
getLocalFile(RepositorySystemSession, Metadata) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
getLocalLastUpdated() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the last-modified timestamp of the corresponding item produced by a local installation.
getLocalRepository() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getLocalRepository() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getLocalRepository() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the local repository used during this session.
getLocalRepositoryManager() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getLocalRepositoryManager() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getLocalRepositoryManager() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the local repository manager used during this session.
getLocation() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
Gets the location of the checksum file with a remote repository.
getLocation() - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
Gets the relative location of the affected resource in the remote repository.
getLocation(Artifact, boolean) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayout
 
getLocation(Artifact, boolean) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
Gets the location within a remote repository where the specified artifact resides.
getLocation(Metadata, boolean) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayout
 
getLocation(Metadata, boolean) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayout
Gets the location within a remote repository where the specified metadata resides.
getLock(String) - Method in interface org.eclipse.aether.named.NamedLockFactory
Creates or reuses existing NamedLock.
getLock(String) - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
 
getLogger(String) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
getLogger(String) - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory
Deprecated.
 
getLogger(String) - Method in interface org.eclipse.aether.spi.log.LoggerFactory
Deprecated.
Gets a logger for a class with the specified name.
getLogger(String) - Method in class org.eclipse.aether.spi.log.NullLoggerFactory
Deprecated.
 
getLoggerFactory() - Method in class org.eclipse.aether.impl.guice.AetherModule.Slf4jModule
 
getLong(Map<?, ?>, long, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getLong(RepositorySystemSession, long, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getLowerBound() - Method in class org.eclipse.aether.internal.test.util.TestVersionRange
 
getLowerBound() - Method in class org.eclipse.aether.util.version.GenericVersionRange
 
getLowerBound() - Method in class org.eclipse.aether.util.version.UnionVersionRange
 
getLowerBound() - Method in interface org.eclipse.aether.version.VersionRange
Gets a lower bound (if any) for this range.
getLowestVersion() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the lowest version matching the requested range.
getManagedBits() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getManagedBits() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets a bit field indicating which attributes of this node were subject to dependency management.
getManagedDependencies() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the dependency management to apply to transitive dependencies.
getManagedDependencies() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
Gets the dependency management information that was contributed by the artifact descriptor of the current dependency.
getManagedDependencies() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
getManagedDependencies() - Method in class org.eclipse.aether.internal.test.util.ArtifactDescription
 
getManagedDependencies() - Method in class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
getManagedDependencies() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the dependency management information.
getMap(Map<?, ?>, Map<?, ?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getMap(RepositorySystemSession, Map<?, ?>, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getMessage(String, Throwable) - Static method in exception org.eclipse.aether.RepositoryException
 
getMessage(Throwable) - Static method in exception org.eclipse.aether.resolution.DependencyResolutionException
 
getMessage(List<? extends ArtifactResult>) - Static method in exception org.eclipse.aether.resolution.ArtifactResolutionException
 
getMessage(Artifact, RemoteRepository) - Static method in exception org.eclipse.aether.transfer.ArtifactNotFoundException
 
getMessage(RemoteRepository) - Static method in exception org.eclipse.aether.transfer.RepositoryOfflineException
 
getMessage(VersionRangeResult) - Static method in exception org.eclipse.aether.resolution.VersionRangeResolutionException
 
getMessage(VersionResult) - Static method in exception org.eclipse.aether.resolution.VersionResolutionException
 
getMetadata() - Method in class org.eclipse.aether.deployment.DeployRequest
Gets the metadata to deploy.
getMetadata() - Method in class org.eclipse.aether.deployment.DeployResult
Gets the metadata that got deployed.
getMetadata() - Method in class org.eclipse.aether.installation.InstallRequest
Gets the metadata to install.
getMetadata() - Method in class org.eclipse.aether.installation.InstallResult
Gets the metadata that got installed.
getMetadata() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Gets the metadata to register.
getMetadata() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Gets the metadata to query for.
getMetadata() - Method in class org.eclipse.aether.RepositoryEvent
Gets the metadata involved in the event (if any).
getMetadata() - Method in class org.eclipse.aether.resolution.MetadataRequest
Gets the metadata to resolve.
getMetadata() - Method in class org.eclipse.aether.resolution.MetadataResult
Gets the resolved metadata (if any).
getMetadata() - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Gets the metadata being transferred.
getMetadata() - Method in exception org.eclipse.aether.transfer.MetadataTransferException
Gets the metadata that could not be transferred.
getMetadataGenerators(RepositorySystemSession, DeployRequest) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
getMetadataGenerators(RepositorySystemSession, InstallRequest) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
getMetadataPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Metadata>) - Method in interface org.eclipse.aether.resolution.ResolutionErrorPolicy
Gets the error policy for some metadata.
getMetadataPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Metadata>) - Method in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
 
getMetadataRegistration() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getMetadataTouchFile(File) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getMinutes(String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
getMirror(RemoteRepository) - Method in class org.eclipse.aether.DefaultRepositorySystemSession.NullMirrorSelector
 
getMirror(RemoteRepository) - Method in interface org.eclipse.aether.repository.MirrorSelector
Selects a mirror for the specified repository.
getMirror(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
 
getMirroredRepositories() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the repositories that this repository serves as a mirror for.
getMirrorSelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getMirrorSelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getMirrorSelector() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the mirror selector to use for repositories discovered in artifact descriptors.
getNameMapperName(String) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
Returns selected name mapper name (or passed in default) using System property value of NamedLockFactorySelectorSupport.NAME_MAPPER_KEY.
getNature() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getNature() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the nature of this metadata.
getNode() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the dependency node involved in the conflict.
getNodes() - Method in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
Gets the list of dependency nodes that was generated during the graph traversal.
getObject(Map<?, ?>, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getObject(RepositorySystemSession, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getOptional() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new optional flag to apply to the dependency.
getOptional() - Method in class org.eclipse.aether.graph.Dependency
Gets the optional flag for the dependency.
getOptional() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
getOptional() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the effective optional flag of the winning dependency.
getOptionalities() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the derived optionalities of the dependency.
getParent() - Method in class org.eclipse.aether.RequestTrace
Gets the parent of this trace.
getParentScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Gets the scope of the parent dependency.
getPath(Path, Artifact) - Method in class org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper
 
getPath(Path, Metadata) - Method in class org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper
 
getPath(Metadata, String) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
getPathForArtifact(Artifact, boolean) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
getPathForLocalArtifact(Artifact) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
getPathForLocalArtifact(Artifact) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getPathForLocalArtifact(Artifact) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the relative path for a locally installed artifact.
getPathForLocalMetadata(Metadata) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
getPathForLocalMetadata(Metadata) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getPathForLocalMetadata(Metadata) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the relative path for locally installed metadata.
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the relative path for an artifact cached from a remote repository.
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the relative path for metadata cached from a remote repository.
getPaths() - Method in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
Gets the paths leading to the conflicting dependencies.
getPaths() - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
Gets the paths leading to nodes matching the filter that have been recorded during the graph visit.
getPermissions(String, RepositorySystemSession) - Static method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
getPolicy() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the policy to use for the check.
getPolicy(boolean) - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the policy to apply for snapshot/release artifacts.
getPolicy(RepositorySystemSession, Artifact, RemoteRepository) - Static method in class org.eclipse.aether.internal.impl.Utils
 
getPolicy(RepositorySystemSession, Metadata, RemoteRepository) - Static method in class org.eclipse.aether.internal.impl.Utils
 
getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in interface org.eclipse.aether.impl.RemoteRepositoryManager
Gets the effective repository policy for the specified remote repository by merging the applicable snapshot/release policy of the repository with global settings from the supplied session.
getPolicy(RepositorySystemSession, RemoteRepository, boolean, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
getPolicy(RepositorySystemSession, RemoteRepository, Metadata.Nature) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
getPolicy(RepositorySystemSession, RemoteRepository, Metadata.Nature) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
getPolicy(RepositorySystemSession, ArtifactDescriptorPolicyRequest) - Method in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Gets the error policy for an artifact's descriptor.
getPolicy(RepositorySystemSession, ArtifactDescriptorPolicyRequest) - Method in class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
 
getPort() - Method in class org.eclipse.aether.repository.Proxy
Gets the port number for this proxy.
getPrecedingDependencies() - Method in interface org.eclipse.aether.graph.DependencyCycle
Gets the dependencies that lead to the first dependency on the cycle, starting from the root of the dependency graph.
getPrecedingDependencies() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
 
getPremanagedExclusions(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
Gets the Exclusions of the specified dependency node before dependency management was applied (if any).
getPremanagedOptional(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
Gets the optional flag of the specified dependency node before dependency management was applied (if any).
getPremanagedProperties(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
Gets the properties of the specified dependency node before dependency management was applied (if any).
getPremanagedScope(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
Gets the scope of the specified dependency node before dependency management was applied (if any).
getPremanagedVersion(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
Gets the version or version range of the specified dependency node before dependency management was applied (if any).
getPriority() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
 
getPriority() - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
The priority of this factory.
getPriority() - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
getPriority() - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
getPriority() - Method in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
getPriority() - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
getPriority() - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
The priority of this factory.
getPriority() - Method in interface org.eclipse.aether.spi.connector.RepositoryConnectorFactory
The priority of this factory.
getPriority() - Method in interface org.eclipse.aether.spi.connector.transport.TransporterFactory
The priority of this factory.
getPriority() - Method in interface org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
The priority of this factory.
getPriority() - Method in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
 
getProperties() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the properties of this artifact.
getProperties() - Method in interface org.eclipse.aether.artifact.ArtifactType
Gets the properties to use for artifacts of this type (unless explicitly overridden by the artifact).
getProperties() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getProperties() - Method in class org.eclipse.aether.artifact.DefaultArtifactType
 
getProperties() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new properties to apply to the dependency.
getProperties() - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
getProperties() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getProperties() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the properties of this metadata.
getProperties() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets any additional information about the artifact in form of key-value pairs.
getProperties() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getProperties() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getProperty(String, String) - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
getProperty(String, String) - Method in interface org.eclipse.aether.artifact.Artifact
Gets the specified property.
getProperty(String, String) - Method in class org.eclipse.aether.metadata.AbstractMetadata
 
getProperty(String, String) - Method in interface org.eclipse.aether.metadata.Metadata
Gets the specified property.
getProperty(String, String) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getProtocol() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the protocol part from the repository's URL, for example file or http.
getProxy() - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the proxy (if any) to be authenticated with.
getProxy() - Method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the proxy (if any) to be authenticated with.
getProxy() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the proxy that has been selected for this repository.
getProxy(RemoteRepository) - Method in class org.eclipse.aether.DefaultRepositorySystemSession.NullProxySelector
 
getProxy(RemoteRepository) - Method in interface org.eclipse.aether.repository.ProxySelector
Selects a proxy for the specified remote repository.
getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.ConservativeProxySelector
 
getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector
 
getProxy(RemoteRepository) - Method in class org.eclipse.aether.util.repository.JreProxySelector
 
getProxy(RemoteRepository, AuthenticationContext) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
getProxySelector() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getProxySelector() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getProxySelector() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the proxy selector to use for repositories discovered in artifact descriptors.
getRange() - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
 
getRange() - Method in class org.eclipse.aether.util.version.GenericVersionConstraint
 
getRange() - Method in interface org.eclipse.aether.version.VersionConstraint
Gets the version range of this constraint.
getReference() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
getReference() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
getRelocation() - Method in class org.eclipse.aether.internal.test.util.ArtifactDescription
 
getRelocations() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getRelocations() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the sequence of relocations that was followed to resolve the artifact referenced by the dependency.
getRelocations() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the relocations that were processed to read the artifact descriptor.
getRemoteRepositories(ArtifactRepository, List<RemoteRepository>) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
getRepoKey(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getRepositories() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the repositories to use for the collection.
getRepositories() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
Gets the remote repositories from which the versions were resolved.
getRepositories() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getRepositories() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the remote repositories from which this node's artifact shall be resolved.
getRepositories() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
getRepositories() - Method in class org.eclipse.aether.internal.test.util.ArtifactDescription
 
getRepositories() - Method in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
getRepositories() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Gets the remote repositories to consider as sources of the artifact.
getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Gets the repositories to resolve the descriptor from.
getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the remote repositories listed in the artifact descriptor.
getRepositories() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the repositories to resolve the artifact from.
getRepositories() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Gets the repositories to resolve the version range from.
getRepositories() - Method in class org.eclipse.aether.resolution.VersionRequest
Gets the repositories to resolve the version from.
getRepositories() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
getRepositories() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Gets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
getRepository() - Method in class org.eclipse.aether.deployment.DeployRequest
Gets the repository to deploy to.
getRepository() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the repository from which a potential update/download will performed.
getRepository() - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
getRepository() - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
getRepository() - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the repository requiring authentication.
getRepository() - Method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the repository requiring authentication.
getRepository() - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Gets the remote repository from which the artifact was resolved.
getRepository() - Method in class org.eclipse.aether.repository.LocalArtifactResult
Gets the (first) remote repository from which the artifact was cached (if any).
getRepository() - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Gets the remote repository from which the metadata was resolved.
getRepository() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Gets the remote repository to use as source of the metadata.
getRepository() - Method in interface org.eclipse.aether.repository.LocalRepositoryManager
Gets the description of the local repository being managed.
getRepository() - Method in exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
Gets the local repository whose content type is not supported.
getRepository() - Method in interface org.eclipse.aether.repository.WorkspaceReader
Gets a description of the workspace repository.
getRepository() - Method in class org.eclipse.aether.RepositoryEvent
Gets the repository involved in the event (if any).
getRepository() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the repository from which the descriptor was eventually resolved.
getRepository() - Method in class org.eclipse.aether.resolution.ArtifactResult
Gets the repository from which the artifact was eventually resolved.
getRepository() - Method in class org.eclipse.aether.resolution.MetadataRequest
Gets the repository from which the metadata should be resolved.
getRepository() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Gets the remote repository from which the resolution of the artifact/metadata is attempted.
getRepository() - Method in class org.eclipse.aether.resolution.VersionResult
Gets the repository from which the version was eventually resolved.
getRepository() - Method in exception org.eclipse.aether.transfer.ArtifactTransferException
Gets the remote repository involved in the transfer.
getRepository() - Method in exception org.eclipse.aether.transfer.MetadataTransferException
Gets the remote repository involved in the transfer.
getRepository() - Method in exception org.eclipse.aether.transfer.NoRepositoryConnectorException
Gets the remote repository whose content type is not supported.
getRepository() - Method in exception org.eclipse.aether.transfer.NoRepositoryLayoutException
Gets the remote repository whose layout is not supported.
getRepository() - Method in exception org.eclipse.aether.transfer.NoTransporterException
Gets the remote repository whose transport protocol is not supported.
getRepository() - Method in exception org.eclipse.aether.transfer.RepositoryOfflineException
Gets the remote repository that could not be accessed due to offline mode.
getRepository() - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
 
getRepository(Version) - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
Gets the repository from which the specified version was resolved.
getRepository(Version) - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
getRepository(Version) - Method in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
getRepository(Version) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the repository from which the specified version was resolved.
getRepositoryId() - Method in class org.eclipse.aether.transfer.TransferResource
The ID of the repository, e.g., "central".
getRepositoryKey(RemoteRepository, String) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
getRepositoryKeys(RemoteRepository, Collection<String>) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
getRepositoryListener() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getRepositoryListener() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getRepositoryListener() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the listener being notified of actions in the repository system.
getRepositoryUrl() - Method in class org.eclipse.aether.transfer.TransferResource
The base URL of the repository, e.g.
getRequest() - Method in class org.eclipse.aether.collection.CollectResult
Gets the collection request that was made.
getRequest() - Method in class org.eclipse.aether.deployment.DeployResult
Gets the deploy request that was made.
getRequest() - Method in class org.eclipse.aether.installation.InstallResult
Gets the install request that was made.
getRequest() - Method in class org.eclipse.aether.repository.LocalArtifactResult
Gets the request corresponding to this result.
getRequest() - Method in class org.eclipse.aether.repository.LocalMetadataResult
Gets the request corresponding to this result.
getRequest() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Gets the descriptor request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.ArtifactResult
Gets the resolution request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.DependencyResult
Gets the resolution request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.MetadataResult
Gets the resolution request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the resolution request that was made.
getRequest() - Method in class org.eclipse.aether.resolution.VersionResult
Gets the resolution request that was made.
getRequestContext() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getRequestContext() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the request context in which this dependency node was created.
getRequestContext() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.MetadataRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.resolution.VersionRequest
Gets the context in which this request is made.
getRequestContext() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the context of this transfer.
getRequestContext() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Gets the context of this transfer.
getRequests() - Method in class org.eclipse.aether.internal.impl.ArtifactRequestBuilder
 
getRequestType() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the type of the request/transfer.
getResolutionErrorPolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getResolutionErrorPolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getResolutionErrorPolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the policy which controls whether resolutions errors from remote repositories should be cached.
getResource() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the resource that is being transferred.
getResourceName() - Method in class org.eclipse.aether.transfer.TransferResource
The path of the resource relative to the repository's base URL, e.g.
getResult() - Method in exception org.eclipse.aether.collection.DependencyCollectionException
Gets the collection result at the point the exception occurred.
getResult() - Method in exception org.eclipse.aether.resolution.ArtifactDescriptorException
Gets the descriptor result at the point the exception occurred.
getResult() - Method in exception org.eclipse.aether.resolution.ArtifactResolutionException
Gets the first result from ArtifactResolutionException.getResults().
getResult() - Method in exception org.eclipse.aether.resolution.DependencyResolutionException
Gets the dependency result at the point the exception occurred.
getResult() - Method in exception org.eclipse.aether.resolution.VersionRangeResolutionException
Gets the version range result at the point the exception occurred.
getResult() - Method in exception org.eclipse.aether.resolution.VersionResolutionException
Gets the version result at the point the exception occurred.
getResults() - Method in exception org.eclipse.aether.resolution.ArtifactResolutionException
Gets the resolution results at the point the exception occurred.
getResumeOffset() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Gets the byte offset within the resource from which the download should resume if supported.
getResumeOffset() - Method in class org.eclipse.aether.transfer.TransferResource
Gets the byte offset within the resource from which the download starts.
getRoot() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the root dependency of the graph.
getRoot() - Method in class org.eclipse.aether.collection.CollectResult
Gets the root node of the dependency graph.
getRoot() - Method in class org.eclipse.aether.resolution.DependencyRequest
Gets the root node of the dependency graph whose artifacts should be resolved.
getRoot() - Method in class org.eclipse.aether.resolution.DependencyResult
Gets the root node of the resolved dependency graph.
getRoot() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the root node of the dependency graph being transformed.
getRootArtifact() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the root artifact for the dependency graph.
getRootNode() - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
Gets the root node of the cloned dependency graph.
getSafeLogger(LoggerFactory, Class<?>) - Static method in class org.eclipse.aether.spi.log.NullLoggerFactory
Deprecated.
Gets a logger from the specified factory for the given class, falling back to a logger from this factory if the specified factory is null or fails to provide a logger.
getScope() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new scope to apply to the dependency.
getScope() - Method in class org.eclipse.aether.graph.Dependency
Gets the scope of the dependency.
getScope() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
getScope() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
getScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the effective scope of the winning dependency.
getScopes() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Gets the derived scopes of the dependency.
getSelectedNamedLockFactory() - Method in interface org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelector
Returns the selected NamedLockFactory, never null.
getSelectedNamedLockFactory() - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
Returns the selected NamedLockFactory, never null.
getSelectedNameMapper() - Method in interface org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelector
Returns the selected NameMapper, never null.
getSelectedNameMapper() - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
Returns the selected NameMapper, never null.
getService(Class<T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
 
getService(Class<T>) - Method in interface org.eclipse.aether.spi.locator.ServiceLocator
Deprecated.
Gets an instance of the specified service.
getServices(Class<T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
 
getServices(Class<T>) - Method in interface org.eclipse.aether.spi.locator.ServiceLocator
Deprecated.
Gets all available instances of the specified service.
getSession() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
Gets the repository system session to which this instance forwards calls.
getSession() - Method in interface org.eclipse.aether.collection.DependencyCollectionContext
Gets the repository system session during which the dependency collection happens.
getSession() - Method in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
Gets the repository system session during which the graph transformation happens.
getSession() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
Gets the repository system session during which the version filtering happens.
getSession() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
getSession() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
 
getSession() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
getSession() - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
getSession() - Method in class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
getSession() - Method in class org.eclipse.aether.internal.test.util.TestDependencyGraphTransformationContext
 
getSession() - Method in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
getSession() - Method in class org.eclipse.aether.repository.AuthenticationContext
Gets the repository system session during which the authentication happens.
getSession() - Method in class org.eclipse.aether.repository.AuthenticationDigest
Gets the repository system session during which the authentication fingerprint is calculated.
getSession() - Method in class org.eclipse.aether.RepositoryEvent
Gets the repository system session during which the event occurred.
getSession() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the repository system session during which the event occurred.
getSessionState(RepositorySystemSession) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getSource(CollectResult) - Static method in exception org.eclipse.aether.collection.DependencyCollectionException
 
getString(String, LocalRepository) - Static method in exception org.eclipse.aether.transfer.MetadataNotFoundException
 
getString(String, RemoteRepository) - Static method in exception org.eclipse.aether.transfer.ArtifactTransferException
 
getString(String, RemoteRepository) - Static method in exception org.eclipse.aether.transfer.MetadataTransferException
 
getString(Map<?, ?>, String, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getString(RepositorySystemSession, String, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
Gets the specified configuration property.
getSubstitutions() - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
getSupportedContexts() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Gets the set of request contexts in which the artifact is generally available.
getSystemProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getSystemProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getSystemProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the system properties to use, e.g.
GetTask - Class in org.eclipse.aether.spi.connector.transport
A task to download a resource from the remote repository.
GetTask(URI) - Constructor for class org.eclipse.aether.spi.connector.transport.GetTask
Creates a new task for the specified remote resource.
GetTaskRunner(URI, File, ChecksumPolicy, List<RepositoryLayout.Checksum>, TransferTransportListener<?>) - Constructor for class org.eclipse.aether.connector.basic.BasicRepositoryConnector.GetTaskRunner
 
GetTaskRunner(GetTask) - Constructor for class org.eclipse.aether.transport.wagon.WagonTransporter.GetTaskRunner
 
getTime(RepositorySystemSession) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
getTimeUnit(RepositorySystemSession) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
getTrace() - Method in class org.eclipse.aether.collection.CollectRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.deployment.DeployRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.installation.InstallRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
getTrace() - Method in class org.eclipse.aether.RepositoryEvent
Gets the trace information about the request during which the event occurred.
getTrace() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.ArtifactRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.DependencyRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.MetadataRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.resolution.VersionRequest
Gets the trace information that describes the higher level request/operation in which this request is issued.
getTrace() - Method in class org.eclipse.aether.spi.connector.Transfer
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
getTrace() - Method in class org.eclipse.aether.transfer.TransferResource
Gets the trace information that describes the higher level request/operation during which this resource is transferred.
getTrackingFile(File) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
getTransfer() - Method in class org.eclipse.aether.connector.basic.TransferTransportListener
 
getTransferKey(RepositorySystemSession, File, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getTransferKey(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getTransferListener() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getTransferListener() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getTransferListener() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the listener being notified of uploads/downloads by the repository system.
getTransferredBytes() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the total number of bytes that have been transferred since the download/upload of the resource was started.
getTransferStartTime() - Method in class org.eclipse.aether.transfer.TransferResource
Gets the timestamp when the transfer of this resource was started.
getTransformersForArtifact(Artifact) - Method in class org.eclipse.aether.DefaultRepositorySystemSession.NullFileTransformerManager
 
getTransformersForArtifact(Artifact) - Method in interface org.eclipse.aether.transform.FileTransformerManager
All transformers for this specific artifact.
getType() - Method in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
getType() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
getType() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getType() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the type of the metadata, e.g.
getType() - Method in class org.eclipse.aether.repository.Proxy
Gets the type of this proxy.
getType() - Method in class org.eclipse.aether.RepositoryEvent
Gets the type of the event.
getType() - Method in class org.eclipse.aether.transfer.TransferEvent
Gets the type of the event.
getUpdateKey(RepositorySystemSession, File, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
getUpdatePolicy() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getUpdatePolicy() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getUpdatePolicy() - Method in class org.eclipse.aether.repository.RepositoryPolicy
Gets the update policy for locally cached data from the repository.
getUpdatePolicy() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the global update policy.
getUpperBound() - Method in class org.eclipse.aether.internal.test.util.TestVersionRange
 
getUpperBound() - Method in class org.eclipse.aether.util.version.GenericVersionRange
 
getUpperBound() - Method in class org.eclipse.aether.util.version.UnionVersionRange
 
getUpperBound() - Method in interface org.eclipse.aether.version.VersionRange
Gets an upper bound (if any) for this range.
getUrl() - Method in class org.eclipse.aether.repository.RemoteRepository
Gets the (base) URL of this repository.
getUserProperties() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getUserProperties() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getUserProperties() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the user properties to use, e.g.
getVersion() - Method in interface org.eclipse.aether.artifact.Artifact
Gets the version of this artifact, for example "1.0-20100529-1213".
getVersion() - Method in class org.eclipse.aether.artifact.DefaultArtifact
 
getVersion() - Method in class org.eclipse.aether.collection.DependencyManagement
Gets the new version to apply to the dependency.
getVersion() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getVersion() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the version that was selected for the dependency's target artifact.
getVersion() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
getVersion() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
getVersion() - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
 
getVersion() - Method in class org.eclipse.aether.metadata.DefaultMetadata
 
getVersion() - Method in interface org.eclipse.aether.metadata.Metadata
Gets the version of this metadata.
getVersion() - Method in class org.eclipse.aether.resolution.VersionResult
Gets the resolved version.
getVersion() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
getVersion() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
getVersion() - Method in class org.eclipse.aether.util.version.GenericVersionConstraint
 
getVersion() - Method in exception org.eclipse.aether.version.InvalidVersionSpecificationException
Gets the version or version range that could not be parsed.
getVersion() - Method in interface org.eclipse.aether.version.VersionConstraint
Gets the version recommended by this constraint.
getVersion() - Method in class org.eclipse.aether.version.VersionRange.Bound
Gets the bounding version.
getVersionConstraint() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
Gets the version constraint that was parsed from the dependency's version string.
getVersionConstraint() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
getVersionConstraint() - Method in interface org.eclipse.aether.graph.DependencyNode
Gets the version constraint that was parsed from the dependency's version declaration.
getVersionConstraint() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
getVersionConstraint() - Method in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
getVersionConstraint() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the version constraint that was parsed from the artifact's version string.
getVersionFilter() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getVersionFilter() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getVersionFilter() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the version filter to use for building dependency graphs.
getVersions() - Method in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
Gets the conflicting version constraints of the dependency.
getVersions() - Method in class org.eclipse.aether.resolution.VersionRangeResult
Gets the versions (in ascending order) that matched the requested range.
getVisitor() - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
Gets the visitor to which this visitor delegates to.
getWinner() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Gets the conflict item which has been selected as the winner among the conflicting dependencies.
getWorkspaceReader() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
getWorkspaceReader() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
getWorkspaceReader() - Method in interface org.eclipse.aether.RepositorySystemSession
Gets the workspace reader used during this session.
GoodDescriptor(ArtifactDescriptorResult) - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool.GoodDescriptor
 
GraphKey(Artifact, List<RemoteRepository>, DependencySelector, DependencyManager, DependencyTraverser, VersionFilter) - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
groupId - Variable in class org.eclipse.aether.artifact.DefaultArtifact
 
groupId - Variable in class org.eclipse.aether.graph.Exclusion
 
groupId - Variable in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
groupId - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
groupId - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
groupId - Variable in class org.eclipse.aether.metadata.DefaultMetadata
 
groupId(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 

H

handle(ChecksumFailureException) - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
handleError(RepositoryEvent, RepositoryListener, RuntimeException) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
handleError(TransferEvent, TransferListener, RuntimeException) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
hasEquivalentExclusions(Collection<Exclusion>) - Method in class org.eclipse.aether.graph.Dependency
 
hasErrors(Properties) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
hash - Variable in class org.eclipse.aether.util.version.GenericVersion
 
hash(Object) - Static method in class org.eclipse.aether.artifact.AbstractArtifact
 
hash(Object) - Static method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
 
hash(Object) - Static method in class org.eclipse.aether.internal.test.util.TestVersionRange
 
hash(Object) - Static method in class org.eclipse.aether.metadata.AbstractMetadata
 
hash(Object) - Static method in class org.eclipse.aether.repository.LocalRepository
 
hash(Object) - Static method in class org.eclipse.aether.repository.Proxy
 
hash(Object) - Static method in class org.eclipse.aether.repository.RemoteRepository
 
hash(Object) - Static method in class org.eclipse.aether.util.version.GenericVersionConstraint
 
hash(Object) - Static method in class org.eclipse.aether.util.version.GenericVersionRange
 
HASH_ALGOS - Static variable in class org.eclipse.aether.internal.impl.SimpleDigest
 
hashCode - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.ConstraintKey
 
hashCode - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
hashCode - Variable in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
hashCode - Variable in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager.Key
 
hashCode - Variable in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
hashCode - Variable in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager.Key
 
hashCode - Variable in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
hashCode - Variable in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager.Key
 
hashCode - Variable in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
hashCode - Variable in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
hashCode - Variable in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
 
hashCode - Variable in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
 
hashCode() - Method in class org.eclipse.aether.artifact.AbstractArtifact
Returns a hash code for this artifact.
hashCode() - Method in class org.eclipse.aether.graph.Dependency
 
hashCode() - Method in class org.eclipse.aether.graph.Exclusion
 
hashCode() - Method in class org.eclipse.aether.internal.impl.collect.DataPool.ConstraintKey
 
hashCode() - Method in class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
hashCode() - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager.LoggedMirror
 
hashCode() - Method in class org.eclipse.aether.internal.test.util.TestVersion
 
hashCode() - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
 
hashCode() - Method in class org.eclipse.aether.internal.test.util.TestVersionRange
 
hashCode() - Method in class org.eclipse.aether.internal.test.util.TestVersionScheme
 
hashCode() - Method in class org.eclipse.aether.metadata.AbstractMetadata
Returns a hash code for this metadata.
hashCode() - Method in class org.eclipse.aether.repository.LocalRepository
 
hashCode() - Method in class org.eclipse.aether.repository.Proxy
 
hashCode() - Method in class org.eclipse.aether.repository.RemoteRepository
 
hashCode() - Method in class org.eclipse.aether.repository.RepositoryPolicy
 
hashCode() - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
hashCode() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
hashCode() - Method in class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.filter.AndDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.filter.NotDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.filter.OrDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.filter.ScopeDependencyFilter
 
hashCode() - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
hashCode() - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager.Key
 
hashCode() - Method in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
hashCode() - Method in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager.Key
 
hashCode() - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
 
hashCode() - Method in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
hashCode() - Method in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager.Key
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
hashCode() - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
hashCode() - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker.Key
 
hashCode() - Method in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
 
hashCode() - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
 
hashCode() - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
 
hashCode() - Method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
 
hashCode() - Method in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
 
hashCode() - Method in class org.eclipse.aether.util.graph.version.HighestVersionFilter
 
hashCode() - Method in class org.eclipse.aether.util.graph.version.SnapshotVersionFilter
 
hashCode() - Method in class org.eclipse.aether.util.repository.ChainedAuthentication
 
hashCode() - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader.Key
 
hashCode() - Method in class org.eclipse.aether.util.repository.ComponentAuthentication
 
hashCode() - Method in class org.eclipse.aether.util.repository.JreProxySelector.JreProxyAuthentication
 
hashCode() - Method in class org.eclipse.aether.util.repository.SecretAuthentication
 
hashCode() - Method in class org.eclipse.aether.util.repository.StringAuthentication
 
hashCode() - Method in class org.eclipse.aether.util.version.GenericVersion
 
hashCode() - Method in class org.eclipse.aether.util.version.GenericVersion.Item
 
hashCode() - Method in class org.eclipse.aether.util.version.GenericVersionConstraint
 
hashCode() - Method in class org.eclipse.aether.util.version.GenericVersionRange
 
hashCode() - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
hashCode() - Method in class org.eclipse.aether.util.version.UnionVersionRange
 
hashCode() - Method in class org.eclipse.aether.version.VersionRange.Bound
 
hasId() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
hasId() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
headers - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
HighestVersionFilter - Class in org.eclipse.aether.util.graph.version
A version filter that excludes any version except the highest one.
HighestVersionFilter() - Constructor for class org.eclipse.aether.util.graph.version.HighestVersionFilter
Creates a new instance of this version filter.
host - Variable in class org.eclipse.aether.repository.Proxy
 
host - Variable in class org.eclipse.aether.repository.RemoteRepository
 
HOST_KEY_ACCEPTANCE - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the acceptance policy for unknown host keys.
HOST_KEY_LOCAL - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the fingerprint of the public key expected from remote host as recorded in a known hosts database.
HOST_KEY_REMOTE - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the fingerprint of the public key advertised by remote host.
hostname - Variable in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
HTTP_CREDENTIAL_ENCODING - Static variable in class org.eclipse.aether.ConfigurationProperties
The encoding/charset to use when exchanging credentials with HTTP servers.
HTTP_HEADERS - Static variable in class org.eclipse.aether.ConfigurationProperties
The request headers to use for HTTP-based repository connectors.

I

id - Variable in class org.eclipse.aether.artifact.DefaultArtifactType
 
id - Variable in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
id - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
id - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
id - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
id - Variable in class org.eclipse.aether.repository.RemoteRepository
 
id - Variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector.MirrorDef
 
ID - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
ID - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
IDREF - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
ids - Variable in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.RootQueue
 
IGNORE_ERRORS - Static variable in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Bit mask indicating that all errors should be silently ignored.
IGNORE_INVALID - Static variable in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Bit flag indicating that existent but invalid artifact descriptors should be silently ignored.
IGNORE_MISSING - Static variable in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Bit flag indicating that missing artifact descriptors should be silently ignored.
ignoreArtifactDescriptorRepositories - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
ignoreRepos - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
implClose() - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Implements AbstractTransporter.close(), gets only called if the transporter has not already been closed.
implGet(GetTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Implements AbstractTransporter.get(GetTask), gets only called if the transporter has not been closed.
IMPLICIT_PRIORITIES - Static variable in class org.eclipse.aether.ConfigurationProperties
A flag indicating whether the priorities of pluggable extensions are implicitly given by their iteration order such that the first extension has the highest priority.
implPeek(PeekTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Implements AbstractTransporter.peek(PeekTask), gets only called if the transporter has not been closed.
implPut(PutTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Implements AbstractTransporter.put(PutTask), gets only called if the transporter has not been closed.
included - Variable in class org.eclipse.aether.util.filter.ScopeDependencyFilter
 
included - Variable in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
INCLUDES_DEPENDENCIES - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
A boolean flag indicating whether the artifact presents some kind of bundle that physically includes its dependencies, e.g.
inclusive - Variable in class org.eclipse.aether.version.VersionRange.Bound
 
incRef() - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport.NamedLockHolder
 
inDegree - Variable in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
index - Variable in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
index - Variable in class org.eclipse.aether.util.graph.transformer.ConflictMarker.ConflictGroup
 
index - Variable in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
infos - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The (conceptual) mapping from nodes to extra infos, technically keyed by the node's child list which better captures the identity of a node since we're basically concerned with effects towards children.
IniArtifactDataReader - Class in org.eclipse.aether.internal.test.util
 
IniArtifactDataReader() - Constructor for class org.eclipse.aether.internal.test.util.IniArtifactDataReader
Constructs a data reader with the prefix "".
IniArtifactDataReader(String) - Constructor for class org.eclipse.aether.internal.test.util.IniArtifactDataReader
Constructs a data reader with the given prefix.
IniArtifactDataReader.Definition - Class in org.eclipse.aether.internal.test.util
 
IniArtifactDataReader.State - Enum Class in org.eclipse.aether.internal.test.util
 
IniArtifactDescriptorReader - Class in org.eclipse.aether.internal.test.util
An artifact descriptor reader that gets data from a simple text file on the classpath.
IniArtifactDescriptorReader(String) - Constructor for class org.eclipse.aether.internal.test.util.IniArtifactDescriptorReader
Use the given prefix to load the artifact descriptions from the classpath.
init(long) - Method in class org.eclipse.aether.connector.basic.ChecksumCalculator
 
INITIATED - Enum constant in enum class org.eclipse.aether.transfer.TransferEvent.EventType
 
initService(ServiceLocator) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
 
initService(ServiceLocator) - Method in class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
Deprecated.
 
initService(ServiceLocator) - Method in interface org.eclipse.aether.spi.locator.Service
Deprecated.
Provides the opportunity to initialize this service and to acquire other services for its operation from the locator.
initService(ServiceLocator) - Method in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
 
insertRepositoryKey(String, String) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
install(RepositorySystemSession, InstallRequest) - Method in interface org.eclipse.aether.impl.Installer
Installs a collection of artifacts and their accompanying metadata to the local repository.
install(RepositorySystemSession, InstallRequest) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
install(RepositorySystemSession, InstallRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
install(RepositorySystemSession, InstallRequest) - Method in interface org.eclipse.aether.RepositorySystem
Installs a collection of artifacts and their accompanying metadata to the local repository.
install(RepositorySystemSession, RequestTrace, Artifact) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
install(RepositorySystemSession, RequestTrace, Artifact, LocalRepositoryManager, File, FileTransformer) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
install(RepositorySystemSession, RequestTrace, Metadata) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
install(SyncContext, RepositorySystemSession, InstallRequest) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
InstallationException - Exception in org.eclipse.aether.installation
Thrown in case of an installation error like an IO error.
InstallationException(String) - Constructor for exception org.eclipse.aether.installation.InstallationException
Creates a new exception with the specified detail message.
InstallationException(String, Throwable) - Constructor for exception org.eclipse.aether.installation.InstallationException
Creates a new exception with the specified detail message and cause.
installer - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
Installer - Interface in org.eclipse.aether.impl
Publishes artifacts to the local repository.
InstallRequest - Class in org.eclipse.aether.installation
A request to install artifacts and their accompanying metadata into the local repository.
InstallRequest() - Constructor for class org.eclipse.aether.installation.InstallRequest
Creates an uninitialized request.
InstallResult - Class in org.eclipse.aether.installation
The result of installing artifacts and their accompanying metadata into the a remote repository.
InstallResult(InstallRequest) - Constructor for class org.eclipse.aether.installation.InstallResult
Creates a new result for the specified request.
INSTANCE - Static variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.DirectExecutor
 
INSTANCE - Static variable in class org.eclipse.aether.DefaultRepositorySystemSession.NullArtifactTypeRegistry
 
INSTANCE - Static variable in class org.eclipse.aether.DefaultRepositorySystemSession.NullAuthenticationSelector
 
INSTANCE - Static variable in class org.eclipse.aether.DefaultRepositorySystemSession.NullFileTransformerManager
 
INSTANCE - Static variable in class org.eclipse.aether.DefaultRepositorySystemSession.NullMirrorSelector
 
INSTANCE - Static variable in class org.eclipse.aether.DefaultRepositorySystemSession.NullProxySelector
 
INSTANCE - Static variable in class org.eclipse.aether.internal.impl.collect.DataPool.BadDescriptor
 
INSTANCE - Static variable in class org.eclipse.aether.spi.log.NullLoggerFactory
Deprecated.
The singleton instance of this factory.
INSTANCE - Static variable in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
A ready-made instance of this dependency manager which can safely be reused throughout an entire application regardless of multi-threading.
INSTANCE - Static variable in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector.ExclusionComparator
 
INSTANCE - Static variable in class org.eclipse.aether.util.graph.transformer.NoopDependencyGraphTransformer
A ready-made instance of this dependency graph transformer which can safely be reused throughout an entire application regardless of multi-threading.
INSTANCE - Static variable in class org.eclipse.aether.util.repository.JreProxySelector.JreProxyAuthentication
 
instances - Variable in class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
INTERACTIVE - Static variable in class org.eclipse.aether.ConfigurationProperties
A flag indicating whether interaction with the user is allowed.
intern(Artifact) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
intern(Dependency) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
intern(T) - Method in class org.eclipse.aether.internal.impl.collect.ObjectPool
 
invalidSession(Object, String) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
InvalidVersionSpecificationException - Exception in org.eclipse.aether.version
Thrown when a version or version range could not be parsed.
InvalidVersionSpecificationException(String, String) - Constructor for exception org.eclipse.aether.version.InvalidVersionSpecificationException
Creates a new exception with the specified version and detail message.
InvalidVersionSpecificationException(String, String, Throwable) - Constructor for exception org.eclipse.aether.version.InvalidVersionSpecificationException
Creates a new exception with the specified version, detail message and cause.
InvalidVersionSpecificationException(String, Throwable) - Constructor for exception org.eclipse.aether.version.InvalidVersionSpecificationException
Creates a new exception with the specified version and cause.
isAcceptable(NearestVersionSelector.ConflictGroup, Version) - Method in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector
 
isAlreadyUpdated(RepositorySystemSession, Object) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
isAvailable() - Method in class org.eclipse.aether.repository.LocalArtifactResult
Indicates whether the requested artifact is available for use.
isBlocked() - Method in class org.eclipse.aether.repository.RemoteRepository
Indicates whether this repository is blocked from performing any download requests.
isConcurrent() - Method in class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
isDebugEnabled() - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLogger
Deprecated.
 
isDebugEnabled() - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLoggerEx
Deprecated.
 
isDebugEnabled() - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory.TestLogger
Deprecated.
 
isDebugEnabled() - Method in interface org.eclipse.aether.spi.log.Logger
Deprecated.
Indicates whether debug logging is enabled.
isDebugEnabled() - Method in class org.eclipse.aether.spi.log.NullLogger
Deprecated.
 
isDeleteLocalCopyIfMissing() - Method in class org.eclipse.aether.resolution.MetadataRequest
Indicates whether the locally cached copy of the metadata should be removed if the corresponding file does not exist (any more) in the remote repository.
isDisabled() - Method in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
isEmpty() - Method in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
isEmpty() - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.RootQueue
 
isEmpty(String) - Static method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
isEmpty(String) - Static method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
 
isEmpty(String) - Static method in class org.eclipse.aether.util.StringUtils
Deprecated.
use org.apache.commons.lang3.StringUtils.isEmpty() instead
isEnabled() - Method in class org.eclipse.aether.repository.RepositoryPolicy
Indicates whether the associated repository should be contacted or not.
isEnabled(RemoteRepository, Metadata.Nature) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
isEnabled(RepositorySystemSession) - Method in class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
 
isEOFMarker(String) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
isEqualChecksum(String, String) - Static method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
isExistenceCheck() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Indicates whether this transfer shall only verify the existence of the artifact in the remote repository rather than actually downloading the file.
isExternalHttpRepo(RemoteRepository) - Static method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
Checks the URL to see if this repository refers to a non-localhost repository using HTTP.
isExternalRepo(RemoteRepository) - Static method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
Checks the URL to see if this repository refers to an external repository.
isFavorLocalRepository() - Method in class org.eclipse.aether.resolution.MetadataRequest
Indicates whether the metadata resolution should be suppressed if the corresponding metadata of the local repository is up-to-date according to the update policy of the remote repository.
isFileValid() - Method in class org.eclipse.aether.impl.UpdateCheck
Indicates whether the local file given by UpdateCheck.getFile(), if existent, should be considered valid or not.
isFromCache() - Method in exception org.eclipse.aether.transfer.ArtifactTransferException
Indicates whether this exception actually just occurred or was played back from the error cache.
isFromCache() - Method in exception org.eclipse.aether.transfer.MetadataTransferException
Indicates whether this exception actually just occurred or was played back from the error cache.
isIgnoreArtifactDescriptorRepositories() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
isIgnoreArtifactDescriptorRepositories() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
isIgnoreArtifactDescriptorRepositories() - Method in interface org.eclipse.aether.RepositorySystemSession
Indicates whether repositories declared in artifact descriptors should be ignored during transitive dependency collection.
isIncluded(DependencyNode) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Determines whether the specified dependency node belongs to this conflict context.
isInclusive() - Method in class org.eclipse.aether.version.VersionRange.Bound
Indicates whether the bounding version is included in the range or not.
isLackingDescriptor(Artifact) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
isLocal(String) - Static method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
 
isLocallyInstalled(LocalArtifactResult, VersionResult) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
isMerged() - Method in interface org.eclipse.aether.metadata.MergeableMetadata
Indicates whether this metadata has been merged.
isMissing() - Method in class org.eclipse.aether.resolution.ArtifactResult
Indicates whether the requested artifact is not present in any of the specified repositories.
isMissing() - Method in class org.eclipse.aether.resolution.MetadataResult
Indicates whether the requested metadata is not present in the remote repository.
isNearer(ConflictResolver.ConflictItem, ConflictResolver.ConflictItem) - Method in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector
 
isNonProxyHost(String) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector.NonProxyHosts
 
isNumber() - Method in class org.eclipse.aether.util.version.GenericVersion.Item
 
isOffline() - Method in class org.eclipse.aether.AbstractForwardingRepositorySystemSession
 
isOffline() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
isOffline() - Method in interface org.eclipse.aether.RepositorySystemSession
Indicates whether the repository system operates in offline mode and avoids/refuses any access to remote repositories.
isOfflineHost(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
isOfflineProtocol(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
isOptional() - Method in class org.eclipse.aether.graph.Dependency
Indicates whether this dependency is optional or not.
isOptional() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
isReference() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
isReference() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
isRepositoryManager() - Method in class org.eclipse.aether.repository.RemoteRepository
Indicates whether this repository refers to a repository manager or not.
isRequired() - Method in class org.eclipse.aether.impl.UpdateCheck
Gets the result of a check, denoting whether the remote repository should be checked for updates.
isResolved() - Method in class org.eclipse.aether.resolution.ArtifactResult
Indicates whether the requested artifact was resolved.
isResolved() - Method in class org.eclipse.aether.resolution.MetadataResult
Indicates whether the requested metadata was resolved.
isResume() - Method in class org.eclipse.aether.connector.basic.PartialFile
 
isRetryWorthy() - Method in exception org.eclipse.aether.transfer.ChecksumFailureException
Indicates whether the corresponding download is retry-worthy.
isSibling(ConflictResolver.ConflictItem) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Determines whether the specified conflict item is a sibling of this item.
isSignature(String) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayoutEx
 
isSlf4jAvailable() - Static method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
isSnapshot() - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
isSnapshot() - Method in interface org.eclipse.aether.artifact.Artifact
Determines whether this artifact uses a snapshot version.
isSnapshot() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
isSnapshot() - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
isSnapshot(String) - Static method in class org.eclipse.aether.artifact.AbstractArtifact
 
isSnapshot(Version) - Method in class org.eclipse.aether.internal.test.util.TestVersionRange
 
isStale() - Method in class org.eclipse.aether.repository.LocalMetadataResult
This value indicates whether the metadata is stale and should be updated.
isTracked(Properties, File) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
isUpdated() - Method in class org.eclipse.aether.resolution.MetadataResult
Indicates whether the metadata was actually fetched from the remote repository or resolved from the local cache.
isUpdatedRequired(RepositorySystemSession, long, String) - Method in interface org.eclipse.aether.impl.UpdatePolicyAnalyzer
Determines whether the specified modification timestamp satisfies the freshness constraint expressed by the given update policy.
isUpdatedRequired(RepositorySystemSession, long, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
isUpdatedRequired(RepositorySystemSession, long, String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
isValid(SocketAddress) - Static method in class org.eclipse.aether.util.repository.JreProxySelector
 
isVersionIncludedInRange(String, String) - Method in class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
 
isWarnEnabled() - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLogger
Deprecated.
 
isWarnEnabled() - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLoggerEx
Deprecated.
 
isWarnEnabled() - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory.TestLogger
Deprecated.
 
isWarnEnabled() - Method in interface org.eclipse.aether.spi.log.Logger
Deprecated.
Indicates whether warn logging is enabled.
isWarnEnabled() - Method in class org.eclipse.aether.spi.log.NullLogger
Deprecated.
 
item - Variable in class org.eclipse.aether.impl.UpdateCheck
 
item - Variable in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
 
Item(int, Object) - Constructor for class org.eclipse.aether.util.version.GenericVersion.Item
 
items - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionGroup
 
items - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
items - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The conflict items we have gathered so far for the current conflict id.
items - Variable in class org.eclipse.aether.util.version.GenericVersion
 
iterator() - Method in interface org.eclipse.aether.collection.VersionFilter.VersionFilterContext
Gets an iterator over the available versions of the dependency.
iterator() - Method in class org.eclipse.aether.graph.Dependency.Exclusions
 
iterator() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
iterator() - Method in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 

J

JavaDependencyContextRefiner - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that refines the request context for nodes that belong to the "project" context by appending the classpath type to which the node belongs.
JavaDependencyContextRefiner() - Constructor for class org.eclipse.aether.util.graph.transformer.JavaDependencyContextRefiner
 
JavaScopeDeriver - Class in org.eclipse.aether.util.graph.transformer
A scope deriver for use with ConflictResolver that supports the scopes from JavaScopes.
JavaScopeDeriver() - Constructor for class org.eclipse.aether.util.graph.transformer.JavaScopeDeriver
Creates a new instance of this scope deriver.
JavaScopes - Class in org.eclipse.aether.util.artifact
The dependency scopes used for Java dependencies.
JavaScopes() - Constructor for class org.eclipse.aether.util.artifact.JavaScopes
 
JavaScopeSelector - Class in org.eclipse.aether.util.graph.transformer
A scope selector for use with ConflictResolver that supports the scopes from JavaScopes.
JavaScopeSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.JavaScopeSelector
Creates a new instance of this scope selector.
JreProxyAuthentication() - Constructor for class org.eclipse.aether.util.repository.JreProxySelector.JreProxyAuthentication
 
JreProxySelector - Class in org.eclipse.aether.util.repository
A proxy selector that uses the JRE's global proxy selector.
JreProxySelector() - Constructor for class org.eclipse.aether.util.repository.JreProxySelector
Creates a new proxy selector that delegates to ProxySelector.getDefault().
JreProxySelector.JreProxyAuthentication - Class in org.eclipse.aether.util.repository
 
JVMSemaphore(Semaphore) - Constructor for class org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory.JVMSemaphore
 

K

key - Variable in class org.eclipse.aether.repository.WorkspaceRepository
 
key - Variable in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
key - Variable in class org.eclipse.aether.util.repository.ComponentAuthentication
 
key - Variable in class org.eclipse.aether.util.repository.SecretAuthentication
 
key - Variable in class org.eclipse.aether.util.repository.StringAuthentication
 
Key(List<WorkspaceReader>) - Constructor for class org.eclipse.aether.util.repository.ChainedWorkspaceReader.Key
 
Key(Artifact) - Constructor for class org.eclipse.aether.util.graph.manager.ClassicDependencyManager.Key
 
Key(Artifact) - Constructor for class org.eclipse.aether.util.graph.manager.DefaultDependencyManager.Key
 
Key(Artifact) - Constructor for class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager.Key
 
Key(Artifact) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictMarker.Key
 
KEY_VAL - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
keys - Variable in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager.LoggedMirror
 
keys - Variable in class org.eclipse.aether.util.graph.transformer.ConflictMarker.ConflictGroup
 
keys - Variable in class org.eclipse.aether.util.repository.ChainedWorkspaceReader.Key
 
KEYS - Static variable in class org.eclipse.aether.util.repository.SecretAuthentication
 
kind - Variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
KIND_BIGINT - Static variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
KIND_INT - Static variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
KIND_MAX - Static variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
KIND_MIN - Static variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
KIND_QUALIFIER - Static variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
KIND_STRING - Static variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
KIND_UNOFFICIAL - Static variable in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Bit flag indicating a checksum which is not part of the official repository layout/structure.

L

LANGUAGE - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
The programming language this artifact is relevant for, e.g.
layout - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
layoutProvider - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
 
level - Variable in class org.eclipse.aether.internal.test.util.DependencyGraphParser.LineContext
 
level - Variable in class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
LINE - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
LineContext() - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser.LineContext
 
list(StringBuilder) - Method in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
listener - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.TaskRunner
 
listener - Variable in class org.eclipse.aether.connector.basic.TransferTransportListener
 
listener - Variable in class org.eclipse.aether.internal.impl.SafeTransferListener
 
listener - Variable in class org.eclipse.aether.spi.connector.Transfer
 
listener - Variable in class org.eclipse.aether.spi.connector.transport.TransportTask
 
listener - Variable in class org.eclipse.aether.transport.wagon.WagonTransferListener
 
listeners - Variable in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
listeners - Variable in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
listeners - Variable in class org.eclipse.aether.util.listener.ChainedTransferListener
 
local - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
LOCAL_PATH - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
The (expected) path to the artifact on the local filesystem.
LOCAL_REPO_ID - Static variable in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
LocalArtifactRegistration - Class in org.eclipse.aether.repository
A request to register an artifact within the local repository.
LocalArtifactRegistration() - Constructor for class org.eclipse.aether.repository.LocalArtifactRegistration
Creates an uninitialized registration.
LocalArtifactRegistration(Artifact) - Constructor for class org.eclipse.aether.repository.LocalArtifactRegistration
Creates a registration request for the specified (locally installed) artifact.
LocalArtifactRegistration(Artifact, RemoteRepository, Collection<String>) - Constructor for class org.eclipse.aether.repository.LocalArtifactRegistration
Creates a registration request for the specified artifact.
LocalArtifactRequest - Class in org.eclipse.aether.repository
A query to the local repository for the existence of an artifact.
LocalArtifactRequest() - Constructor for class org.eclipse.aether.repository.LocalArtifactRequest
Creates an uninitialized query.
LocalArtifactRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.repository.LocalArtifactRequest
Creates a query with the specified properties.
LocalArtifactResult - Class in org.eclipse.aether.repository
A result from the local repository about the existence of an artifact.
LocalArtifactResult(LocalArtifactRequest) - Constructor for class org.eclipse.aether.repository.LocalArtifactResult
Creates a new result for the specified request.
localLastUpdated - Variable in class org.eclipse.aether.impl.UpdateCheck
 
LocalMetadataRegistration - Class in org.eclipse.aether.repository
A request to register metadata within the local repository.
LocalMetadataRegistration() - Constructor for class org.eclipse.aether.repository.LocalMetadataRegistration
Creates an uninitialized registration.
LocalMetadataRegistration(Metadata) - Constructor for class org.eclipse.aether.repository.LocalMetadataRegistration
Creates a registration request for the specified metadata accompanying a locally installed artifact.
LocalMetadataRegistration(Metadata, RemoteRepository, Collection<String>) - Constructor for class org.eclipse.aether.repository.LocalMetadataRegistration
Creates a registration request for the specified metadata.
LocalMetadataRequest - Class in org.eclipse.aether.repository
A query to the local repository for the existence of metadata.
LocalMetadataRequest() - Constructor for class org.eclipse.aether.repository.LocalMetadataRequest
Creates an uninitialized query.
LocalMetadataRequest(Metadata, RemoteRepository, String) - Constructor for class org.eclipse.aether.repository.LocalMetadataRequest
Creates a query with the specified properties.
LocalMetadataResult - Class in org.eclipse.aether.repository
A result from the local repository about the existence of metadata.
LocalMetadataResult(LocalMetadataRequest) - Constructor for class org.eclipse.aether.repository.LocalMetadataResult
Creates a new result for the specified request.
LocalReadWriteLockNamedLockFactory - Class in org.eclipse.aether.named.providers
A JVM-local named lock factory that uses named ReentrantReadWriteLocks.
LocalReadWriteLockNamedLockFactory() - Constructor for class org.eclipse.aether.named.providers.LocalReadWriteLockNamedLockFactory
 
localRepository - Variable in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
LocalRepository - Class in org.eclipse.aether.repository
A repository on the local file system used to cache contents of remote repositories and to store locally installed artifacts.
LocalRepository(File) - Constructor for class org.eclipse.aether.repository.LocalRepository
Creates a new local repository with the specified base directory and unknown type.
LocalRepository(File, String) - Constructor for class org.eclipse.aether.repository.LocalRepository
Creates a new local repository with the specified properties.
LocalRepository(String) - Constructor for class org.eclipse.aether.repository.LocalRepository
Creates a new local repository with the specified base directory and unknown type.
localRepositoryManager - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
LocalRepositoryManager - Interface in org.eclipse.aether.repository
Manages access to a local repository.
LocalRepositoryManagerFactory - Interface in org.eclipse.aether.spi.localrepo
A factory to create managers for the local repository.
localRepositoryProvider - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
LocalRepositoryProvider - Interface in org.eclipse.aether.impl
Retrieves a local repository manager from the installed local repository manager factories.
LocalSemaphoreNamedLockFactory - Class in org.eclipse.aether.named.providers
A JVM-local named lock factory that uses named Semaphores.
LocalSemaphoreNamedLockFactory() - Constructor for class org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory
 
LocalSemaphoreNamedLockFactory.JVMSemaphore - Class in org.eclipse.aether.named.providers
Adapted JVM Semaphore.
location - Variable in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
 
location - Variable in class org.eclipse.aether.spi.connector.transport.TransportTask
 
lock - Variable in class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
lock(File, File, int, PartialFile.RemoteAccessChecker, AtomicBoolean) - Static method in class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
LOCK_POSITION - Static variable in class org.eclipse.aether.named.support.FileLockNamedLock
 
LOCK_SIZE - Static variable in class org.eclipse.aether.named.support.FileLockNamedLock
 
LOCK_SUFFIX - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper
 
lockExclusively(long, TimeUnit) - Method in interface org.eclipse.aether.named.NamedLock
Tries to lock exclusively, may block for given time.
lockExclusively(long, TimeUnit) - Method in class org.eclipse.aether.named.providers.NoopNamedLockFactory.NoopNamedLock
 
lockExclusively(long, TimeUnit) - Method in class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
 
lockExclusively(long, TimeUnit) - Method in class org.eclipse.aether.named.support.FileLockNamedLock
 
lockExclusively(long, TimeUnit) - Method in class org.eclipse.aether.named.support.ReadWriteLockNamedLock
 
lockFile - Variable in class org.eclipse.aether.connector.basic.PartialFile
 
lockFile - Variable in class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
LockFile(File, int, PartialFile.RemoteAccessChecker) - Constructor for class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
lockNaming - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
locks - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
locks - Variable in class org.eclipse.aether.named.support.NamedLockFactorySupport
 
lockShared(long, TimeUnit) - Method in interface org.eclipse.aether.named.NamedLock
Tries to lock shared, may block for given time.
lockShared(long, TimeUnit) - Method in class org.eclipse.aether.named.providers.NoopNamedLockFactory.NoopNamedLock
 
lockShared(long, TimeUnit) - Method in class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
 
lockShared(long, TimeUnit) - Method in class org.eclipse.aether.named.support.FileLockNamedLock
 
lockShared(long, TimeUnit) - Method in class org.eclipse.aether.named.support.ReadWriteLockNamedLock
 
logError(Throwable, Object) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
logError(TransferEvent, Throwable) - Method in class org.eclipse.aether.internal.impl.SafeTransferListener
 
LoggedMirror(RemoteRepository, RemoteRepository) - Constructor for class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager.LoggedMirror
 
logger - Variable in class org.eclipse.aether.internal.impl.AbstractChecksumPolicy
 
logger - Variable in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLogger
Deprecated.
 
logger - Variable in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLoggerEx
Deprecated.
 
logger - Variable in class org.eclipse.aether.internal.test.util.TestLoggerFactory
Deprecated.
 
logger - Variable in class org.eclipse.aether.named.support.NamedLockFactorySupport
 
logger - Variable in class org.eclipse.aether.named.support.NamedLockSupport
 
Logger - Interface in org.eclipse.aether.spi.log
Deprecated.
Use SLF4J instead
LOGGER - Static variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
LOGGER - Static variable in class org.eclipse.aether.connector.basic.ChecksumValidator
 
LOGGER - Static variable in class org.eclipse.aether.connector.basic.PartialFile.Factory
 
LOGGER - Static variable in class org.eclipse.aether.connector.basic.PartialFile
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultInstaller
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.SafeTransferListener
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
LOGGER - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
LOGGER - Static variable in class org.eclipse.aether.named.support.Retry
 
LOGGER - Static variable in class org.eclipse.aether.spi.log.NullLoggerFactory
Deprecated.
The singleton logger used by this factory.
LOGGER - Static variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
LoggerFactory - Interface in org.eclipse.aether.spi.log
Deprecated.
Use SLF4J instead
LoggerFactoryProvider - Class in org.eclipse.aether.internal.impl
Helps Sisu-based applications to pick the right logger factory depending on the classpath.
LoggerFactoryProvider() - Constructor for class org.eclipse.aether.internal.impl.LoggerFactoryProvider
 
logMirror(RepositorySystemSession, RemoteRepository, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
lookup(String) - Method in class org.eclipse.aether.internal.transport.wagon.PlexusWagonProvider
 
lookup(String) - Method in interface org.eclipse.aether.transport.wagon.WagonProvider
Acquires a wagon instance that matches the specified role hint.
lookupWagon() - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
loser(DependencyNode, Object) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
lowerBound - Variable in class org.eclipse.aether.internal.test.util.TestVersionRange
 
lowerBound - Variable in class org.eclipse.aether.util.version.GenericVersionRange
 
lowerBound - Variable in class org.eclipse.aether.util.version.UnionVersionRange
 
lowerBoundInclusive - Variable in class org.eclipse.aether.internal.test.util.TestVersionRange
 

M

mainArtifact - Variable in class org.eclipse.aether.util.artifact.SubArtifact
 
MANAGED_EXCLUSIONS - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the exclusions were subject to dependency management
MANAGED_OPTIONAL - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the optional flag was subject to dependency management
MANAGED_PROPERTIES - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the artifact properties were subject to dependency management
MANAGED_SCOPE - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the dependency scope was subject to dependency management
MANAGED_VERSION - Static variable in interface org.eclipse.aether.graph.DependencyNode
A bit flag indicating the dependency version was subject to dependency management
managedBits - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
managedBits - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
managedDependencies - Variable in class org.eclipse.aether.collection.CollectRequest
 
managedDependencies - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GoodDescriptor
 
managedDependencies - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
managedDependencies - Variable in class org.eclipse.aether.internal.test.util.ArtifactDescription
 
managedDependencies - Variable in class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
managedDependencies - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
MANAGEDDEPENDENCIES - Enum constant in enum class org.eclipse.aether.internal.test.util.IniArtifactDataReader.State
 
managedDependency - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
manageDependency(Dependency) - Method in interface org.eclipse.aether.collection.DependencyManager
Applies dependency management to the specified dependency.
manageDependency(Dependency) - Method in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
manageDependency(Dependency) - Method in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
manageDependency(Dependency) - Method in class org.eclipse.aether.util.graph.manager.NoopDependencyManager
 
manageDependency(Dependency) - Method in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
managedExclusions - Variable in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
managedExclusions - Variable in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
managedExclusions - Variable in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
managedLocalPaths - Variable in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
managedLocalPaths - Variable in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
managedLocalPaths - Variable in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
managedOptionals - Variable in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
managedOptionals - Variable in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
managedOptionals - Variable in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
managedScopes - Variable in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
managedScopes - Variable in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
managedScopes - Variable in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
managedVersions - Variable in class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
 
managedVersions - Variable in class org.eclipse.aether.util.graph.manager.DefaultDependencyManager
 
managedVersions - Variable in class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
manager - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
managerFactories - Variable in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
map - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
 
map - Variable in class org.eclipse.aether.internal.test.util.TestDependencyGraphTransformationContext
 
mark(Collection<DependencyNode>, Map<Object, ConflictMarker.ConflictGroup>) - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker
 
matches(String, String) - Method in class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
 
matches(String, String) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
matches(Exclusion, Artifact) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
matches(RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionGroup
 
matchesType(String, String) - Static method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
Checks whether the types configured for a mirror match with the type of the repository.
matchPattern(RemoteRepository, String) - Static method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
This method checks if the pattern matches the originalRepository.
Maven2RepositoryLayout(List<String>) - Constructor for class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayout
 
Maven2RepositoryLayoutEx(List<String>) - Constructor for class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayoutEx
 
Maven2RepositoryLayoutFactory - Class in org.eclipse.aether.internal.impl
Provides a Maven-2 repository layout for repositories with content type "default".
Maven2RepositoryLayoutFactory() - Constructor for class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
Maven2RepositoryLayoutFactory.Maven2RepositoryLayout - Class in org.eclipse.aether.internal.impl
 
Maven2RepositoryLayoutFactory.Maven2RepositoryLayoutEx - Class in org.eclipse.aether.internal.impl
 
MAX - Static variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
maxCycles - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Results
 
maxExceptions - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Results
 
maxThreads - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
merge(File, File) - Method in interface org.eclipse.aether.metadata.MergeableMetadata
Merges this metadata into the current metadata (if any).
merge(Map<String, String>, Map<String, String>) - Static method in class org.eclipse.aether.artifact.DefaultArtifact
 
merge(Set<Object>, Set<Object>) - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker
 
merge(RepositoryPolicy, String, String) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
merge(RepositorySystemSession, RepositoryPolicy, RepositoryPolicy, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
MergeableMetadata - Interface in org.eclipse.aether.metadata
A piece of metadata that needs to be merged with any current metadata before installation/deployment.
mergeDeps(List<Dependency>, List<Dependency>) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
mergeMirrors(RepositorySystemSession, RemoteRepository, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
metadata - Variable in class org.eclipse.aether.deployment.DeployRequest
 
metadata - Variable in class org.eclipse.aether.deployment.DeployResult
 
metadata - Variable in class org.eclipse.aether.installation.InstallRequest
 
metadata - Variable in class org.eclipse.aether.installation.InstallResult
 
metadata - Variable in class org.eclipse.aether.repository.LocalMetadataRegistration
 
metadata - Variable in class org.eclipse.aether.repository.LocalMetadataRequest
 
metadata - Variable in class org.eclipse.aether.RepositoryEvent.Builder
 
metadata - Variable in class org.eclipse.aether.RepositoryEvent
 
metadata - Variable in class org.eclipse.aether.resolution.MetadataRequest
 
metadata - Variable in class org.eclipse.aether.resolution.MetadataResult
 
metadata - Variable in class org.eclipse.aether.spi.connector.MetadataTransfer
 
metadata - Variable in exception org.eclipse.aether.transfer.MetadataTransferException
 
Metadata - Interface in org.eclipse.aether.metadata
A piece of repository metadata, e.g.
METADATA_DEPLOYED - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
METADATA_DEPLOYING - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
METADATA_DOWNLOADED - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
METADATA_DOWNLOADING - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
METADATA_INSTALLED - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
METADATA_INSTALLING - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
METADATA_INVALID - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
METADATA_RESOLVED - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
METADATA_RESOLVING - Enum constant in enum class org.eclipse.aether.RepositoryEvent.EventType
 
Metadata.Nature - Enum Class in org.eclipse.aether.metadata
The nature of the metadata.
metadataDeployed(Metadata, File, Exception) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
metadataDeployed(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataDeployed(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of some metadata whose upload to a remote repository has been completed, either successfully or not.
metadataDeployed(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataDeploying(Metadata, File) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
metadataDeploying(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of some metadata that is about to be uploaded to a remote repository.
metadataDeploying(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
MetadataDownload - Class in org.eclipse.aether.spi.connector
A download of metadata from a remote repository.
MetadataDownload() - Constructor for class org.eclipse.aether.spi.connector.MetadataDownload
Creates a new uninitialized download.
MetadataDownload(Metadata, String, File, String) - Constructor for class org.eclipse.aether.spi.connector.MetadataDownload
Creates a new download with the specified properties.
metadataDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataDownloaded(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of some metadata whose download has been completed, either successfully or not.
metadataDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataDownloaded(RepositorySystemSession, RequestTrace, Metadata, ArtifactRepository, File, Exception) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
metadataDownloading(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of some metadata that is about to be downloaded from a remote repository.
metadataDownloading(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataDownloading(RepositorySystemSession, RequestTrace, Metadata, ArtifactRepository) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
metadataFactories - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer
 
metadataFactories - Variable in class org.eclipse.aether.internal.impl.DefaultInstaller
 
metadataFile - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
MetadataGenerator - Interface in org.eclipse.aether.impl
A metadata generator that participates in the installation/deployment of artifacts.
MetadataGeneratorFactory - Interface in org.eclipse.aether.impl
A factory to create metadata generators.
metadataInstalled(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of some metadata whose installation to the local repository has been completed, either successfully or not.
metadataInstalled(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataInstalled(RepositorySystemSession, RequestTrace, Metadata, File, Exception) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
metadataInstalling(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of some metadata that is about to be installed to the local repository.
metadataInstalling(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataInstalling(RepositorySystemSession, RequestTrace, Metadata, File) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
metadataInvalid(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of syntactically or semantically invalid metadata.
metadataInvalid(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
MetadataNotFoundException - Exception in org.eclipse.aether.transfer
Thrown when metadata was not found in a particular repository.
MetadataNotFoundException(Metadata, LocalRepository) - Constructor for exception org.eclipse.aether.transfer.MetadataNotFoundException
Creates a new exception with the specified metadata and local repository.
MetadataNotFoundException(Metadata, RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.MetadataNotFoundException
Creates a new exception with the specified metadata and repository.
MetadataNotFoundException(Metadata, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.MetadataNotFoundException
Creates a new exception with the specified metadata, repository and detail message.
MetadataNotFoundException(Metadata, RemoteRepository, String, boolean) - Constructor for exception org.eclipse.aether.transfer.MetadataNotFoundException
Creates a new exception with the specified metadata, repository and detail message.
MetadataNotFoundException(Metadata, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.MetadataNotFoundException
Creates a new exception with the specified metadata, repository, detail message and cause.
metadataPolicy - Variable in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
 
metadataRegistrations - Variable in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
MetadataRequest - Class in org.eclipse.aether.resolution
A request to resolve metadata from either a remote repository or the local repository.
MetadataRequest() - Constructor for class org.eclipse.aether.resolution.MetadataRequest
Creates an uninitialized request.
MetadataRequest(Metadata) - Constructor for class org.eclipse.aether.resolution.MetadataRequest
Creates a request to resolve the specified metadata from the local repository.
MetadataRequest(Metadata, RemoteRepository, String) - Constructor for class org.eclipse.aether.resolution.MetadataRequest
Creates a request with the specified properties.
metadataResolved(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataResolved(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of some metadata whose resolution has been completed, either successfully or not.
metadataResolved(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataResolved(RepositorySystemSession, RequestTrace, Metadata, ArtifactRepository, Exception) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
metadataResolver - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
MetadataResolver - Interface in org.eclipse.aether.impl
Resolves metadata, that is gets a local filesystem path to their binary contents.
metadataResolving(RepositoryEvent) - Method in class org.eclipse.aether.AbstractRepositoryListener
 
metadataResolving(RepositoryEvent) - Method in interface org.eclipse.aether.RepositoryListener
Notifies the listener of some metadata that is about to be resolved.
metadataResolving(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
 
metadataResolving(RepositorySystemSession, RequestTrace, Metadata, ArtifactRepository) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
MetadataResult - Class in org.eclipse.aether.resolution
The result of a metadata resolution request.
MetadataResult(MetadataRequest) - Constructor for class org.eclipse.aether.resolution.MetadataResult
Creates a new result for the specified request.
MetadataTransfer - Class in org.eclipse.aether.spi.connector
A download/upload of metadata.
MetadataTransfer() - Constructor for class org.eclipse.aether.spi.connector.MetadataTransfer
 
MetadataTransferException - Exception in org.eclipse.aether.transfer
Thrown when metadata could not be uploaded/downloaded to/from a particular remote repository.
MetadataTransferException(Metadata, RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.MetadataTransferException
Creates a new exception with the specified metadata, repository and detail message.
MetadataTransferException(Metadata, RemoteRepository, String, boolean) - Constructor for exception org.eclipse.aether.transfer.MetadataTransferException
Creates a new exception with the specified metadata, repository and detail message.
MetadataTransferException(Metadata, RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.MetadataTransferException
Creates a new exception with the specified metadata, repository, detail message and cause.
MetadataTransferException(Metadata, RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.MetadataTransferException
Creates a new exception with the specified metadata, repository and cause.
MetadataTransportListener - Class in org.eclipse.aether.connector.basic
 
MetadataTransportListener(MetadataTransfer, RemoteRepository, TransferEvent.Builder) - Constructor for class org.eclipse.aether.connector.basic.MetadataTransportListener
 
MetadataUpload - Class in org.eclipse.aether.spi.connector
An upload of metadata to a remote repository.
MetadataUpload() - Constructor for class org.eclipse.aether.spi.connector.MetadataUpload
Creates a new uninitialized upload.
MetadataUpload(Metadata, File) - Constructor for class org.eclipse.aether.spi.connector.MetadataUpload
Creates a new upload with the specified properties.
MetadataUploadListener(DefaultDeployer.EventCatapult, MetadataUpload) - Constructor for class org.eclipse.aether.internal.impl.DefaultDeployer.MetadataUploadListener
 
MIN - Static variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
minDepth - Variable in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
minDepth - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
The smallest depth at which the node was seen, used for "the" depth of its conflict items.
MirrorDef(String, String, String, boolean, boolean, String, String) - Constructor for class org.eclipse.aether.util.repository.DefaultMirrorSelector.MirrorDef
 
MIRRORED - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
mirroredRepositories - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
mirroredRepositories - Variable in class org.eclipse.aether.repository.RemoteRepository
 
mirrorOfIds - Variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector.MirrorDef
 
mirrorOfTypes - Variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector.MirrorDef
 
mirrors - Variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector
 
mirrorSelector - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
MirrorSelector - Interface in org.eclipse.aether.repository
Selects a mirror for a given remote repository.
mkdirs(File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
Thread-safe variant of File.mkdirs().
mkdirs(File) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
mkdirs(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
mkdirs(File) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Creates the directory named by the given abstract pathname, including any necessary but nonexistent parent directories.
move(File, File) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
move(File, File) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
move(File, File) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Moves the specified source file to the given target file.

N

name - Variable in class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
 
name - Variable in class org.eclipse.aether.named.support.NamedLockSupport
 
name() - Method in interface org.eclipse.aether.named.NamedLock
Returns this instance name, never null
name() - Method in class org.eclipse.aether.named.support.NamedLockSupport
 
NAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
NAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper
 
NAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper
 
NAME - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
 
NAME - Static variable in class org.eclipse.aether.named.providers.FileLockNamedLockFactory
 
NAME - Static variable in class org.eclipse.aether.named.providers.LocalReadWriteLockNamedLockFactory
 
NAME - Static variable in class org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory
 
NAME - Static variable in class org.eclipse.aether.named.providers.NoopNamedLockFactory
 
NAME_MAPPER_KEY - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
 
NAME_MAPPERS - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.SimpleNamedLockFactorySelector
 
namedLock - Variable in class org.eclipse.aether.named.support.NamedLockFactorySupport.NamedLockHolder
 
NamedLock - Interface in org.eclipse.aether.named
A named lock, functionally similar to existing JVM and other implementations.
namedLockFactory - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
namedLockFactory - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
namedLockFactory - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
 
NamedLockFactory - Interface in org.eclipse.aether.named
A factory of NamedLocks.
namedLockFactoryAdapter - Variable in class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
 
NamedLockFactoryAdapter - Class in org.eclipse.aether.internal.impl.synccontext.named
Adapter to adapt NamedLockFactory and NamedLock to SyncContext.
NamedLockFactoryAdapter(NameMapper, NamedLockFactory) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
NamedLockFactoryAdapter.AdaptedLockSyncContext - Class in org.eclipse.aether.internal.impl.synccontext.named
 
NamedLockFactorySelector - Interface in org.eclipse.aether.internal.impl.synccontext.named
Selector for NamedLockFactory and NameMapper that selects and exposes selected ones.
NamedLockFactorySelectorSupport - Class in org.eclipse.aether.internal.impl.synccontext.named
Selector implementation support class: by extending this class one may override defaults, or provide completely alternative way of configuration.
NamedLockFactorySelectorSupport(Map<String, NamedLockFactory>, String, Map<String, NameMapper>, String) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
 
NamedLockFactorySupport - Class in org.eclipse.aether.named.support
Support class for NamedLockFactory implementations providing reference counting.
NamedLockFactorySupport() - Constructor for class org.eclipse.aether.named.support.NamedLockFactorySupport
 
NamedLockFactorySupport.NamedLockHolder - Class in org.eclipse.aether.named.support
 
NamedLockHolder(NamedLockSupport) - Constructor for class org.eclipse.aether.named.support.NamedLockFactorySupport.NamedLockHolder
 
NamedLockSupport - Class in org.eclipse.aether.named.support
Support class for NamedLock implementations providing reference counting.
NamedLockSupport(String, NamedLockFactorySupport) - Constructor for class org.eclipse.aether.named.support.NamedLockSupport
 
nameLocks(RepositorySystemSession, Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
nameLocks(RepositorySystemSession, Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in class org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper
 
nameLocks(RepositorySystemSession, Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in class org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper
 
nameLocks(RepositorySystemSession, Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in interface org.eclipse.aether.internal.impl.synccontext.named.NameMapper
Creates (opaque) names for passed in artifacts and metadata.
nameLocks(RepositorySystemSession, Collection<? extends Artifact>, Collection<? extends Metadata>) - Method in class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
 
nameMapper - Variable in class org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper
 
nameMapper - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
nameMapper - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
 
NameMapper - Interface in org.eclipse.aether.internal.impl.synccontext.named
Component mapping lock names to passed in artifacts and metadata as required.
namePrefix - Variable in class org.eclipse.aether.util.concurrency.WorkerThreadFactory
 
nature - Variable in class org.eclipse.aether.metadata.DefaultMetadata
 
Nature() - Constructor for enum class org.eclipse.aether.metadata.Metadata.Nature
 
NearestVersionSelector - Class in org.eclipse.aether.util.graph.transformer
A version selector for use with ConflictResolver that resolves version conflicts using a nearest-wins strategy.
NearestVersionSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.NearestVersionSelector
Creates a new instance of this version selector.
NearestVersionSelector.ConflictGroup - Class in org.eclipse.aether.util.graph.transformer
 
newChecksumCalculator(File) - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
newChecksumPolicy(String, TransferResource) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
newChecksumPolicy(RepositorySystemSession, RemoteRepository, TransferResource, String) - Method in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
newChecksumPolicy(RepositorySystemSession, RemoteRepository, TransferResource, String) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicyProvider
Retrieves the checksum policy with the specified identifier for use on the given remote resource.
newChild(Object) - Method in class org.eclipse.aether.RequestTrace
Creates a new child of this trace.
newChild(RequestTrace, Object) - Static method in class org.eclipse.aether.RequestTrace
Creates a child of the specified request trace.
newCollectionContext(RepositorySystemSession, Artifact, Dependency, List<Dependency>) - Static method in class org.eclipse.aether.internal.test.util.TestUtils
Creates a new dependency collection context.
newCollectionContext(RepositorySystemSession, Dependency, List<Dependency>) - Static method in class org.eclipse.aether.internal.test.util.TestUtils
Creates a new dependency collection context.
newConflictItem(DependencyNode, DependencyNode) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
newDeploymentRepository(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newDeploymentRepository(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.RepositorySystem
Forms a remote repository suitable for artifact deployment by applying the session's authentication selector and similar network configuration to the given repository prototype.
newDigest() - Static method in class org.eclipse.aether.repository.AuthenticationDigest
 
newEventBuilder(TransferResource, boolean, boolean) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
newException(String, Artifact, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
newException(String, Metadata, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
newFailure(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector
 
newInputStream() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Opens an input stream for the data to be uploaded.
newInstance(File, Collection<RepositoryLayout.Checksum>) - Static method in class org.eclipse.aether.connector.basic.ChecksumCalculator
 
newInstance(File, PartialFile.RemoteAccessChecker) - Method in class org.eclipse.aether.connector.basic.PartialFile.Factory
 
newInstance(Class<?>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
newInstance(String, Map<String, String>, File) - Method in class org.eclipse.aether.artifact.AbstractArtifact
Creates a new artifact with the specified coordinates, properties and file.
newInstance(Collection<? extends VersionFilter>) - Static method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
Chains the specified version filters.
newInstance(Map<String, String>, File) - Method in class org.eclipse.aether.metadata.AbstractMetadata
 
newInstance(Artifact) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
Creates a new artifact instance that delegates to the specified artifact.
newInstance(ArtifactTypeRegistry) - Static method in class org.eclipse.aether.internal.impl.collect.CachingArtifactTypeRegistry
 
newInstance(DependencyGraphTransformer, DependencyGraphTransformer) - Static method in class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
Creates a new transformer that chains the specified transformers or simply returns one of them if the other one is null.
newInstance(DependencySelector, DependencySelector) - Static method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
newInstance(DependencyTraverser, DependencyTraverser) - Static method in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
Creates a new traverser from the specified traversers.
newInstance(VersionFilter...) - Static method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
Chains the specified version filters.
newInstance(VersionFilter, VersionFilter) - Static method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
Chains the specified version filters.
newInstance(DependencyFilter, DependencyFilter) - Static method in class org.eclipse.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
newInstance(DependencyFilter, DependencyFilter) - Static method in class org.eclipse.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
newInstance(WorkspaceReader, WorkspaceReader) - Static method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
Creates a new workspace reader by chaining the specified readers.
newInstance(RepositoryListener, RepositoryListener) - Static method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
newInstance(RepositorySystemSession) - Static method in class org.eclipse.aether.internal.impl.collect.CachingArtifactTypeRegistry
 
newInstance(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
 
newInstance(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory
Deprecated.
 
newInstance(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
newInstance(RepositorySystemSession, boolean) - Method in interface org.eclipse.aether.spi.synccontext.SyncContextFactory
Creates a new synchronization context.
newInstance(RepositorySystemSession, DeployRequest) - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified deploy request.
newInstance(RepositorySystemSession, InstallRequest) - Method in interface org.eclipse.aether.impl.MetadataGeneratorFactory
Creates a new metadata generator for the specified install request.
newInstance(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
newInstance(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
newInstance(RepositorySystemSession, LocalRepository) - Method in interface org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
Tries to create a repository manager for the specified local repository.
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
Tries to create a repository layout for the specified remote repository.
newInstance(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnectorFactory
Tries to create a repository connector for the specified remote repository.
newInstance(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.transport.TransporterFactory
Tries to create a transporter for the specified remote repository.
newInstance(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
 
newInstance(RepositorySystemSession, RemoteRepository, Proxy, Authentication) - Static method in class org.eclipse.aether.repository.AuthenticationContext
 
newInstance(TransferListener, TransferListener) - Static method in class org.eclipse.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in interface org.eclipse.aether.impl.LocalRepositoryProvider
Creates a new manager for the specified local repository.
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newLocalRepositoryManager(RepositorySystemSession, LocalRepository) - Method in interface org.eclipse.aether.RepositorySystem
Creates a new manager for the specified local repository.
newOutputStream() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Opens an output stream to store the downloaded data.
newOutputStream(boolean) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Opens an output stream to store the downloaded data.
newRepositoryConnector(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.impl.RepositoryConnectorProvider
Tries to create a repository connector for the specified remote repository.
newRepositoryConnector(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
newRepositoryLayout(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
newRepositoryLayout(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.layout.RepositoryLayoutProvider
Tries to retrieve a repository layout for the specified remote repository.
newResolutionRepositories(RepositorySystemSession, List<RemoteRepository>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newResolutionRepositories(RepositorySystemSession, List<RemoteRepository>) - Method in interface org.eclipse.aether.RepositorySystem
Forms remote repositories suitable for artifact resolution by applying the session's authentication selector and similar network configuration to the given repository prototypes.
newSession() - Static method in class org.eclipse.aether.internal.test.util.TestUtils
Creates a new repository session whose local repository manager is initialized with an instance of TestLocalRepositoryManager.
newSyncContext(RepositorySystemSession, boolean) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
newSyncContext(RepositorySystemSession, boolean) - Method in interface org.eclipse.aether.RepositorySystem
Creates a new synchronization context.
newTempFile() - Static method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
newThread(Runnable) - Method in class org.eclipse.aether.util.concurrency.WorkerThreadFactory
 
newTransferResource(URI, File, RequestTrace) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
newTransformationContext(RepositorySystemSession) - Static method in class org.eclipse.aether.internal.test.util.TestUtils
Creates a new dependency graph transformation context.
newTransporter(RepositorySystemSession, RemoteRepository) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
newTransporter(RepositorySystemSession, RemoteRepository) - Method in interface org.eclipse.aether.spi.connector.transport.TransporterProvider
Tries to create a transporter for the specified remote repository.
newVersionFilterContext(RepositorySystemSession, VersionRangeResult) - Static method in class org.eclipse.aether.internal.test.util.TestUtils
Creates a new version filter context from the specified session and version range result.
next() - Method in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
nextIn - Variable in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.RootQueue
 
nextOut - Variable in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.RootQueue
 
NO_DESCRIPTOR - Static variable in class org.eclipse.aether.internal.impl.collect.DataPool
 
node - Variable in class org.eclipse.aether.resolution.ArtifactRequest
 
node - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
NODE - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
NODE_DATA_ORIGINAL_OPTIONALITY - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
The key in the dependency node's custom data under which the optional flag of the dependency before derivation and conflict resolution is stored.
NODE_DATA_ORIGINAL_SCOPE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
The key in the dependency node's custom data under which the scope of the dependency before scope derivation and conflict resolution is stored.
NODE_DATA_PREMANAGED_EXCLUSIONS - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the dependency node's custom data under which the original exclusions are stored.
NODE_DATA_PREMANAGED_OPTIONAL - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the dependency node's custom data under which the original optional flag is stored.
NODE_DATA_PREMANAGED_PROPERTIES - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the dependency node's custom data under which the original properties are stored.
NODE_DATA_PREMANAGED_SCOPE - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the dependency node's custom data under which the original scope is stored.
NODE_DATA_PREMANAGED_VERSION - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
The key in the dependency node's custom data under which the original version is stored.
NODE_DATA_WINNER - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
The key in the dependency node's custom data under which a reference to the DependencyNode which has won the conflict is stored.
NodeBuilder - Class in org.eclipse.aether.internal.test.util
A builder to create dependency nodes for unit testing.
NodeBuilder() - Constructor for class org.eclipse.aether.internal.test.util.NodeBuilder
 
NodeDefinition - Class in org.eclipse.aether.internal.test.util
A definition of a dependency node via a single line of text.
NodeDefinition(String) - Constructor for class org.eclipse.aether.internal.test.util.NodeDefinition
 
NodeEntry() - Constructor for class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
NodeInfo(int, String, boolean) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
 
nodes - Variable in class org.eclipse.aether.internal.impl.collect.DataPool
 
nodes - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
nodes - Variable in class org.eclipse.aether.internal.impl.collect.NodeStack
 
nodes - Variable in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
 
NodeStack - Class in org.eclipse.aether.internal.impl.collect
 
NodeStack() - Constructor for class org.eclipse.aether.internal.impl.collect.NodeStack
 
NoLocalRepositoryManagerException - Exception in org.eclipse.aether.repository
Thrown in case of an unsupported local repository type.
NoLocalRepositoryManagerException(LocalRepository) - Constructor for exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
Creates a new exception with the specified repository.
NoLocalRepositoryManagerException(LocalRepository, String) - Constructor for exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
Creates a new exception with the specified repository and detail message.
NoLocalRepositoryManagerException(LocalRepository, String, Throwable) - Constructor for exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
Creates a new exception with the specified repository, detail message and cause.
NoLocalRepositoryManagerException(LocalRepository, Throwable) - Constructor for exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
Creates a new exception with the specified repository and cause.
NONE - Enum constant in enum class org.eclipse.aether.internal.test.util.IniArtifactDataReader.State
 
NONE - Static variable in class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
Count of permissions involved with "nop" locking.
nonProxyHosts - Variable in class org.eclipse.aether.util.repository.DefaultProxySelector.ProxyDef
 
NonProxyHosts(String) - Constructor for class org.eclipse.aether.util.repository.DefaultProxySelector.NonProxyHosts
 
NOOP - Static variable in class org.eclipse.aether.spi.connector.transport.TransportTask
 
NoopDependencyGraphTransformer - Class in org.eclipse.aether.util.graph.transformer
A dependency graph transformer that does not perform any changes on its input.
NoopDependencyGraphTransformer() - Constructor for class org.eclipse.aether.util.graph.transformer.NoopDependencyGraphTransformer
Creates a new instance of this graph transformer.
NoopDependencyManager - Class in org.eclipse.aether.util.graph.manager
A dependency manager that does not do any dependency management.
NoopDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.NoopDependencyManager
Creates a new instance of this dependency manager.
NoopNamedLock(String, NamedLockFactorySupport) - Constructor for class org.eclipse.aether.named.providers.NoopNamedLockFactory.NoopNamedLock
 
NoopNamedLockFactory - Class in org.eclipse.aether.named.providers
A no-op lock factory, that creates no-op locks.
NoopNamedLockFactory() - Constructor for class org.eclipse.aether.named.providers.NoopNamedLockFactory
 
NoopNamedLockFactory.NoopNamedLock - Class in org.eclipse.aether.named.providers
 
NoRepositoryConnectorException - Exception in org.eclipse.aether.transfer
Thrown in case of an unsupported remote repository type.
NoRepositoryConnectorException(RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryConnectorException
Creates a new exception with the specified repository.
NoRepositoryConnectorException(RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryConnectorException
Creates a new exception with the specified repository and detail message.
NoRepositoryConnectorException(RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryConnectorException
Creates a new exception with the specified repository, detail message and cause.
NoRepositoryConnectorException(RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryConnectorException
Creates a new exception with the specified repository and cause.
NoRepositoryLayoutException - Exception in org.eclipse.aether.transfer
Thrown in case of an unsupported repository layout.
NoRepositoryLayoutException(RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryLayoutException
Creates a new exception with the specified repository.
NoRepositoryLayoutException(RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryLayoutException
Creates a new exception with the specified repository and detail message.
NoRepositoryLayoutException(RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryLayoutException
Creates a new exception with the specified repository, detail message and cause.
NoRepositoryLayoutException(RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.NoRepositoryLayoutException
Creates a new exception with the specified repository and cause.
normalizeRepoUrl(String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
NOT_FOUND - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
NotDependencyFilter - Class in org.eclipse.aether.util.filter
A dependency filter that negates another filter.
NotDependencyFilter(DependencyFilter) - Constructor for class org.eclipse.aether.util.filter.NotDependencyFilter
Creates a new filter negatint the specified filter.
notFilter(DependencyFilter) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that negates the specified filter.
NoTransporterException - Exception in org.eclipse.aether.transfer
Thrown in case of an unsupported transport protocol.
NoTransporterException(RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.NoTransporterException
Creates a new exception with the specified repository.
NoTransporterException(RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.NoTransporterException
Creates a new exception with the specified repository and detail message.
NoTransporterException(RemoteRepository, String, Throwable) - Constructor for exception org.eclipse.aether.transfer.NoTransporterException
Creates a new exception with the specified repository, detail message and cause.
NoTransporterException(RemoteRepository, Throwable) - Constructor for exception org.eclipse.aether.transfer.NoTransporterException
Creates a new exception with the specified repository and cause.
NTLM_DOMAIN - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the NTLM domain.
NTLM_WORKSTATION - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the NTML workstation.
NullArtifactTypeRegistry() - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession.NullArtifactTypeRegistry
 
NullAuthenticationSelector() - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession.NullAuthenticationSelector
 
NullFileTransformerManager() - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession.NullFileTransformerManager
 
NullLogger - Class in org.eclipse.aether.spi.log
Deprecated.
Use SLF4J instead
NullLogger() - Constructor for class org.eclipse.aether.spi.log.NullLogger
Deprecated.
 
NullLoggerFactory - Class in org.eclipse.aether.spi.log
Deprecated.
Use SLF4J instead
NullLoggerFactory() - Constructor for class org.eclipse.aether.spi.log.NullLoggerFactory
Deprecated.
 
NullMirrorSelector() - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession.NullMirrorSelector
 
NullProxySelector() - Constructor for class org.eclipse.aether.DefaultRepositorySystemSession.NullProxySelector
 
number - Variable in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 

O

ObjectPool<T> - Class in org.eclipse.aether.internal.impl.collect
Pool of immutable object instances, used to avoid excessive memory consumption of (dirty) dependency graph which tends to have many duplicate artifacts/dependencies.
ObjectPool() - Constructor for class org.eclipse.aether.internal.impl.collect.ObjectPool
 
objects - Variable in class org.eclipse.aether.internal.impl.collect.ObjectPool
 
obtainFileLock(boolean) - Method in class org.eclipse.aether.named.support.FileLockNamedLock
Attempts to obtain real FileLock, returns non-null value is succeeds, or null if cannot.
offline - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
offlineController - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
offlineController - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer
 
offlineController - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
OfflineController - Interface in org.eclipse.aether.impl
Determines whether a remote repository is accessible in offline mode.
onChecksumError(String, int, ChecksumFailureException) - Method in class org.eclipse.aether.internal.impl.AbstractChecksumPolicy
 
onChecksumError(String, int, ChecksumFailureException) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals an error while computing the local checksum value or retrieving the checksum value from the remote repository.
onChecksumMatch(String, int) - Method in class org.eclipse.aether.internal.impl.AbstractChecksumPolicy
 
onChecksumMatch(String, int) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals a match between the locally computed checksum value and the checksum value declared by the remote repository.
onChecksumMismatch(String, int, ChecksumFailureException) - Method in class org.eclipse.aether.internal.impl.AbstractChecksumPolicy
 
onChecksumMismatch(String, int, ChecksumFailureException) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals a mismatch between the locally computed checksum value and the checksum value declared by the remote repository.
onNoMoreChecksums() - Method in class org.eclipse.aether.internal.impl.AbstractChecksumPolicy
 
onNoMoreChecksums() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals that all available checksums have been processed.
onTransferChecksumFailure(ChecksumFailureException) - Method in class org.eclipse.aether.internal.impl.FailChecksumPolicy
 
onTransferChecksumFailure(ChecksumFailureException) - Method in class org.eclipse.aether.internal.impl.WarnChecksumPolicy
 
onTransferChecksumFailure(ChecksumFailureException) - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals that (even after a potential retry) checksum validation has failed.
onTransferRetry() - Method in class org.eclipse.aether.internal.impl.AbstractChecksumPolicy
 
onTransferRetry() - Method in interface org.eclipse.aether.spi.connector.checksum.ChecksumPolicy
Signals that the download is being retried after a previously thrown ChecksumFailureException that is retry-worthy.
OPT_FALSE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
 
OPT_TRUE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
 
optimizeSession(RepositorySystemSession) - Static method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
optional - Variable in class org.eclipse.aether.collection.DependencyManagement
 
optional - Variable in class org.eclipse.aether.graph.Dependency
 
optional - Variable in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
optional - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
optional - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
optional - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
optional - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
optional(boolean) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
OPTIONAL - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
OPTIONAL_FALSE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Bit flag indicating whether one or more paths consider the dependency non-optional.
OPTIONAL_TRUE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Bit flag indicating whether one or more paths consider the dependency optional.
OptionalDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that excludes optional dependencies which occur beyond level one of the dependency graph.
OptionalDependencySelector() - Constructor for class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
Creates a new selector to exclude optional transitive dependencies.
OptionalDependencySelector(int) - Constructor for class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
optionalities - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
optionalitySelector - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
 
optionalitySelector - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The effective optionality selector, i.e.
OptionalitySelector() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
 
OrDependencyFilter - Class in org.eclipse.aether.util.filter
A dependency filter that combines zero or more other filters using a logical OR.
OrDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.eclipse.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
OrDependencyFilter(DependencyFilter...) - Constructor for class org.eclipse.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
ORDINAL_FAIL - Static variable in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
ORDINAL_IGNORE - Static variable in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
ORDINAL_WARN - Static variable in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
ordinalOfPolicy(String) - Static method in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
ordinalOfUpdatePolicy(String) - Method in class org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
 
orFilter(Collection<DependencyFilter>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical OR.
orFilter(DependencyFilter...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical OR.
org.eclipse.aether - package org.eclipse.aether
The primary API of the RepositorySystem and its functionality.
org.eclipse.aether.artifact - package org.eclipse.aether.artifact
The definition of an artifact, that is the primary entity managed by the repository system.
org.eclipse.aether.collection - package org.eclipse.aether.collection
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.
org.eclipse.aether.connector.basic - package org.eclipse.aether.connector.basic
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
org.eclipse.aether.deployment - package org.eclipse.aether.deployment
The types supporting the publishing of artifacts to a remote repository.
org.eclipse.aether.graph - package org.eclipse.aether.graph
The representation of a dependency graph by means of connected dependency nodes.
org.eclipse.aether.impl - package org.eclipse.aether.impl
The provisional interfaces defining the various sub components that implement the repository system.
org.eclipse.aether.impl.guice - package org.eclipse.aether.impl.guice
The integration with the dependency injection framework Google Guice.
org.eclipse.aether.installation - package org.eclipse.aether.installation
The types supporting the publishing of artifacts to a local repository.
org.eclipse.aether.internal.impl - package org.eclipse.aether.internal.impl
The various sub components that collectively implement the repository system.
org.eclipse.aether.internal.impl.collect - package org.eclipse.aether.internal.impl.collect
Internal helper classes for dependency collector.
org.eclipse.aether.internal.impl.slf4j - package org.eclipse.aether.internal.impl.slf4j
 
org.eclipse.aether.internal.impl.synccontext - package org.eclipse.aether.internal.impl.synccontext
 
org.eclipse.aether.internal.impl.synccontext.legacy - package org.eclipse.aether.internal.impl.synccontext.legacy
 
org.eclipse.aether.internal.impl.synccontext.named - package org.eclipse.aether.internal.impl.synccontext.named
 
org.eclipse.aether.internal.test.util - package org.eclipse.aether.internal.test.util
Utility classes to ease unit testing.
org.eclipse.aether.internal.transport.wagon - package org.eclipse.aether.internal.transport.wagon
Integration with the IoC container which is the native runtime environment expected by many wagon implementations.
org.eclipse.aether.metadata - package org.eclipse.aether.metadata
The definition of metadata, that is an auxiliary entity managed by the repository system to locate artifacts.
org.eclipse.aether.named - package org.eclipse.aether.named
 
org.eclipse.aether.named.providers - package org.eclipse.aether.named.providers
 
org.eclipse.aether.named.support - package org.eclipse.aether.named.support
 
org.eclipse.aether.repository - package org.eclipse.aether.repository
The definition of various kinds of repositories that host artifacts.
org.eclipse.aether.resolution - package org.eclipse.aether.resolution
The types supporting the resolution of artifacts and metadata from repositories.
org.eclipse.aether.spi.connector - package org.eclipse.aether.spi.connector
The contract to access artifacts/metadata in remote repositories.
org.eclipse.aether.spi.connector.checksum - package org.eclipse.aether.spi.connector.checksum
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of downloaded files.
org.eclipse.aether.spi.connector.layout - package org.eclipse.aether.spi.connector.layout
The contract to locate URI-based resources using custom repository layouts.
org.eclipse.aether.spi.connector.transport - package org.eclipse.aether.spi.connector.transport
The contract to download/upload URI-based resources using custom transport protocols.
org.eclipse.aether.spi.io - package org.eclipse.aether.spi.io
I/O related support infrastructure for components.
org.eclipse.aether.spi.localrepo - package org.eclipse.aether.spi.localrepo
The contract for custom local repository implementations.
org.eclipse.aether.spi.locator - package org.eclipse.aether.spi.locator
A lightweight service locator infrastructure to help components acquire dependent components.
org.eclipse.aether.spi.log - package org.eclipse.aether.spi.log
A simple logging infrastructure for diagnostic messages.
org.eclipse.aether.spi.synccontext - package org.eclipse.aether.spi.synccontext
The contract for synchronization context implementations.
org.eclipse.aether.transfer - package org.eclipse.aether.transfer
A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository.
org.eclipse.aether.transform - package org.eclipse.aether.transform
 
org.eclipse.aether.transport.wagon - package org.eclipse.aether.transport.wagon
Support for downloads/uploads using Apache Maven Wagon.
org.eclipse.aether.util - package org.eclipse.aether.util
Miscellaneous utility classes.
org.eclipse.aether.util.artifact - package org.eclipse.aether.util.artifact
Utilities around artifacts and artifact type registries.
org.eclipse.aether.util.concurrency - package org.eclipse.aether.util.concurrency
Utilities for concurrent task processing.
org.eclipse.aether.util.filter - package org.eclipse.aether.util.filter
Various dependency filters for selecting nodes in a dependency graph.
org.eclipse.aether.util.graph.manager - package org.eclipse.aether.util.graph.manager
Various dependency managers for building a dependency graph.
org.eclipse.aether.util.graph.selector - package org.eclipse.aether.util.graph.selector
Various dependency selectors for building a dependency graph.
org.eclipse.aether.util.graph.transformer - package org.eclipse.aether.util.graph.transformer
Various dependency graph transformers for post-processing a dependency graph.
org.eclipse.aether.util.graph.traverser - package org.eclipse.aether.util.graph.traverser
Various dependency traversers for building a dependency graph.
org.eclipse.aether.util.graph.version - package org.eclipse.aether.util.graph.version
Various version filters for building a dependency graph.
org.eclipse.aether.util.graph.visitor - package org.eclipse.aether.util.graph.visitor
Various dependency visitors for inspecting a dependency graph.
org.eclipse.aether.util.listener - package org.eclipse.aether.util.listener
Utilities to build repository and transfer listeners.
org.eclipse.aether.util.repository - package org.eclipse.aether.util.repository
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
org.eclipse.aether.util.version - package org.eclipse.aether.util.version
Ready-to-use version schemes for parsing/comparing versions.
org.eclipse.aether.version - package org.eclipse.aether.version
The definition of a version scheme for parsing and comparing versions.
out - Variable in class org.eclipse.aether.internal.test.util.TestLoggerFactory.TestLogger
Deprecated.
 
OverlayArtifactTypeRegistry - Class in org.eclipse.aether.util.artifact
An artifact type registry which first consults its own mappings and in case of an unknown type falls back to another type registry.
OverlayArtifactTypeRegistry(ArtifactTypeRegistry) - Constructor for class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
Creates a new artifact type registry with initially no registered artifact types and the specified fallback registry.

P

parent - Variable in class org.eclipse.aether.RequestTrace
 
parent - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
parent() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
parentInfos - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The stack of node infos for parent nodes, may contain null which is used to disable creating new conflict items when visiting their parent again (conflict items are meant to be unique by parent-node combo).
parentNodes - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The stack of parent nodes.
parentOptionals - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The stack of derived optional flags for parent nodes.
parents - Variable in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
 
parents - Variable in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
 
parents - Variable in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
 
parentScope - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
 
parentScopes - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The stack of derived scopes for parent nodes.
parse(BufferedReader) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
parse(Reader) - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
 
parse(String) - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
Load an artifact description from the classpath and parse it.
parse(String) - Static method in class org.eclipse.aether.util.version.GenericVersion
 
parse(String) - Method in class org.eclipse.aether.util.version.GenericVersionRange
 
parse(URL) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
Parse the graph definition read from the given URL.
parse(URL) - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
Open the given URL and parse ist.
parseLiteral(String) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
Parse the given graph definition.
parseLiteral(String) - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
Parse the given String.
parseMultiResource(String) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
Parse multiple graphs in one resource, divided by "---".
parseResource(String) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
Parse the graph definition read from the given classpath resource.
parseVersion(String) - Method in class org.eclipse.aether.internal.test.util.TestVersionScheme
 
parseVersion(String) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
parseVersion(String) - Method in interface org.eclipse.aether.version.VersionScheme
Parses the specified version string, for example "1.0".
parseVersionConstraint(String) - Method in class org.eclipse.aether.internal.test.util.TestVersionScheme
 
parseVersionConstraint(String) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
parseVersionConstraint(String) - Method in interface org.eclipse.aether.version.VersionScheme
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".
parseVersionRange(String) - Method in class org.eclipse.aether.internal.test.util.TestVersionScheme
 
parseVersionRange(String) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
 
parseVersionRange(String) - Method in interface org.eclipse.aether.version.VersionScheme
Parses the specified version range specification, for example "[1.0,2.0)".
partFile - Variable in class org.eclipse.aether.connector.basic.PartialFile
 
PartialFile - Class in org.eclipse.aether.connector.basic
A partially downloaded file with optional support for resume.
PartialFile(File) - Constructor for class org.eclipse.aether.connector.basic.PartialFile
 
PartialFile(File, PartialFile.LockFile, long) - Constructor for class org.eclipse.aether.connector.basic.PartialFile
 
PartialFile.Factory - Class in org.eclipse.aether.connector.basic
 
PartialFile.LockFile - Class in org.eclipse.aether.connector.basic
 
PartialFile.RemoteAccessChecker - Interface in org.eclipse.aether.connector.basic
 
partialFileFactory - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
PASSWORD - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the password.
path - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.TaskRunner
 
PathRecordingDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
A dependency visitor that records all paths leading to nodes matching a certain filter criteria.
PathRecordingDependencyVisitor(DependencyFilter) - Constructor for class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
Creates a new visitor that uses the specified filter to identify terminal nodes of interesting paths.
PathRecordingDependencyVisitor(DependencyFilter, boolean) - Constructor for class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
Creates a new visitor that uses the specified filter to identify terminal nodes of interesting paths.
paths - Variable in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
 
paths - Variable in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
 
PATTERN - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
PatternExclusionsDependencyFilter - Class in org.eclipse.aether.util.filter
A simple filter to exclude artifacts from a list of patterns.
PatternExclusionsDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternExclusionsDependencyFilter(Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternExclusionsDependencyFilter(VersionScheme, String...) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternExclusionsDependencyFilter(VersionScheme, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns and VersionScheme .
PatternInclusionsDependencyFilter - Class in org.eclipse.aether.util.filter
A simple filter to include artifacts from a list of patterns.
PatternInclusionsDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternInclusionsDependencyFilter(Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternInclusionsDependencyFilter(VersionScheme, String...) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternInclusionsDependencyFilter(VersionScheme, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns and VersionScheme .
patterns - Variable in class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
 
patterns - Variable in class org.eclipse.aether.util.repository.DefaultProxySelector.NonProxyHosts
 
peek() - Method in class org.eclipse.aether.util.graph.visitor.Stack
 
peek(PeekTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
peek(PeekTask) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Checks the existence of a resource in the repository.
peek(PeekTask) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
PeekTask - Class in org.eclipse.aether.spi.connector.transport
A task to check the existence of a resource in the remote repository.
PeekTask(URI) - Constructor for class org.eclipse.aether.spi.connector.transport.PeekTask
Creates a new task for the specified remote resource.
PeekTaskRunner(URI, TransferTransportListener<?>) - Constructor for class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PeekTaskRunner
 
PeekTaskRunner(PeekTask) - Constructor for class org.eclipse.aether.transport.wagon.WagonTransporter.PeekTaskRunner
 
performDownloads(RepositorySystemSession, DefaultArtifactResolver.ResolutionGroup) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
PERSISTED_CHECKSUMS - Static variable in class org.eclipse.aether.ConfigurationProperties
A flag indicating whether checksums which are retrieved during checksum validation should be persisted in the local filesystem next to the file they provide the checksum for.
persistedChecksums - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
PlexusWagonConfigurator - Class in org.eclipse.aether.internal.transport.wagon
A wagon configurator based on the Plexus component configuration framework.
PlexusWagonConfigurator(PlexusContainer) - Constructor for class org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator
Creates a wagon configurator using the specified Plexus container.
PlexusWagonConfigurator.WagonComponentConfigurator - Class in org.eclipse.aether.internal.transport.wagon
 
PlexusWagonProvider - Class in org.eclipse.aether.internal.transport.wagon
A wagon provider backed by a Plexus container and the wagons registered with this container.
PlexusWagonProvider(PlexusContainer) - Constructor for class org.eclipse.aether.internal.transport.wagon.PlexusWagonProvider
Creates a wagon provider using the specified Plexus container.
policy - Variable in class org.eclipse.aether.impl.UpdateCheck
 
policy - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
policy - Variable in class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
 
pollWagon() - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
pool - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
POOL_INDEX - Static variable in class org.eclipse.aether.util.concurrency.WorkerThreadFactory
 
pop() - Method in class org.eclipse.aether.internal.impl.collect.NodeStack
 
pop() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
pop() - Method in class org.eclipse.aether.util.graph.visitor.Stack
 
port - Variable in class org.eclipse.aether.repository.Proxy
 
PostorderNodeListGenerator - Class in org.eclipse.aether.util.graph.visitor
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in postorder.
PostorderNodeListGenerator() - Constructor for class org.eclipse.aether.util.graph.visitor.PostorderNodeListGenerator
Creates a new postorder list generator.
potentialAncestorIds - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The set of conflict ids which could apply to ancestors of nodes with the current conflict id, used to avoid recursion early on.
prefix - Variable in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
prefix - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
 
PREFIX_AETHER - Static variable in class org.eclipse.aether.ConfigurationProperties
 
PREFIX_CONNECTOR - Static variable in class org.eclipse.aether.ConfigurationProperties
 
PREFIX_PRIORITY - Static variable in class org.eclipse.aether.ConfigurationProperties
The prefix for properties that control the priority of pluggable extensions like transporters.
PremanagedDependency(String, String, Boolean, Collection<Exclusion>, Map<String, String>, int, Dependency, boolean) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
premanagedExclusions - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
premanagedOptional - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
premanagedProperties - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
premanagedScope - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
premanagedScope - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
premanagedState - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
premanagedState - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
premanagedVersion - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.PremanagedDependency
 
premanagedVersion - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
PreorderNodeListGenerator - Class in org.eclipse.aether.util.graph.visitor
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in preorder.
PreorderNodeListGenerator() - Constructor for class org.eclipse.aether.util.graph.visitor.PreorderNodeListGenerator
Creates a new preorder list generator.
prepare(Object, Collection<Object>) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
prepare(Collection<? extends Artifact>) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Prepares the generator to transform artifacts.
prepareMetadata(List<? extends MetadataGenerator>, List<? extends Artifact>) - Static method in class org.eclipse.aether.internal.impl.Utils
 
PrioritizedComponent<T> - Class in org.eclipse.aether.internal.impl
 
PrioritizedComponent(T, Class<?>, float, int) - Constructor for class org.eclipse.aether.internal.impl.PrioritizedComponent
 
PrioritizedComponents<T> - Class in org.eclipse.aether.internal.impl
Helps to sort pluggable components by their priority.
PrioritizedComponents(Map<?, ?>) - Constructor for class org.eclipse.aether.internal.impl.PrioritizedComponents
 
PrioritizedComponents(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.PrioritizedComponents
 
priority - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
 
priority - Variable in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
priority - Variable in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
 
priority - Variable in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
priority - Variable in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
priority - Variable in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
 
PRIVATE_KEY_PASSPHRASE - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the passphrase protecting the private key.
PRIVATE_KEY_PATH - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the pathname to a private key file.
process(DefaultDependencyCollector.Args, DefaultDependencyCollector.Results, List<Dependency>, List<RemoteRepository>, DependencySelector, DependencyManager, DependencyTraverser, VersionFilter) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
processDependency(DefaultDependencyCollector.Args, DefaultDependencyCollector.Results, List<RemoteRepository>, DependencySelector, DependencyManager, DependencyTraverser, VersionFilter, Dependency) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
processDependency(DefaultDependencyCollector.Args, DefaultDependencyCollector.Results, List<RemoteRepository>, DependencySelector, DependencyManager, DependencyTraverser, VersionFilter, Dependency, List<Artifact>, boolean) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
processRoots(List<Object>, ConflictIdSorter.RootQueue) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
 
progressed(ByteBuffer) - Method in interface org.eclipse.aether.spi.io.FileProcessor.ProgressListener
 
PROGRESSED - Enum constant in enum class org.eclipse.aether.transfer.TransferEvent.EventType
 
properties - Variable in class org.eclipse.aether.artifact.DefaultArtifact
 
properties - Variable in class org.eclipse.aether.artifact.DefaultArtifactType
 
properties - Variable in class org.eclipse.aether.collection.DependencyManagement
 
properties - Variable in class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
properties - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
properties - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
properties - Variable in class org.eclipse.aether.metadata.DefaultMetadata
 
properties - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
properties - Variable in class org.eclipse.aether.util.artifact.SubArtifact
 
properties(Map<String, String>) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
PROPS - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
protocol - Variable in class org.eclipse.aether.repository.RemoteRepository
 
prototype - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
PROVIDED - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 
provideLocalRepositoryManagerFactories(LocalRepositoryManagerFactory, LocalRepositoryManagerFactory) - Method in class org.eclipse.aether.impl.guice.AetherModule
 
provideNamedLockFactories(NamedLockFactory, NamedLockFactory, NamedLockFactory) - Method in class org.eclipse.aether.impl.guice.AetherModule
 
provideNameMappers(NameMapper, NameMapper, NameMapper, NameMapper) - Method in class org.eclipse.aether.impl.guice.AetherModule
 
provideRepositoryLayoutFactories(RepositoryLayoutFactory) - Method in class org.eclipse.aether.impl.guice.AetherModule
 
providers - Variable in class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
providesRepositoryListeners() - Method in class org.eclipse.aether.impl.guice.AetherModule
 
proxies - Variable in class org.eclipse.aether.util.repository.DefaultProxySelector
 
proxy - Variable in class org.eclipse.aether.repository.AuthenticationContext
 
proxy - Variable in class org.eclipse.aether.repository.AuthenticationDigest
 
proxy - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
proxy - Variable in class org.eclipse.aether.repository.RemoteRepository
 
proxy - Variable in class org.eclipse.aether.util.repository.DefaultProxySelector.ProxyDef
 
Proxy - Class in org.eclipse.aether.repository
A proxy to use for connections to a repository.
Proxy(String, String, int) - Constructor for class org.eclipse.aether.repository.Proxy
Creates a new proxy with the specified properties and no authentication.
Proxy(String, String, int, Authentication) - Constructor for class org.eclipse.aether.repository.Proxy
Creates a new proxy with the specified properties.
PROXY - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
proxyAuthContext - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
ProxyDef(Proxy, String) - Constructor for class org.eclipse.aether.util.repository.DefaultProxySelector.ProxyDef
 
proxySelector - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
ProxySelector - Interface in org.eclipse.aether.repository
Selects a proxy for a given remote repository.
pullup(int) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
push(E) - Method in class org.eclipse.aether.util.graph.visitor.Stack
 
push(DependencyNode) - Method in class org.eclipse.aether.internal.impl.collect.NodeStack
 
push(DependencyNode, Object) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
put(Object, Object) - Method in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
Puts a keyed value into the context.
put(Object, Object) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
 
put(Object, Object) - Method in class org.eclipse.aether.internal.test.util.TestDependencyGraphTransformationContext
 
put(String, Object) - Method in class org.eclipse.aether.repository.AuthenticationContext
Puts the specified authentication data into this context.
put(Collection<? extends ArtifactUpload>, Collection<? extends MetadataUpload>) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
put(Collection<? extends ArtifactUpload>, Collection<? extends MetadataUpload>) - Method in interface org.eclipse.aether.spi.connector.RepositoryConnector
Performs the specified uploads.
put(RepositorySystemSession, Object, Object) - Method in class org.eclipse.aether.DefaultRepositoryCache
 
put(RepositorySystemSession, Object, Object) - Method in interface org.eclipse.aether.RepositoryCache
Puts the specified data into the cache.
put(PutTask) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
 
put(PutTask) - Method in interface org.eclipse.aether.spi.connector.transport.Transporter
Uploads a resource to the repository.
put(PutTask) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
PUT - Enum constant in enum class org.eclipse.aether.transfer.TransferEvent.RequestType
Upload artifact/metadata.
putChildren(Object, List<DependencyNode>) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
putConstraint(Object, VersionRangeResult) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
putDescriptor(Object, ArtifactDescriptorException) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
putDescriptor(Object, ArtifactDescriptorResult) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
PutTask - Class in org.eclipse.aether.spi.connector.transport
A task to upload a resource to the remote repository.
PutTask(URI) - Constructor for class org.eclipse.aether.spi.connector.transport.PutTask
Creates a new task for the specified remote resource.
PutTaskRunner(URI, File, List<RepositoryLayout.Checksum>, TransferTransportListener<?>) - Constructor for class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PutTaskRunner
 
PutTaskRunner(URI, File, FileTransformer, List<RepositoryLayout.Checksum>, TransferTransportListener<?>) - Constructor for class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PutTaskRunner
IMPORTANT When using a fileTransformer, the content of the file is stored in memory to ensure that file content and checksums stay in sync!
PutTaskRunner(PutTask) - Constructor for class org.eclipse.aether.transport.wagon.WagonTransporter.PutTaskRunner
 

Q

QUALIFIER_ALPHA - Static variable in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
QUALIFIER_BETA - Static variable in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
QUALIFIER_MILESTONE - Static variable in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
QUALIFIERS - Static variable in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 

R

range - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
range - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
range - Variable in class org.eclipse.aether.internal.test.util.TestVersionConstraint
 
range - Variable in class org.eclipse.aether.util.version.GenericVersionConstraint
 
range(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
RANGE - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
RANGE_NC - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
ranges - Variable in class org.eclipse.aether.util.version.UnionVersionRange
 
read(File) - Method in class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
 
read(File) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
read(File) - Method in interface org.eclipse.aether.internal.impl.TrackingFileManager
 
read(File) - Static method in class org.eclipse.aether.util.ChecksumUtils
Extracts the checksum from the specified file.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in interface org.eclipse.aether.impl.ArtifactDescriptorReader
Gets information about an artifact like its direct dependencies and potential relocations.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.test.util.IniArtifactDescriptorReader
Parses the resource $prefix/gid_aid_ver.ini from the request artifact as an artifact description and wraps it into an ArtifactDescriptorResult.
readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in interface org.eclipse.aether.RepositorySystem
Gets information about an artifact like its direct dependencies and potential relocations.
readBytes(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
reader - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDescriptorReader
 
readers - Variable in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
 
readOnly - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
readProps(File, Properties) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
readRepos(File) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
readString(File) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
readTempFile(File) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter.GetTaskRunner
 
readWriteLock - Variable in class org.eclipse.aether.named.support.ReadWriteLockNamedLock
 
ReadWriteLockNamedLock - Class in org.eclipse.aether.named.support
Named lock support implementation that is using ReadWriteLock instances.
ReadWriteLockNamedLock(String, NamedLockFactorySupport, ReadWriteLock) - Constructor for class org.eclipse.aether.named.support.ReadWriteLockNamedLock
 
ReadWriteLockNamedLock.Step - Enum Class in org.eclipse.aether.named.support
 
reference - Variable in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
reference - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
reference - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
referenceCount - Variable in class org.eclipse.aether.named.support.NamedLockFactorySupport.NamedLockHolder
 
release(int) - Method in class org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory.JVMSemaphore
 
release(int) - Method in interface org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock.AdaptedSemaphore
 
release(Wagon) - Method in class org.eclipse.aether.internal.transport.wagon.PlexusWagonProvider
 
release(Wagon) - Method in interface org.eclipse.aether.transport.wagon.WagonProvider
Releases the specified wagon.
RELEASE - Enum constant in enum class org.eclipse.aether.metadata.Metadata.Nature
The metadata refers to release artifacts only.
RELEASE_OR_SNAPSHOT - Enum constant in enum class org.eclipse.aether.metadata.Metadata.Nature
The metadata refers to either release or snapshot artifacts.
releasePolicy - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
releasePolicy - Variable in class org.eclipse.aether.repository.RemoteRepository
 
RELEASES - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
releaseWagon(Wagon) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter
 
reloc(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
reloc(String, String, String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
relocation - Variable in class org.eclipse.aether.internal.test.util.ArtifactDescription
 
relocation(List<String>) - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
 
RELOCATION - Enum constant in enum class org.eclipse.aether.internal.test.util.IniArtifactDataReader.State
 
relocations - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
relocations - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GoodDescriptor
 
relocations - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
relocations - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
relocations - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
RELOCATIONS - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
RemoteRepository - Class in org.eclipse.aether.repository
A repository on a remote server.
RemoteRepository(RemoteRepository.Builder) - Constructor for class org.eclipse.aether.repository.RemoteRepository
 
RemoteRepository.Builder - Class in org.eclipse.aether.repository
A builder to create remote repositories.
remoteRepositoryManager - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
remoteRepositoryManager - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
remoteRepositoryManager - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer
 
remoteRepositoryManager - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
remoteRepositoryManager - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
RemoteRepositoryManager - Interface in org.eclipse.aether.impl
Helps dealing with remote repository definitions.
remove() - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.RootQueue
 
remove(RepositoryListener) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
Removes the specified listener from the multicast chain.
remove(TransferListener) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
Removes the specified listener from the multicast chain.
removeLosers(ConflictResolver.State) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver
 
repo - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.Constraint.VersionRepo
 
repoAuthContext - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
REPOMAN - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
repos - Variable in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
 
repositories - Variable in class org.eclipse.aether.collection.CollectRequest
 
repositories - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
repositories - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.Constraint
 
repositories - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.ConstraintKey
 
repositories - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GoodDescriptor
 
repositories - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
repositories - Variable in class org.eclipse.aether.internal.test.util.ArtifactDescription
 
repositories - Variable in class org.eclipse.aether.repository.LocalArtifactRequest
 
repositories - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
 
repositories - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
repositories - Variable in class org.eclipse.aether.resolution.ArtifactRequest
 
repositories - Variable in class org.eclipse.aether.resolution.VersionRangeRequest
 
repositories - Variable in class org.eclipse.aether.resolution.VersionRangeResult
 
repositories - Variable in class org.eclipse.aether.resolution.VersionRequest
 
repositories - Variable in class org.eclipse.aether.spi.connector.ArtifactDownload
 
repositories - Variable in class org.eclipse.aether.spi.connector.MetadataDownload
 
repositories(List<String>) - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader
 
REPOSITORIES - Enum constant in enum class org.eclipse.aether.internal.test.util.IniArtifactDataReader.State
 
repository - Variable in class org.eclipse.aether.connector.basic.ArtifactTransportListener
 
repository - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
repository - Variable in class org.eclipse.aether.connector.basic.MetadataTransportListener
 
repository - Variable in class org.eclipse.aether.deployment.DeployRequest
 
repository - Variable in class org.eclipse.aether.impl.UpdateCheck
 
repository - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionGroup
 
repository - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
repository - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
repository - Variable in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
repository - Variable in class org.eclipse.aether.repository.AuthenticationContext
 
repository - Variable in class org.eclipse.aether.repository.AuthenticationDigest
 
repository - Variable in class org.eclipse.aether.repository.LocalArtifactRegistration
 
repository - Variable in class org.eclipse.aether.repository.LocalArtifactResult
 
repository - Variable in class org.eclipse.aether.repository.LocalMetadataRegistration
 
repository - Variable in class org.eclipse.aether.repository.LocalMetadataRequest
 
repository - Variable in exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
 
repository - Variable in class org.eclipse.aether.RepositoryEvent.Builder
 
repository - Variable in class org.eclipse.aether.RepositoryEvent
 
repository - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
repository - Variable in class org.eclipse.aether.resolution.ArtifactResult
 
repository - Variable in class org.eclipse.aether.resolution.MetadataRequest
 
repository - Variable in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
 
repository - Variable in class org.eclipse.aether.resolution.VersionResult
 
repository - Variable in exception org.eclipse.aether.transfer.ArtifactTransferException
 
repository - Variable in exception org.eclipse.aether.transfer.MetadataTransferException
 
repository - Variable in exception org.eclipse.aether.transfer.NoRepositoryConnectorException
 
repository - Variable in exception org.eclipse.aether.transfer.NoRepositoryLayoutException
 
repository - Variable in exception org.eclipse.aether.transfer.NoTransporterException
 
repository - Variable in exception org.eclipse.aether.transfer.RepositoryOfflineException
 
repository - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
repository - Variable in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
 
RepositoryCache - Interface in org.eclipse.aether
Caches auxiliary data used during repository access like already processed metadata.
RepositoryConnector - Interface in org.eclipse.aether.spi.connector
A connector for a remote repository.
RepositoryConnectorFactory - Interface in org.eclipse.aether.spi.connector
A factory to create repository connectors.
repositoryConnectorProvider - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
repositoryConnectorProvider - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer
 
repositoryConnectorProvider - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
RepositoryConnectorProvider - Interface in org.eclipse.aether.impl
Retrieves a repository connector from the installed repository connector factories.
RepositoryEvent - Class in org.eclipse.aether
An event describing an action performed by the repository system.
RepositoryEvent(RepositoryEvent.Builder) - Constructor for class org.eclipse.aether.RepositoryEvent
 
RepositoryEvent.Builder - Class in org.eclipse.aether
A builder to create events.
RepositoryEvent.EventType - Enum Class in org.eclipse.aether
The type of the repository event.
repositoryEventDispatcher - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
repositoryEventDispatcher - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer
 
repositoryEventDispatcher - Variable in class org.eclipse.aether.internal.impl.DefaultInstaller
 
repositoryEventDispatcher - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
RepositoryEventDispatcher - Interface in org.eclipse.aether.impl
Dispatches repository events to registered listeners.
RepositoryException - Exception in org.eclipse.aether
The base class for exceptions thrown by the repository system.
RepositoryException(String) - Constructor for exception org.eclipse.aether.RepositoryException
Creates a new exception with the specified detail message.
RepositoryException(String, Throwable) - Constructor for exception org.eclipse.aether.RepositoryException
Creates a new exception with the specified detail message and cause.
repositoryId - Variable in class org.eclipse.aether.transfer.TransferResource
 
RepositoryLayout - Interface in org.eclipse.aether.spi.connector.layout
The layout for a remote repository whose artifacts/metadata can be addressed via URIs.
RepositoryLayout.Checksum - Class in org.eclipse.aether.spi.connector.layout
A descriptor for a checksum file.
RepositoryLayoutFactory - Interface in org.eclipse.aether.spi.connector.layout
A factory to obtain repository layouts.
RepositoryLayoutProvider - Interface in org.eclipse.aether.spi.connector.layout
Retrieves a repository layout from the installed layout factories.
repositoryListener - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
RepositoryListener - Interface in org.eclipse.aether
A listener being notified of events from the repository system.
repositoryManager - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
repositoryManager - Variable in class org.eclipse.aether.repository.RemoteRepository
 
repositoryManager - Variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector.MirrorDef
 
RepositoryOfflineException - Exception in org.eclipse.aether.transfer
Thrown when a transfer could not be performed because a remote repository is not accessible in offline mode.
RepositoryOfflineException(RemoteRepository) - Constructor for exception org.eclipse.aether.transfer.RepositoryOfflineException
Creates a new exception with the specified repository.
RepositoryOfflineException(RemoteRepository, String) - Constructor for exception org.eclipse.aether.transfer.RepositoryOfflineException
Creates a new exception with the specified repository and detail message.
RepositoryPolicy - Class in org.eclipse.aether.repository
A policy controlling access to a repository.
RepositoryPolicy() - Constructor for class org.eclipse.aether.repository.RepositoryPolicy
Creates a new policy with checksum warnings and daily update checks.
RepositoryPolicy(boolean, String, String) - Constructor for class org.eclipse.aether.repository.RepositoryPolicy
Creates a new policy with the specified settings.
RepositorySystem - Interface in org.eclipse.aether
The main entry point to the repository system and its functionality.
RepositorySystemSession - Interface in org.eclipse.aether
Defines settings and components that control the repository system.
repositoryUrl - Variable in class org.eclipse.aether.transfer.TransferResource
 
request - Variable in class org.eclipse.aether.collection.CollectResult
 
request - Variable in class org.eclipse.aether.deployment.DeployResult
 
request - Variable in class org.eclipse.aether.installation.InstallResult
 
request - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
request - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
request - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
request - Variable in class org.eclipse.aether.repository.LocalArtifactResult
 
request - Variable in class org.eclipse.aether.repository.LocalMetadataResult
 
request - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
request - Variable in class org.eclipse.aether.resolution.ArtifactResult
 
request - Variable in class org.eclipse.aether.resolution.DependencyResult
 
request - Variable in class org.eclipse.aether.resolution.MetadataResult
 
request - Variable in class org.eclipse.aether.resolution.VersionRangeResult
 
request - Variable in class org.eclipse.aether.resolution.VersionResult
 
REQUEST_TIMEOUT - Static variable in class org.eclipse.aether.ConfigurationProperties
The maximum amount of time (in milliseconds) to wait for remaining data to arrive from a remote server.
requests - Variable in class org.eclipse.aether.internal.impl.ArtifactRequestBuilder
 
requestTimeout - Variable in class org.eclipse.aether.connector.basic.PartialFile.Factory
 
RequestTrace - Class in org.eclipse.aether
A trace of nested requests that are performed by the repository system.
RequestTrace(Object) - Constructor for class org.eclipse.aether.RequestTrace
Creates a new root trace with the specified data.
RequestTrace(RequestTrace, Object) - Constructor for class org.eclipse.aether.RequestTrace
Creates a new trace with the specified data and parent
requestType - Variable in class org.eclipse.aether.transfer.TransferEvent.Builder
 
requestType - Variable in class org.eclipse.aether.transfer.TransferEvent
 
RequestType() - Constructor for enum class org.eclipse.aether.transfer.TransferEvent.RequestType
 
required - Variable in class org.eclipse.aether.impl.UpdateCheck
 
reset() - Method in class org.eclipse.aether.connector.basic.ChecksumCalculator.Checksum
 
resetType(TransferEvent.EventType) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the type of the event and resets event-specific fields.
resolutionErrorPolicy - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
ResolutionErrorPolicy - Interface in org.eclipse.aether.resolution
Controls the caching of resolution errors for artifacts/metadata from remote repositories.
ResolutionErrorPolicyRequest<T> - Class in org.eclipse.aether.resolution
A query for the resolution error policy for a given artifact/metadata.
ResolutionErrorPolicyRequest() - Constructor for class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Creates an uninitialized request.
ResolutionErrorPolicyRequest(T, RemoteRepository) - Constructor for class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Creates a request for the specified artifact/metadata and remote repository.
ResolutionGroup(RemoteRepository) - Constructor for class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionGroup
 
ResolutionItem(RequestTrace, Artifact, AtomicBoolean, ArtifactResult, LocalArtifactResult, RemoteRepository) - Constructor for class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
resolve(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
resolve(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in interface org.eclipse.aether.impl.ArtifactResolver
Resolves the path for an artifact.
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveArtifact(RepositorySystemSession, ArtifactRequest) - Method in interface org.eclipse.aether.RepositorySystem
Resolves the path for an artifact.
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in interface org.eclipse.aether.impl.ArtifactResolver
Resolves the paths for a collection of artifacts.
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveArtifacts(RepositorySystemSession, Collection<? extends ArtifactRequest>) - Method in interface org.eclipse.aether.RepositorySystem
Resolves the paths for a collection of artifacts.
resolveCachedArtifactDescriptor(DataPool, ArtifactDescriptorRequest, RepositorySystemSession, Dependency, DefaultDependencyCollector.Results, DefaultDependencyCollector.Args) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
resolved - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
resolveDependencies(RepositorySystemSession, DependencyRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveDependencies(RepositorySystemSession, DependencyRequest) - Method in interface org.eclipse.aether.RepositorySystem
Collects and resolves the transitive dependencies of an artifact.
resolvedIds - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
A mapping from conflict id to winner node, helps to recognize nodes that have their effective scope&optionality set or are leftovers from previous removals.
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in interface org.eclipse.aether.impl.MetadataResolver
Resolves the paths for a collection of metadata.
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveMetadata(RepositorySystemSession, Collection<? extends MetadataRequest>) - Method in interface org.eclipse.aether.RepositorySystem
Resolves the paths for a collection of metadata.
ResolveTask(RepositorySystemSession, RequestTrace, MetadataResult, File, List<UpdateCheck<Metadata, MetadataTransferException>>, String) - Constructor for class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
resolveVersion(RepositorySystemSession, VersionRequest) - Method in interface org.eclipse.aether.impl.VersionResolver
Resolves an artifact's meta version (if any) to a concrete version.
resolveVersion(RepositorySystemSession, VersionRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveVersion(RepositorySystemSession, VersionRequest) - Method in interface org.eclipse.aether.RepositorySystem
Resolves an artifact's meta version (if any) to a concrete version.
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in interface org.eclipse.aether.impl.VersionRangeResolver
Expands a version range to a list of matching versions, in ascending order.
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in interface org.eclipse.aether.RepositorySystem
Expands a version range to a list of matching versions, in ascending order.
resource - Variable in class org.eclipse.aether.internal.impl.AbstractChecksumPolicy
 
resource - Variable in class org.eclipse.aether.transfer.TransferEvent.Builder
 
resource - Variable in class org.eclipse.aether.transfer.TransferEvent
 
resourceName - Variable in class org.eclipse.aether.transfer.TransferResource
 
result - Variable in exception org.eclipse.aether.collection.DependencyCollectionException
 
result - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Results
 
result - Variable in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
result - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
result - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
result - Variable in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
result - Variable in exception org.eclipse.aether.resolution.ArtifactDescriptorException
 
result - Variable in exception org.eclipse.aether.resolution.DependencyResolutionException
 
result - Variable in exception org.eclipse.aether.resolution.VersionRangeResolutionException
 
result - Variable in exception org.eclipse.aether.resolution.VersionResolutionException
 
results - Variable in exception org.eclipse.aether.resolution.ArtifactResolutionException
 
Results(CollectResult, RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Results
 
resume - Variable in class org.eclipse.aether.connector.basic.PartialFile.Factory
 
resume - Variable in class org.eclipse.aether.spi.connector.transport.GetTask
 
resumeOffset - Variable in class org.eclipse.aether.transfer.TransferResource
 
resumeThreshold - Variable in class org.eclipse.aether.connector.basic.PartialFile.Factory
 
retry() - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
retry(long, TimeUnit, long, Callable<R>, Predicate<Exception>, R) - Static method in class org.eclipse.aether.named.support.Retry
Retries for given amount of time (time, unit) the passed in operation, sleeping given sleepMills between retries.
Retry - Class in org.eclipse.aether.named.support
Retry helper: retries given Callable as long as it returns null (interpreted as "no answer yet") or given time passes.
Retry() - Constructor for class org.eclipse.aether.named.support.Retry
 
RETRY_SLEEP_MILLIS - Static variable in class org.eclipse.aether.named.support.FileLockNamedLock
 
retryWorthy - Variable in exception org.eclipse.aether.transfer.ChecksumFailureException
 
root - Variable in class org.eclipse.aether.collection.CollectRequest
 
root - Variable in class org.eclipse.aether.collection.CollectResult
 
root - Variable in class org.eclipse.aether.resolution.DependencyRequest
 
root - Variable in class org.eclipse.aether.resolution.DependencyResult
 
root - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
root - Variable in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
 
rootArtifact - Variable in class org.eclipse.aether.collection.CollectRequest
 
RootQueue(int) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.RootQueue
 
run() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.TaskRunner
 
run() - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
run(Wagon) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter.GetTaskRunner
 
run(Wagon) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter.PeekTaskRunner
 
run(Wagon) - Method in class org.eclipse.aether.transport.wagon.WagonTransporter.PutTaskRunner
 
run(Wagon) - Method in interface org.eclipse.aether.transport.wagon.WagonTransporter.TaskRunner
 
RunnableErrorForwarder - Class in org.eclipse.aether.util.concurrency
A utility class to forward any uncaught Error or RuntimeException from a Runnable executed in a worker thread back to the parent thread.
RunnableErrorForwarder() - Constructor for class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
Creates a new error forwarder for worker threads spawned by the current thread.
runTask() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.GetTaskRunner
 
runTask() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PeekTaskRunner
 
runTask() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PutTaskRunner
 
runTask() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.TaskRunner
 
RUNTIME - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 

S

safe(Collection<T>) - Static method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
SafeTransferListener - Class in org.eclipse.aether.internal.impl
 
SafeTransferListener(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.impl.SafeTransferListener
 
SafeTransferListener(TransferListener) - Constructor for class org.eclipse.aether.internal.impl.SafeTransferListener
 
scope - Variable in class org.eclipse.aether.collection.DependencyManagement
 
scope - Variable in class org.eclipse.aether.graph.Dependency
 
scope - Variable in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
scope - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
scope - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
scope - Variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
scope - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
scope(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
scope(Dependency) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
SCOPE - Static variable in class org.eclipse.aether.internal.test.util.NodeDefinition
 
ScopeContext(String, String) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Creates a new scope context with the specified properties.
scopeCtx - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The scope context passed to the scope deriver, updated as we move along rather than recreated to avoid tmp objects.
ScopeDependencyFilter - Class in org.eclipse.aether.util.filter
A dependency filter based on dependency scopes.
ScopeDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.ScopeDependencyFilter
Creates a new filter using the specified excludes.
ScopeDependencyFilter(Collection<String>, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.ScopeDependencyFilter
Creates a new filter using the specified includes and excludes.
ScopeDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that filters transitive dependencies based on their scope.
ScopeDependencySelector(boolean, Collection<String>, Collection<String>) - Constructor for class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
ScopeDependencySelector(String...) - Constructor for class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
Creates a new selector using the specified excludes.
ScopeDependencySelector(Collection<String>, Collection<String>) - Constructor for class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
Creates a new selector using the specified includes and excludes.
scopeDeriver - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
 
scopeDeriver - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The effective scope deriver, i.e.
ScopeDeriver() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
 
scopes - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
scopes(int, Dependency) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
scopeSelector - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
 
scopeSelector - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The effective scope selector, i.e.
ScopeSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
 
SecretAuthentication - Class in org.eclipse.aether.util.repository
Authentication block that manages a single authentication key and its secret string value (password, passphrase).
SecretAuthentication(char[], String) - Constructor for class org.eclipse.aether.util.repository.SecretAuthentication
 
SecretAuthentication(String, char[]) - Constructor for class org.eclipse.aether.util.repository.SecretAuthentication
 
SecretAuthentication(String, String) - Constructor for class org.eclipse.aether.util.repository.SecretAuthentication
 
secretHash - Variable in class org.eclipse.aether.util.repository.SecretAuthentication
 
select - Variable in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
selectDependency(Dependency) - Method in interface org.eclipse.aether.collection.DependencySelector
Decides whether the specified dependency should be included in the dependency graph.
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
selectNamedLockFactory(Map<String, NamedLockFactory>, String) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
 
selectNameMapper(Map<String, NameMapper>, String) - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelectorSupport
 
selectOptionality(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
Determines the effective optional flag of the dependency given by ConflictResolver.ConflictContext.getWinner().
selectOptionality(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.SimpleOptionalitySelector
 
selector - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
selector - Variable in class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
 
selector - Variable in class org.eclipse.aether.util.repository.ConservativeProxySelector
 
selectors - Variable in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
selectScope(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
Determines the effective scope of the dependency given by ConflictResolver.ConflictContext.getWinner().
selectScope(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.JavaScopeSelector
 
selectVersion(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
Determines the winning node among conflicting dependencies.
selectVersion(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector
 
semaphore - Variable in class org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory.JVMSemaphore
 
semaphore - Variable in class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
 
SEP - Static variable in class org.eclipse.aether.internal.impl.DefaultOfflineController
 
SEP - Static variable in class org.eclipse.aether.util.artifact.ArtifactIdUtils
 
SEPARATOR - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper
 
Service - Interface in org.eclipse.aether.spi.locator
Deprecated.
Use some out-of-the-box DI implementation instead.
serviceCreationFailed(Class<?>, Class<?>, Throwable) - Method in class org.eclipse.aether.impl.DefaultServiceLocator.ErrorHandler
Deprecated.
Handles errors during creation of a service.
serviceCreationFailed(Class<?>, Class<?>, Throwable) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
 
ServiceLocator - Interface in org.eclipse.aether.spi.locator
Deprecated.
Use some out-of-the-box DI implementation instead.
session - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
session - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
session - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
session - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
 
session - Variable in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
session - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
session - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
session - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
session - Variable in class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
session - Variable in class org.eclipse.aether.internal.test.util.TestDependencyGraphTransformationContext
 
session - Variable in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
session - Variable in class org.eclipse.aether.repository.AuthenticationContext
 
session - Variable in class org.eclipse.aether.repository.AuthenticationDigest
 
session - Variable in class org.eclipse.aether.RepositoryEvent.Builder
 
session - Variable in class org.eclipse.aether.RepositoryEvent
 
session - Variable in class org.eclipse.aether.transfer.TransferEvent.Builder
 
session - Variable in class org.eclipse.aether.transfer.TransferEvent
 
session - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
SESSION_CHECKS - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
SessionData - Interface in org.eclipse.aether
A container for data that is specific to a repository system session.
set(Object, Object) - Method in class org.eclipse.aether.DefaultSessionData
 
set(Object, Object) - Method in interface org.eclipse.aether.SessionData
Associates the specified session data with the given key.
set(Object, Object, Object) - Method in class org.eclipse.aether.DefaultSessionData
 
set(Object, Object, Object) - Method in interface org.eclipse.aether.SessionData
Associates the specified session data with the given key if the key is currently mapped to the given value.
set(Dependency, List<Dependency>) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
set(Dependency, VersionRangeResult) - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
setAliases(Collection<? extends Artifact>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets the known aliases for this dependency's artifact.
setAliases(Collection<Artifact>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the aliases of the artifact.
setArtifact(Artifact) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setArtifact(Artifact) - Method in class org.eclipse.aether.graph.Dependency
Sets the artifact being depended on.
setArtifact(Artifact) - Method in interface org.eclipse.aether.graph.DependencyNode
Updates the artifact of the dependency after resolution.
setArtifact(Artifact) - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Sets the artifact to register.
setArtifact(Artifact) - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Sets the artifact to query for.
setArtifact(Artifact) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the artifact involved in the event.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Sets the artifact for whose descriptor to determine the error policy.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Sets the artifact whose descriptor shall be read.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the artifact whose descriptor was read.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the artifact to resolve.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.ArtifactResult
Sets the resolved artifact.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Sets the artifact whose version range shall be resolved.
setArtifact(Artifact) - Method in class org.eclipse.aether.resolution.VersionRequest
Sets the artifact whose (meta-)version shall be resolved.
setArtifact(Artifact) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setArtifact(Artifact) - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Sets the artifact to transfer.
setArtifact(Artifact) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setArtifactAvailability(Artifact, boolean) - Method in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
setArtifactDescriptorPolicy(ArtifactDescriptorPolicy) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the policy which controls how errors related to reading artifact descriptors should be handled.
setArtifactDescriptorReader(ArtifactDescriptorReader) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
setArtifactDescriptorReader(ArtifactDescriptorReader) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setArtifactResolver(ArtifactResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setArtifactResults(List<ArtifactResult>) - Method in class org.eclipse.aether.resolution.DependencyResult
Sets the resolution results for the artifacts that matched DependencyRequest.getFilter().
setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.deployment.DeployRequest
Sets the artifacts to deploy.
setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.deployment.DeployResult
Sets the artifacts that got deployed.
setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.installation.InstallRequest
Sets the artifacts to install.
setArtifacts(Collection<Artifact>) - Method in class org.eclipse.aether.installation.InstallResult
Sets the artifacts that got installed.
setArtifactTypeRegistry(ArtifactTypeRegistry) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the registry of artifact types recognized by this session.
setAuthentication(Authentication) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the authentication to use in order to access the repository.
setAuthenticationSelector(AuthenticationSelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the authentication selector to use for repositories discovered in artifact descriptors.
setAuthoritativeRepository(RemoteRepository) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the repository which ultimately hosts the metadata to update.
setAvailable(boolean) - Method in class org.eclipse.aether.repository.LocalArtifactResult
Sets whether the artifact is available.
setBlocked(boolean) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Marks the repository as blocked or not.
setCache(RepositoryCache) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the cache the repository system may use to save data for future reuse during the session.
setChecksum(String, String) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Sets a checksum which the remote repository advertises for the resource.
setChecksumCalculator(ChecksumCalculator) - Method in class org.eclipse.aether.connector.basic.TransferTransportListener
 
setChecksumPolicy(String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the global checksum policy.
setChecksumPolicy(String) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Sets the checksum policy for this transfer.
setChecksumPolicy(String) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Sets the checksum policy for this transfer.
setChecksumPolicyProvider(ChecksumPolicyProvider) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
Sets the checksum policy provider to use for this component.
setChecksumPolicyProvider(ChecksumPolicyProvider) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
setChildren(List<DependencyNode>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setChildren(List<DependencyNode>) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the child nodes of this node.
setCollectExceptions(List<Exception>) - Method in class org.eclipse.aether.resolution.DependencyResult
Records the specified exceptions while building the dependency graph.
setCollectRequest(CollectRequest) - Method in class org.eclipse.aether.resolution.DependencyRequest
Sets the collect request used to calculate the dependency graph whose artifacts should be resolved.
setConfigProperties(Map<?, ?>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the configuration properties used to tweak internal aspects of the repository system (e.g.
setConfigProperty(String, Object) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the specified configuration property.
setContentLength(long) - Method in class org.eclipse.aether.transfer.TransferResource
Sets the size of the resource in bytes.
setContentType(String) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the type of the repository, e.g.
setContext(String) - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Sets the resolution context.
setContext(String) - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Sets the resolution context.
setContexts(Collection<String>) - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Sets the resolution contexts in which the artifact is available.
setContexts(Collection<String>) - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Sets the resolution contexts in which the metadata is available.
setCycles(List<DependencyCycle>) - Method in class org.eclipse.aether.resolution.DependencyResult
Records the specified dependency cycles while building the dependency graph.
setData(Object, Object) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setData(Object, Object) - Method in interface org.eclipse.aether.graph.DependencyNode
Associates the specified dependency node data with the given key.
setData(Map<Object, Object>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setData(Map<Object, Object>) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the custom data associated with this dependency node.
setData(SessionData) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the custom data associated with this session.
setDataBuffer(byte[], int, int) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the byte buffer holding the transferred bytes since the last event.
setDataBuffer(ByteBuffer) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the byte buffer holding the transferred bytes since the last event.
setDataBytes(byte[]) - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Sets the binary data to be uploaded.
setDataFile(File) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Sets the file where the downloaded data should be stored.
setDataFile(File) - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Sets the file with the data to be uploaded.
setDataFile(File, boolean) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Sets the file where the downloaded data should be stored.
setDataString(String) - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Sets the textual data to be uploaded.
setDefinition(String) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
setDefinition(NodeDefinition) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.LineContext
 
setDeleteLocalCopyIfMissing(boolean) - Method in class org.eclipse.aether.resolution.MetadataRequest
Controls whether the locally cached copy of the metadata should be removed if the corresponding file does not exist (any more) in the remote repository.
setDependencies(List<Dependency>) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the direct dependencies.
setDependencies(List<Dependency>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the list of direct dependencies of the artifact.
setDependencyCollector(DependencyCollector) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setDependencyGraphTransformer(DependencyGraphTransformer) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the dependency graph transformer to use for building dependency graphs.
setDependencyManager(DependencyManager) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the dependency manager to use for building dependency graphs.
setDependencyNode(DependencyNode) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the dependency node to resolve.
setDependencySelector(DependencySelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the dependency selector to use for building dependency graphs.
setDependencyTraverser(DependencyTraverser) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the dependency traverser to use for building dependency graphs.
setDeployer(Deployer) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setDerivedScope(String) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
Sets the derived scope of the child dependency.
setErrorHandler(DefaultServiceLocator.ErrorHandler) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Sets the error handler to use.
setException(E) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the exception for this update check.
setException(Exception) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the exception causing the event.
setException(Exception) - Method in class org.eclipse.aether.resolution.MetadataResult
Records the specified exception while resolving the metadata.
setException(Exception) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the error that occurred during the transfer.
setException(ArtifactTransferException) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setException(ArtifactTransferException) - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Sets the exception that occurred during the transfer.
setException(ArtifactTransferException) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setException(MetadataTransferException) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setException(MetadataTransferException) - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Sets the exception that occurred during the transfer.
setException(MetadataTransferException) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
setExceptions(List<Exception>) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the exceptions causing the event.
setExceptions(List<Exception>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the exceptions that occurred while reading the artifact descriptor.
setExclusions(Collection<Exclusion>) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new exclusions to apply to the dependency.
setExclusions(Collection<Exclusion>) - Method in class org.eclipse.aether.graph.Dependency
Sets the exclusions for the dependency.
setExistenceCheck(boolean) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Controls whether this transfer shall only verify the existence of the artifact in the remote repository rather than actually downloading the file.
setFavorLocalRepository(boolean) - Method in class org.eclipse.aether.resolution.MetadataRequest
Controls resolution of remote metadata when already corresponding metadata of the local repository exists.
setFile(File) - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
setFile(File) - Method in interface org.eclipse.aether.artifact.Artifact
Sets the file of the artifact.
setFile(File) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the local file of the item.
setFile(File) - Method in class org.eclipse.aether.metadata.AbstractMetadata
 
setFile(File) - Method in interface org.eclipse.aether.metadata.Metadata
Sets the file of the metadata.
setFile(File) - Method in class org.eclipse.aether.repository.LocalArtifactResult
Sets the file to requested artifact.
setFile(File) - Method in class org.eclipse.aether.repository.LocalMetadataResult
Sets the file to requested metadata.
setFile(File) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the file involved in the event.
setFile(File) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setFile(File) - Method in class org.eclipse.aether.spi.connector.ArtifactTransfer
Sets the local file the artifact is downloaded to or uploaded from.
setFile(File) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setFile(File) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setFile(File) - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Sets the local file the metadata is downloaded to or uploaded from.
setFile(File) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
setFile(File) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
setFile(File) - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
Sets the file processor to use for this component.
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setFileProcessor(FileProcessor) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setFileTransformer(FileTransformer) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setFileTransformerManager(FileTransformerManager) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
 
setFileValid(boolean) - Method in class org.eclipse.aether.impl.UpdateCheck
Controls whether the local file given by UpdateCheck.getFile(), if existent, should be considered valid or not.
setFilter(DependencyFilter) - Method in class org.eclipse.aether.resolution.DependencyRequest
Sets the resolution filter used to select which artifacts of the dependency graph should be resolved.
setId(String) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the identifier of the repository.
setIgnoreArtifactDescriptorRepositories(boolean) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Controls whether repositories declared in artifact descriptors should be ignored during transitive dependency collection.
setInstaller(Installer) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setItem(T) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the item of the check.
setItem(T) - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Sets the artifact/metadata for which to determine the error policy.
setLevel(int) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.LineContext
 
setLevel(int) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
setListener(TransportListener) - Method in class org.eclipse.aether.spi.connector.transport.GetTask
Sets the listener that is to be notified during the transfer.
setListener(TransportListener) - Method in class org.eclipse.aether.spi.connector.transport.PutTask
Sets the listener that is to be notified during the transfer.
setListener(TransportListener) - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
Sets the listener that is to be notified during the transfer.
setListener(TransferListener) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setListener(TransferListener) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setListener(TransferListener) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setListener(TransferListener) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
setListener(TransferListener) - Method in class org.eclipse.aether.spi.connector.Transfer
Sets the listener that is to be notified during the transfer.
setLocalLastUpdated(long) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the last-modified timestamp of the corresponding item produced by a local installation.
setLocalRepositoryManager(LocalRepositoryManager) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the local repository manager used during this session.
setLocalRepositoryManagerFactories(Collection<LocalRepositoryManagerFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider
 
setLocalRepositoryProvider(LocalRepositoryProvider) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setLocation(URI) - Method in class org.eclipse.aether.spi.connector.transport.TransportTask
 
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
Deprecated.
not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility
setLoggerFactory(LoggerFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
Deprecated.
not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility
setLoggerFactory(ILoggerFactory) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
setManagedBits(int) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets a bit field indicating which attributes of this node were subject to dependency management.
setManagedDependencies(List<Dependency>) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the dependency management to apply to transitive dependencies.
setManagedDependencies(List<Dependency>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the dependency management information.
setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.deployment.DeployRequest
Sets the metadata to deploy.
setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.deployment.DeployResult
Sets the metadata that got deployed.
setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.installation.InstallRequest
Sets the metadata to install.
setMetadata(Collection<Metadata>) - Method in class org.eclipse.aether.installation.InstallResult
Sets the metadata that got installed.
setMetadata(Metadata) - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Sets the metadata to register.
setMetadata(Metadata) - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Sets the metadata to query for.
setMetadata(Metadata) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the metadata involved in the event.
setMetadata(Metadata) - Method in class org.eclipse.aether.resolution.MetadataRequest
Sets the metadata to resolve.
setMetadata(Metadata) - Method in class org.eclipse.aether.resolution.MetadataResult
Sets the resolved metadata.
setMetadata(Metadata) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setMetadata(Metadata) - Method in class org.eclipse.aether.spi.connector.MetadataTransfer
Sets the metadata to transfer.
setMetadata(Metadata) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
setMetadataGeneratorFactories(Collection<MetadataGeneratorFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setMetadataGeneratorFactories(Collection<MetadataGeneratorFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setMetadataResolver(MetadataResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setMirroredRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the repositories being mirrored by the repository.
setMirrorSelector(MirrorSelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the mirror selector to use for repositories discovered in artifact descriptors.
setOffline(boolean) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Controls whether the repository system operates in offline mode and avoids/refuses any access to remote repositories.
setOfflineController(OfflineController) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setOfflineController(OfflineController) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setOfflineController(OfflineController) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setOptional(Boolean) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new optional flag to apply to the dependency.
setOptional(Boolean) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setOptional(Boolean) - Method in class org.eclipse.aether.graph.Dependency
Sets the optional flag for the dependency.
setOptional(Boolean) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the optional flag of the dependency.
setOptional(Boolean) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Sets the effective optional flag of the winning dependency.
setPolicy(String) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the policy to use for the check.
setPolicy(RepositoryPolicy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the policy to apply for snapshot and release artifacts.
setPriority(float) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
Sets the priority of this component.
setPriority(float) - Method in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
Sets the priority of this component.
setPriority(float) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory
Sets the priority of this component.
setPriority(float) - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
Sets the priority of this component.
setPriority(float) - Method in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
Sets the priority of this component.
setProperties(Map<String, Object>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets any additional information about the artifact in form of key-value pairs.
setProperties(Map<String, String>) - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
setProperties(Map<String, String>) - Method in interface org.eclipse.aether.artifact.Artifact
Sets the properties for the artifact.
setProperties(Map<String, String>) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new properties to apply to the dependency.
setProperties(Map<String, String>) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser.NodeEntry
 
setProperties(Map<String, String>) - Method in class org.eclipse.aether.metadata.AbstractMetadata
 
setProperties(Map<String, String>) - Method in interface org.eclipse.aether.metadata.Metadata
Sets the properties for the metadata.
setProperties(Map<String, String>) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
setProperties(Map<String, String>) - Method in class org.eclipse.aether.util.artifact.SubArtifact
 
setProxy(Proxy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the proxy to use in order to access the repository.
setProxySelector(ProxySelector) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the proxy selector to use for repositories discovered in artifact descriptors.
setReadOnly() - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Marks this session as read-only such that any future attempts to call its mutators will fail with an exception.
setReleasePolicy(RepositoryPolicy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the policy to apply for release artifacts.
setRelocations(List<? extends Artifact>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets the sequence of relocations that was followed to resolve this dependency's artifact.
setRelocations(List<Artifact>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the relocations that were processed to read the artifact descriptor.
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setRemoteRepositoryManager(RemoteRepositoryManager) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the repositories to use for the collection.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets the remote repositories from which this node's artifact shall be resolved.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.repository.LocalArtifactRequest
Sets the remote repositories to consider as sources of the artifact.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Sets the repositories to resolve the descriptor from.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the remote repositories listed in the artifact descriptor.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the repositories to resolve the artifact from.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Sets the repositories to resolve the version range from.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.resolution.VersionRequest
Sets the repositories to resolve the version from.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
setRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
setRepository(ArtifactRepository) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the repository involved in the event.
setRepository(ArtifactRepository) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
Sets the repository from which the descriptor was resolved.
setRepository(ArtifactRepository) - Method in class org.eclipse.aether.resolution.ArtifactResult
Sets the repository from which the artifact was resolved.
setRepository(ArtifactRepository) - Method in class org.eclipse.aether.resolution.VersionResult
Sets the repository from which the version was resolved.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.deployment.DeployRequest
Sets the repository to deploy to.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the repository from which a potential update/download will performed.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalArtifactRegistration
Sets the remote repository from which the artifact was resolved.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalArtifactResult
Sets the (first) remote repository from which the artifact was cached.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalMetadataRegistration
Sets the remote repository from which the metadata was resolved.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.repository.LocalMetadataRequest
Sets the remote repository to use as sources of the metadata.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.MetadataRequest
Sets the repository from which the metadata should be resolved.
setRepository(RemoteRepository) - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Sets the remote repository from which the resolution of the artifact/metadata is attempted.
setRepository(Version, ArtifactRepository) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Records the repository from which the specified version was resolved
setRepositoryConnectorFactories(Collection<RepositoryConnectorFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider
 
setRepositoryConnectorProvider(RepositoryConnectorProvider) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setRepositoryConnectorProvider(RepositoryConnectorProvider) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setRepositoryConnectorProvider(RepositoryConnectorProvider) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setRepositoryEventDispatcher(RepositoryEventDispatcher) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setRepositoryLayoutFactories(Collection<RepositoryLayoutFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryLayoutProvider
 
setRepositoryLayoutProvider(RepositoryLayoutProvider) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
Sets the repository layout provider to use for this component.
setRepositoryListener(RepositoryListener) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the listener being notified of actions in the repository system.
setRepositoryListeners(Collection<RepositoryListener>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
 
setRepositoryManager(boolean) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Marks the repository as a repository manager or not.
setRequestContext(String) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setRequestContext(String) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the request context in which this dependency node was created.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.MetadataRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.resolution.VersionRequest
Sets the context in which this request is made.
setRequestContext(String) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Sets the context of this transfer.
setRequestContext(String) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
Sets the request context of this transfer.
setRequestType(TransferEvent.RequestType) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the type of the request/transfer.
setRequired(boolean) - Method in class org.eclipse.aether.impl.UpdateCheck
Sets the result of an update check.
setResolutionErrorPolicy(ResolutionErrorPolicy) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the policy which controls whether resolutions errors from remote repositories should be cached.
setResumeOffset(long) - Method in class org.eclipse.aether.transfer.TransferResource
Sets the byte offset within the resource at which the download starts.
setRoot(Dependency) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the root dependency of the graph.
setRoot(DependencyNode) - Method in class org.eclipse.aether.collection.CollectResult
Sets the root node of the dependency graph.
setRoot(DependencyNode) - Method in class org.eclipse.aether.resolution.DependencyRequest
Sets the root node of the dependency graph whose artifacts should be resolved.
setRoot(DependencyNode) - Method in class org.eclipse.aether.resolution.DependencyResult
Sets the root node of the resolved dependency graph.
setRootArtifact(Artifact) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the root artifact for the dependency graph.
setScope(String) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new scope to apply to the dependency.
setScope(String) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
setScope(String) - Method in class org.eclipse.aether.graph.Dependency
Sets the scope of the dependency, e.g.
setScope(String) - Method in interface org.eclipse.aether.graph.DependencyNode
Sets the scope of the dependency.
setScope(String) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Sets the effective scope of the winning dependency.
setService(Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
setService(Class<T>, Class<? extends T>) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Sets the implementation class for a service.
setServices(Class<T>, T...) - Method in class org.eclipse.aether.impl.DefaultServiceLocator
Deprecated.
Sets the instances for a service.
setServices(T...) - Method in class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
setSnapshotPolicy(RepositoryPolicy) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the policy to apply for snapshot artifacts.
setStale(boolean) - Method in class org.eclipse.aether.repository.LocalMetadataResult
Sets whether the metadata is stale.
setSubstitutions(String...) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
setSubstitutions(Collection<String>) - Method in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
setSupportedContexts(Collection<String>) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
Sets the set of request contexts in which the artifact is generally available.
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultInstaller
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setSyncContextFactory(SyncContextFactory) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setSystemProperties(Map<?, ?>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the system properties to use, e.g.
setSystemProperty(String, String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the specified system property.
setTrace(RequestTrace) - Method in class org.eclipse.aether.collection.CollectRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.deployment.DeployRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.installation.InstallRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.RepositoryEvent.Builder
Sets the trace information about the request during which the event occurred.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.ArtifactRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.DependencyRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.MetadataRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.VersionRangeRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.resolution.VersionRequest
Sets the trace information that describes the higher level request/operation in which this request is issued.
setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
setTrace(RequestTrace) - Method in class org.eclipse.aether.spi.connector.Transfer
Sets the trace information that describes the higher level request/operation in which this transfer is issued.
setTrackingFileManager(TrackingFileManager) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
setTransferListener(TransferListener) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the listener being notified of uploads/downloads by the repository system.
setTransferredBytes(long) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the total number of bytes that have been transferred so far during the download/upload of the resource.
setTransporterFactories(Collection<TransporterFactory>) - Method in class org.eclipse.aether.internal.impl.DefaultTransporterProvider
 
setTransporterProvider(TransporterProvider) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
Sets the transporter provider to use for this component.
setType(TransferEvent.EventType) - Method in class org.eclipse.aether.transfer.TransferEvent.Builder
Sets the type of the event.
setUpdateCheckManager(UpdateCheckManager) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
setUpdateCheckManager(UpdateCheckManager) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
setUpdated(boolean) - Method in class org.eclipse.aether.resolution.MetadataResult
Sets the updated flag for the metadata.
setUpdated(RepositorySystemSession, Object) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
setUpdatePolicy(String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the global update policy.
setUpdatePolicyAnalyzer(UpdatePolicyAnalyzer) - Method in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
setUpdatePolicyAnalyzer(UpdatePolicyAnalyzer) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
setUrl(String) - Method in class org.eclipse.aether.repository.RemoteRepository.Builder
Sets the (base) URL of the repository.
setUserProperties(Map<?, ?>) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the user properties to use, e.g.
setUserProperty(String, String) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the specified user property.
setVersion(String) - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
setVersion(String) - Method in interface org.eclipse.aether.artifact.Artifact
Sets the version of the artifact.
setVersion(String) - Method in class org.eclipse.aether.collection.DependencyManagement
Sets the new version to apply to the dependency.
setVersion(String) - Method in class org.eclipse.aether.resolution.VersionResult
Sets the resolved version.
setVersion(String) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
setVersion(Version) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets the version that was selected for the dependency's target artifact.
setVersionConstraint(VersionConstraint) - Method in class org.eclipse.aether.graph.DefaultDependencyNode
Sets the version constraint that was parsed from the dependency's version declaration.
setVersionConstraint(VersionConstraint) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Sets the version constraint that was parsed from the artifact's version string.
setVersionFilter(VersionFilter) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the version filter to use for building dependency graphs.
setVersionRangeResolver(VersionRangeResolver) - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
setVersionRangeResolver(VersionRangeResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setVersionResolver(VersionResolver) - Method in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
setVersionResolver(VersionResolver) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
setVersions(List<Version>) - Method in class org.eclipse.aether.resolution.VersionRangeResult
Sets the versions (in ascending order) matching the requested range.
setVisited(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
Marks the specified node as being visited and determines whether the node has been visited before.
setWagonConfigurator(WagonConfigurator) - Method in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
Sets the wagon configurator to use to apply provider-specific configuration to wagon instances.
setWagonProvider(WagonProvider) - Method in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
Sets the wagon provider to use to acquire and release wagon instances.
setWinner(ConflictResolver.ConflictItem) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
Sets the conflict item which has been selected as the winner among the conflicting dependencies.
setWorkspaceReader(WorkspaceReader) - Method in class org.eclipse.aether.DefaultRepositorySystemSession
Sets the workspace reader used during this session.
shared - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
SHARED - Enum constant in enum class org.eclipse.aether.named.support.ReadWriteLockNamedLock.Step
Step when ReadWriteLock.readLock() was locked
SHARED - Static variable in class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
Count of permissions involved with shared locking
shutdown() - Method in class org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory
 
shutdown() - Method in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
shutdown() - Method in interface org.eclipse.aether.named.NamedLockFactory
Performs a clean shut down of the factory.
shutdown() - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport
 
shutdown(Executor) - Method in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
SimpleArtifactDescriptorPolicy - Class in org.eclipse.aether.util.repository
An artifact descriptor error policy that allows to control error handling at a global level.
SimpleArtifactDescriptorPolicy(boolean, boolean) - Constructor for class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
Creates a new error policy with the specified behavior.
SimpleArtifactDescriptorPolicy(int) - Constructor for class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
Creates a new error policy with the specified bit mask.
SimpleArtifactTypeRegistry - Class in org.eclipse.aether.util.artifact
A simple map-based artifact type registry.
SimpleArtifactTypeRegistry() - Constructor for class org.eclipse.aether.util.artifact.SimpleArtifactTypeRegistry
Creates a new artifact type registry with initally no registered artifact types.
SimpleDigest - Class in org.eclipse.aether.internal.impl
A simple digester for strings.
SimpleDigest() - Constructor for class org.eclipse.aether.internal.impl.SimpleDigest
 
SimpleLocalRepositoryManager - Class in org.eclipse.aether.internal.impl
A local repository manager that realizes the classical Maven 2.0 local repository.
SimpleLocalRepositoryManager(File) - Constructor for class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
SimpleLocalRepositoryManager(File, String) - Constructor for class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
SimpleLocalRepositoryManager(String) - Constructor for class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
SimpleLocalRepositoryManagerFactory - Class in org.eclipse.aether.internal.impl
Creates local repository managers for repository type "simple".
SimpleLocalRepositoryManagerFactory() - Constructor for class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory
 
SimpleNamedLockFactorySelector - Class in org.eclipse.aether.internal.impl.synccontext.named
Simple selector implementation that uses LocalReadWriteLockNamedLockFactory and GAVNameMapper as default name lock factory and name mapper.
SimpleNamedLockFactorySelector() - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.SimpleNamedLockFactorySelector
Default constructor for ServiceLocator.
SimpleNamedLockFactorySelector(Map<String, NamedLockFactory>, Map<String, NameMapper>) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.SimpleNamedLockFactorySelector
 
SimpleOptionalitySelector - Class in org.eclipse.aether.util.graph.transformer
An optionality selector for use with ConflictResolver.
SimpleOptionalitySelector() - Constructor for class org.eclipse.aether.util.graph.transformer.SimpleOptionalitySelector
Creates a new instance of this optionality selector.
SimpleResolutionErrorPolicy - Class in org.eclipse.aether.util.repository
A resolution error policy that allows to control caching for artifacts and metadata at a global level.
SimpleResolutionErrorPolicy(boolean, boolean) - Constructor for class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
Creates a new error policy with the specified behavior for both artifacts and metadata.
SimpleResolutionErrorPolicy(int) - Constructor for class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
Creates a new error policy with the specified bit mask for both artifacts and metadata.
SimpleResolutionErrorPolicy(int, int) - Constructor for class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
Creates a new error policy with the specified bit masks for artifacts and metadata.
size - Variable in class org.eclipse.aether.internal.impl.collect.NodeStack
 
size - Variable in class org.eclipse.aether.util.graph.visitor.Stack
 
size() - Method in class org.eclipse.aether.graph.Dependency.Exclusions
 
size() - Method in class org.eclipse.aether.internal.impl.collect.NodeStack
 
size() - Method in class org.eclipse.aether.util.graph.visitor.Stack
 
slf4j - Variable in class org.eclipse.aether.internal.impl.LoggerFactoryProvider
 
Slf4jLogger(Logger) - Constructor for class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLogger
Deprecated.
 
Slf4jLoggerEx(LocationAwareLogger) - Constructor for class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLoggerEx
Deprecated.
 
Slf4jLoggerFactory - Class in org.eclipse.aether.internal.impl.slf4j
Deprecated.
Use SLF4J instead
Slf4jLoggerFactory() - Constructor for class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
Creates an instance of this logger factory.
Slf4jLoggerFactory(ILoggerFactory) - Constructor for class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory
Deprecated.
 
Slf4jLoggerFactory.Slf4jLogger - Class in org.eclipse.aether.internal.impl.slf4j
Deprecated.
 
Slf4jLoggerFactory.Slf4jLoggerEx - Class in org.eclipse.aether.internal.impl.slf4j
Deprecated.
 
Slf4jModule() - Constructor for class org.eclipse.aether.impl.guice.AetherModule.Slf4jModule
 
smartChecksums - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
SNAPSHOT - Enum constant in enum class org.eclipse.aether.metadata.Metadata.Nature
The metadata refers to snapshot artifacts only.
SNAPSHOT - Static variable in class org.eclipse.aether.artifact.AbstractArtifact
 
SNAPSHOT_TIMESTAMP - Static variable in class org.eclipse.aether.artifact.AbstractArtifact
 
snapshotPolicy - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
snapshotPolicy - Variable in class org.eclipse.aether.repository.RemoteRepository
 
SNAPSHOTS - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
SnapshotVersionFilter - Class in org.eclipse.aether.util.graph.version
A version filter that (unconditionally) blocks "*-SNAPSHOT" versions.
SnapshotVersionFilter() - Constructor for class org.eclipse.aether.util.graph.version.SnapshotVersionFilter
Creates a new instance of this version filter.
SORTED_CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a List<Object> is stored that denotes a topological sorting of the conflict ids.
sortMetadataGeneratorFactories(RepositorySystemSession, Collection<? extends MetadataGeneratorFactory>) - Static method in class org.eclipse.aether.internal.impl.Utils
 
SSL_CONTEXT - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the SSL context.
SSL_HOSTNAME_VERIFIER - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the SSL hostname verifier.
stack - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The set of nodes on the DFS stack to detect cycles, technically keyed by the node's child list to match the dirty graph structure produced by the dependency collector for cycles.
Stack<E> - Class in org.eclipse.aether.util.graph.visitor
A non-synchronized stack with a non-modifiable list view which starts at the top of the stack.
Stack() - Constructor for class org.eclipse.aether.util.graph.visitor.Stack
 
stale - Variable in class org.eclipse.aether.repository.LocalMetadataResult
 
STARTED - Enum constant in enum class org.eclipse.aether.transfer.TransferEvent.EventType
 
startTime - Variable in class org.eclipse.aether.transfer.TransferResource
 
State() - Constructor for enum class org.eclipse.aether.internal.test.util.IniArtifactDataReader.State
 
State(DependencyNode, Map<?, ?>, int, DependencyGraphTransformationContext) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
STATE_BYPASS - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
STATE_DISABLED - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
STATE_ENABLED - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
StaticDependencySelector - Class in org.eclipse.aether.util.graph.selector
A dependency selector that always includes or excludes dependencies.
StaticDependencySelector(boolean) - Constructor for class org.eclipse.aether.util.graph.selector.StaticDependencySelector
Creates a new selector with the specified selection behavior.
StaticDependencyTraverser - Class in org.eclipse.aether.util.graph.traverser
A dependency traverser which always or never traverses children.
StaticDependencyTraverser(boolean) - Constructor for class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
Creates a new traverser with the specified traversal behavior.
StaticNameMapper - Class in org.eclipse.aether.internal.impl.synccontext.named
Static NameMapper, always assigns one same name, effectively becoming equivalent to "static" sync context.
StaticNameMapper() - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
Uses string "static" for the static name
StaticNameMapper(String) - Constructor for class org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper
Uses passed in non-null string for the static name
STATS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a Map<String, Object> is stored that can be used to include some runtime/performance stats in the debug log.
Step() - Constructor for enum class org.eclipse.aether.named.support.ReadWriteLockNamedLock.Step
 
STRICT - Static variable in interface org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Bit mask indicating that errors while reading the artifact descriptor should not be tolerated.
StringAuthentication - Class in org.eclipse.aether.util.repository
Authentication block that manages a single authentication key and its string value.
StringAuthentication(String, String) - Constructor for class org.eclipse.aether.util.repository.StringAuthentication
 
StringUtils - Class in org.eclipse.aether.util
Deprecated.
StringUtils() - Constructor for class org.eclipse.aether.util.StringUtils
Deprecated.
 
SubArtifact - Class in org.eclipse.aether.util.artifact
An artifact whose identity is derived from another artifact.
SubArtifact(Artifact, String, String) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, File) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, File, Map<String, String>) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
 
SubArtifact(Artifact, String, String, Map<String, String>) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, Map<String, String>, File) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
Creates a new sub artifact.
substitutions - Variable in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
SUCCEEDED - Enum constant in enum class org.eclipse.aether.transfer.TransferEvent.EventType
 
SyncContext - Interface in org.eclipse.aether
A synchronization context used to coordinate concurrent access to artifacts or metadatas.
syncContextFactory - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
syncContextFactory - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer
 
syncContextFactory - Variable in class org.eclipse.aether.internal.impl.DefaultInstaller
 
syncContextFactory - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
syncContextFactory - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
SyncContextFactory - Interface in org.eclipse.aether.impl
Deprecated.
For backward compatibility reasons only, do not use this interface.
SyncContextFactory - Interface in org.eclipse.aether.spi.synccontext
A factory to create synchronization contexts.
SYSTEM - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 
systemProperties - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
systemPropertiesView - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 

T

targetFile - Variable in class org.eclipse.aether.connector.basic.ChecksumCalculator
 
task - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter.GetTaskRunner
 
task - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter.PeekTaskRunner
 
task - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter.PutTaskRunner
 
TaskRunner(URI, TransferTransportListener<?>) - Constructor for class org.eclipse.aether.connector.basic.BasicRepositoryConnector.TaskRunner
 
tempFiles - Variable in class org.eclipse.aether.connector.basic.ChecksumValidator
 
terminatedByNumber - Variable in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
TEST - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
 
TestDependencyCollectionContext - Class in org.eclipse.aether.internal.test.util
 
TestDependencyCollectionContext(RepositorySystemSession, Artifact, Dependency, List<Dependency>) - Constructor for class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
TestDependencyGraphTransformationContext - Class in org.eclipse.aether.internal.test.util
 
TestDependencyGraphTransformationContext(RepositorySystemSession) - Constructor for class org.eclipse.aether.internal.test.util.TestDependencyGraphTransformationContext
 
TestFileProcessor - Class in org.eclipse.aether.internal.test.util
A simple file processor implementation to help satisfy component requirements during tests.
TestFileProcessor() - Constructor for class org.eclipse.aether.internal.test.util.TestFileProcessor
 
TestFileUtils - Class in org.eclipse.aether.internal.test.util
Provides utility methods to read and write (temporary) files.
TestFileUtils() - Constructor for class org.eclipse.aether.internal.test.util.TestFileUtils
 
TestLocalRepositoryManager - Class in org.eclipse.aether.internal.test.util
A simplistic local repository manager that uses a temporary base directory.
TestLocalRepositoryManager() - Constructor for class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
TestLogger(PrintStream) - Constructor for class org.eclipse.aether.internal.test.util.TestLoggerFactory.TestLogger
Deprecated.
 
TestLoggerFactory - Class in org.eclipse.aether.internal.test.util
Deprecated.
Use SLF4J instead
TestLoggerFactory() - Constructor for class org.eclipse.aether.internal.test.util.TestLoggerFactory
Deprecated.
Creates a new logger factory that writes to System.out.
TestLoggerFactory(PrintStream) - Constructor for class org.eclipse.aether.internal.test.util.TestLoggerFactory
Deprecated.
Creates a new logger factory that writes to the specified print stream.
TestLoggerFactory.TestLogger - Class in org.eclipse.aether.internal.test.util
Deprecated.
 
TestUtils - Class in org.eclipse.aether.internal.test.util
Utility methods to help unit testing.
TestUtils() - Constructor for class org.eclipse.aether.internal.test.util.TestUtils
 
TestVersion - Class in org.eclipse.aether.internal.test.util
TestVersion(String) - Constructor for class org.eclipse.aether.internal.test.util.TestVersion
 
TestVersionConstraint - Class in org.eclipse.aether.internal.test.util
A constraint on versions for a dependency.
TestVersionConstraint(Version) - Constructor for class org.eclipse.aether.internal.test.util.TestVersionConstraint
Creates a version constraint from the specified version.
TestVersionConstraint(VersionRange) - Constructor for class org.eclipse.aether.internal.test.util.TestVersionConstraint
Creates a version constraint from the specified version range.
TestVersionFilterContext - Class in org.eclipse.aether.internal.test.util
 
TestVersionFilterContext(RepositorySystemSession, VersionRangeResult) - Constructor for class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
TestVersionRange - Class in org.eclipse.aether.internal.test.util
A version range inspired by mathematical range syntax.
TestVersionRange(String) - Constructor for class org.eclipse.aether.internal.test.util.TestVersionRange
Creates a version range from the specified range specification.
TestVersionScheme - Class in org.eclipse.aether.internal.test.util
A version scheme using a generic version syntax.
TestVersionScheme() - Constructor for class org.eclipse.aether.internal.test.util.TestVersionScheme
 
thread - Variable in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
 
threadIndex - Variable in class org.eclipse.aether.util.concurrency.WorkerThreadFactory
 
threadPerms - Variable in class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
 
threadSteps - Variable in class org.eclipse.aether.named.support.FileLockNamedLock
Thread -> steps stack (true = shared, false = exclusive)
threadSteps - Variable in class org.eclipse.aether.named.support.ReadWriteLockNamedLock
 
threshold - Variable in class org.eclipse.aether.connector.basic.PartialFile
 
time - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
TIME_KEY - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
TIME_UNIT_KEY - Static variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter
 
timeUnit - Variable in class org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapter.AdaptedLockSyncContext
 
TMP - Static variable in class org.eclipse.aether.internal.test.util.TestFileUtils
 
toBaseId(Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<baseVersion>.
toBaseVersion(String) - Static method in class org.eclipse.aether.artifact.AbstractArtifact
 
toHexString(byte[]) - Static method in class org.eclipse.aether.util.ChecksumUtils
Creates a hexadecimal representation of the specified bytes.
toId(String, String, String, String, String) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<version>.
toId(Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<version>.
toItem() - Method in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
token - Variable in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
Tokenizer(String) - Constructor for class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
toKey(Artifact) - Static method in class org.eclipse.aether.util.graph.transformer.ConflictMarker
 
toKey(Artifact, List<RemoteRepository>, DependencySelector, DependencyManager, DependencyTraverser, VersionFilter) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
toKey(ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
toKey(VersionRangeRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool
 
toMessage(LocalRepository) - Static method in exception org.eclipse.aether.repository.NoLocalRepositoryManagerException
 
toMessage(RemoteRepository) - Static method in exception org.eclipse.aether.transfer.NoRepositoryConnectorException
 
toMessage(RemoteRepository) - Static method in exception org.eclipse.aether.transfer.NoRepositoryLayoutException
 
toMessage(RemoteRepository) - Static method in exception org.eclipse.aether.transfer.NoTransporterException
 
top() - Method in class org.eclipse.aether.internal.impl.collect.NodeStack
 
toPath(List<? extends DependencyNode>) - Static method in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
 
toPaths(Collection<? extends List<? extends DependencyNode>>) - Static method in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
 
topsortConflictIds(Collection<ConflictIdSorter.ConflictId>, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
 
toResult(ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool.BadDescriptor
 
toResult(ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool.Descriptor
 
toResult(ArtifactDescriptorRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool.GoodDescriptor
 
toResult(VersionRangeRequest) - Method in class org.eclipse.aether.internal.impl.collect.DataPool.Constraint
 
toString() - Method in class org.eclipse.aether.artifact.AbstractArtifact
 
toString() - Method in class org.eclipse.aether.collection.CollectRequest
 
toString() - Method in class org.eclipse.aether.collection.CollectResult
 
toString() - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
toString() - Method in class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
toString() - Method in class org.eclipse.aether.connector.basic.PartialFile
 
toString() - Method in class org.eclipse.aether.deployment.DeployRequest
 
toString() - Method in class org.eclipse.aether.deployment.DeployResult
 
toString() - Method in class org.eclipse.aether.graph.DefaultDependencyNode
 
toString() - Method in class org.eclipse.aether.graph.Dependency
 
toString() - Method in class org.eclipse.aether.graph.Exclusion
 
toString() - Method in class org.eclipse.aether.impl.UpdateCheck
 
toString() - Method in class org.eclipse.aether.installation.InstallRequest
 
toString() - Method in class org.eclipse.aether.installation.InstallResult
 
toString() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectionContext
 
toString() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCycle
 
toString() - Method in class org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
 
toString() - Method in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
toString() - Method in class org.eclipse.aether.internal.impl.collect.NodeStack
 
toString() - Method in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
toString() - Method in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
toString() - Method in class org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
 
toString() - Method in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
toString() - Method in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
toString() - Method in class org.eclipse.aether.internal.test.util.NodeDefinition
 
toString() - Method in class org.eclipse.aether.internal.test.util.TestDependencyCollectionContext
 
toString() - Method in class org.eclipse.aether.internal.test.util.TestDependencyGraphTransformationContext
 
toString() - Method in class org.eclipse.aether.internal.test.util.TestVersion
 
toString() - Method in class org.eclipse.aether.internal.test.util.TestVersionConstraint
 
toString() - Method in class org.eclipse.aether.internal.test.util.TestVersionRange
 
toString() - Method in class org.eclipse.aether.metadata.AbstractMetadata
 
toString() - Method in class org.eclipse.aether.named.support.NamedLockFactorySupport.NamedLockHolder
 
toString() - Method in class org.eclipse.aether.repository.LocalArtifactRequest
 
toString() - Method in class org.eclipse.aether.repository.LocalArtifactResult
 
toString() - Method in class org.eclipse.aether.repository.LocalMetadataRequest
 
toString() - Method in class org.eclipse.aether.repository.LocalMetadataResult
 
toString() - Method in class org.eclipse.aether.repository.LocalRepository
 
toString() - Method in class org.eclipse.aether.repository.Proxy
 
toString() - Method in class org.eclipse.aether.repository.RemoteRepository
 
toString() - Method in class org.eclipse.aether.repository.RepositoryPolicy
 
toString() - Method in class org.eclipse.aether.repository.WorkspaceRepository
 
toString() - Method in class org.eclipse.aether.RepositoryEvent
 
toString() - Method in class org.eclipse.aether.RequestTrace
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactDescriptorResult
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactRequest
 
toString() - Method in class org.eclipse.aether.resolution.ArtifactResult
 
toString() - Method in class org.eclipse.aether.resolution.DependencyRequest
 
toString() - Method in class org.eclipse.aether.resolution.DependencyResult
 
toString() - Method in class org.eclipse.aether.resolution.MetadataRequest
 
toString() - Method in class org.eclipse.aether.resolution.MetadataResult
 
toString() - Method in class org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
 
toString() - Method in class org.eclipse.aether.resolution.VersionRangeRequest
 
toString() - Method in class org.eclipse.aether.resolution.VersionRangeResult
 
toString() - Method in class org.eclipse.aether.resolution.VersionRequest
 
toString() - Method in class org.eclipse.aether.resolution.VersionResult
 
toString() - Method in class org.eclipse.aether.spi.connector.ArtifactDownload
 
toString() - Method in class org.eclipse.aether.spi.connector.ArtifactUpload
 
toString() - Method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
 
toString() - Method in class org.eclipse.aether.spi.connector.MetadataDownload
 
toString() - Method in class org.eclipse.aether.spi.connector.MetadataUpload
 
toString() - Method in class org.eclipse.aether.spi.connector.transport.GetTask
 
toString() - Method in class org.eclipse.aether.spi.connector.transport.PeekTask
 
toString() - Method in class org.eclipse.aether.spi.connector.transport.PutTask
 
toString() - Method in class org.eclipse.aether.transfer.TransferEvent
 
toString() - Method in class org.eclipse.aether.transfer.TransferResource
 
toString() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
 
toString() - Method in class org.eclipse.aether.util.artifact.SimpleArtifactTypeRegistry
 
toString() - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
 
toString() - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
 
toString() - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
 
toString() - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
toString() - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
 
toString() - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
 
toString() - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker.ConflictGroup
 
toString() - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker.Key
 
toString() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
toString() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
 
toString() - Method in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector.ConflictGroup
 
toString() - Method in class org.eclipse.aether.util.repository.ChainedAuthentication
 
toString() - Method in class org.eclipse.aether.util.repository.ComponentAuthentication
 
toString() - Method in class org.eclipse.aether.util.repository.SecretAuthentication
 
toString() - Method in class org.eclipse.aether.util.repository.StringAuthentication
 
toString() - Method in class org.eclipse.aether.util.version.GenericVersion.Item
 
toString() - Method in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
toString() - Method in class org.eclipse.aether.util.version.GenericVersion
 
toString() - Method in class org.eclipse.aether.util.version.GenericVersionConstraint
 
toString() - Method in class org.eclipse.aether.util.version.GenericVersionRange
 
toString() - Method in class org.eclipse.aether.util.version.UnionVersionRange
 
toString() - Method in interface org.eclipse.aether.version.Version
Gets the original string representation of the version.
toString() - Method in class org.eclipse.aether.version.VersionRange.Bound
 
totalConflictItems - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
Stats counter.
touchArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Updates the timestamp for the artifact contained in the update check.
touchArtifact(RepositorySystemSession, UpdateCheck<Artifact, ArtifactTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
touchMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in interface org.eclipse.aether.impl.UpdateCheckManager
Updates the timestamp for the metadata contained in the update check.
touchMetadata(RepositorySystemSession, UpdateCheck<Metadata, MetadataTransferException>) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
toUri(String) - Method in class org.eclipse.aether.internal.impl.Maven2RepositoryLayoutFactory.Maven2RepositoryLayout
 
toVersionlessId(String, String, String, String) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>].
toVersionlessId(Artifact) - Static method in class org.eclipse.aether.util.artifact.ArtifactIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>].
trace - Variable in class org.eclipse.aether.collection.CollectRequest
 
trace - Variable in class org.eclipse.aether.deployment.DeployRequest
 
trace - Variable in class org.eclipse.aether.installation.InstallRequest
 
trace - Variable in class org.eclipse.aether.internal.impl.ArtifactRequestBuilder
 
trace - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
trace - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
trace - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
 
trace - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver.ResolveTask
 
trace - Variable in class org.eclipse.aether.RepositoryEvent.Builder
 
trace - Variable in class org.eclipse.aether.RepositoryEvent
 
trace - Variable in class org.eclipse.aether.resolution.ArtifactDescriptorRequest
 
trace - Variable in class org.eclipse.aether.resolution.ArtifactRequest
 
trace - Variable in class org.eclipse.aether.resolution.DependencyRequest
 
trace - Variable in class org.eclipse.aether.resolution.MetadataRequest
 
trace - Variable in class org.eclipse.aether.resolution.VersionRangeRequest
 
trace - Variable in class org.eclipse.aether.resolution.VersionRequest
 
trace - Variable in class org.eclipse.aether.spi.connector.Transfer
 
trace - Variable in class org.eclipse.aether.transfer.TransferResource
 
trackingFileManager - Variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
trackingFileManager - Variable in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
trackingFileManager - Variable in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManagerFactory
 
TrackingFileManager - Interface in org.eclipse.aether.internal.impl
Manages access to a properties file.
trackingFilename - Variable in class org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
 
transfer - Variable in class org.eclipse.aether.connector.basic.TransferTransportListener
 
transfer - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer.ArtifactUploadListener
 
transfer - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer.MetadataUploadListener
 
Transfer - Class in org.eclipse.aether.spi.connector
An artifact/metadata transfer.
Transfer() - Constructor for class org.eclipse.aether.spi.connector.Transfer
 
TransferCancelledException - Exception in org.eclipse.aether.transfer
Thrown in case an upload/download was cancelled (e.g.
TransferCancelledException() - Constructor for exception org.eclipse.aether.transfer.TransferCancelledException
Creates a new exception with a stock detail message.
TransferCancelledException(String) - Constructor for exception org.eclipse.aether.transfer.TransferCancelledException
Creates a new exception with the specified detail message.
TransferCancelledException(String, Throwable) - Constructor for exception org.eclipse.aether.transfer.TransferCancelledException
Creates a new exception with the specified detail message and cause.
transferCorrupted(Exception) - Method in class org.eclipse.aether.connector.basic.TransferTransportListener
 
transferCorrupted(TransferEvent) - Method in class org.eclipse.aether.internal.impl.SafeTransferListener
 
transferCorrupted(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferCorrupted(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener that a checksum validation failed.
transferCorrupted(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
TransferEvent - Class in org.eclipse.aether.transfer
An event fired to a transfer listener during an artifact/metadata transfer.
TransferEvent(TransferEvent.Builder) - Constructor for class org.eclipse.aether.transfer.TransferEvent
 
TransferEvent.Builder - Class in org.eclipse.aether.transfer
A builder to create transfer events.
TransferEvent.EventType - Enum Class in org.eclipse.aether.transfer
The type of the event.
TransferEvent.RequestType - Enum Class in org.eclipse.aether.transfer
The type of the request/transfer being performed.
transferFailed(Exception, int) - Method in class org.eclipse.aether.connector.basic.ArtifactTransportListener
 
transferFailed(Exception, int) - Method in class org.eclipse.aether.connector.basic.MetadataTransportListener
 
transferFailed(Exception, int) - Method in class org.eclipse.aether.connector.basic.TransferTransportListener
 
transferFailed(TransferEvent) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.ArtifactUploadListener
 
transferFailed(TransferEvent) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.MetadataUploadListener
 
transferFailed(TransferEvent) - Method in class org.eclipse.aether.internal.impl.SafeTransferListener
 
transferFailed(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferFailed(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about the unsuccessful termination of a transfer.
transferFailed(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
transferInitiated() - Method in class org.eclipse.aether.connector.basic.TransferTransportListener
 
transferInitiated(TransferEvent) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.ArtifactUploadListener
 
transferInitiated(TransferEvent) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.MetadataUploadListener
 
transferInitiated(TransferEvent) - Method in class org.eclipse.aether.internal.impl.SafeTransferListener
 
transferInitiated(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferInitiated(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about the initiation of a transfer.
transferInitiated(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
transferListener - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
TransferListener - Interface in org.eclipse.aether.transfer
A listener being notified of artifact/metadata transfers from/to remote repositories.
transferProgress(TransferEvent, byte[], int) - Method in class org.eclipse.aether.transport.wagon.WagonTransferListener
 
transferProgressed(TransferEvent) - Method in class org.eclipse.aether.internal.impl.SafeTransferListener
 
transferProgressed(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferProgressed(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about some progress in the data transfer.
transferProgressed(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
transferredBytes - Variable in class org.eclipse.aether.transfer.TransferEvent.Builder
 
transferredBytes - Variable in class org.eclipse.aether.transfer.TransferEvent
 
TransferResource - Class in org.eclipse.aether.transfer
Describes a resource being uploaded or downloaded by the repository system.
TransferResource(String, String, File, RequestTrace) - Constructor for class org.eclipse.aether.transfer.TransferResource
TransferResource(String, String, String, File, RequestTrace) - Constructor for class org.eclipse.aether.transfer.TransferResource
Creates a new transfer resource with the specified properties.
transferStarted(TransferEvent) - Method in class org.eclipse.aether.transport.wagon.WagonTransferListener
 
transferStarted(TransferEvent) - Method in class org.eclipse.aether.internal.impl.SafeTransferListener
 
transferStarted(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferStarted(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about the start of a data transfer.
transferStarted(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
transferSucceeded() - Method in class org.eclipse.aether.connector.basic.TransferTransportListener
 
transferSucceeded(TransferEvent) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.ArtifactUploadListener
 
transferSucceeded(TransferEvent) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer.MetadataUploadListener
 
transferSucceeded(TransferEvent) - Method in class org.eclipse.aether.internal.impl.SafeTransferListener
 
transferSucceeded(TransferEvent) - Method in class org.eclipse.aether.transfer.AbstractTransferListener
 
transferSucceeded(TransferEvent) - Method in interface org.eclipse.aether.transfer.TransferListener
Notifies the listener about the successful completion of a transfer.
transferSucceeded(TransferEvent) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
 
TransferTransportListener<T extends Transfer> - Class in org.eclipse.aether.connector.basic
 
TransferTransportListener(T, TransferEvent.Builder) - Constructor for class org.eclipse.aether.connector.basic.TransferTransportListener
 
transformArtifact(Artifact) - Method in interface org.eclipse.aether.impl.MetadataGenerator
Enables the metadata generator to transform the specified artifact.
transformArtifact(Artifact) - Method in interface org.eclipse.aether.transform.FileTransformer
Transform the target location
TransformationContextKeys - Class in org.eclipse.aether.util.graph.transformer
A collection of keys used by the dependency graph transformers when exchanging information via the graph transformation context.
TransformationContextKeys() - Constructor for class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
 
transformData(File) - Method in interface org.eclipse.aether.transform.FileTransformer
Transform the data
transformers - Variable in class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
 
TransformException - Exception in org.eclipse.aether.transform
Thrown when transformation failed.
TransformException() - Constructor for exception org.eclipse.aether.transform.TransformException
Creates a new exception with default detail message.
TransformException(String) - Constructor for exception org.eclipse.aether.transform.TransformException
Creates a new exception with the specified detail message.
TransformException(String, Throwable) - Constructor for exception org.eclipse.aether.transform.TransformException
Creates a new exception with the specified detail message and cause.
TransformException(Throwable) - Constructor for exception org.eclipse.aether.transform.TransformException
Creates a new exception with the specified cause.
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in interface org.eclipse.aether.collection.DependencyGraphTransformer
Transforms the dependency graph denoted by the specified root node.
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictMarker
After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group.
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.JavaDependencyContextRefiner
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.NoopDependencyGraphTransformer
 
transitive - Variable in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
 
TransitiveDependencyManager - Class in org.eclipse.aether.util.graph.manager
A dependency manager managing transitive dependencies supporting transitive dependency management.
TransitiveDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
Creates a new dependency manager without any management information.
TransitiveDependencyManager(int, Map<Object, String>, Map<Object, String>, Map<Object, Boolean>, Map<Object, String>, Map<Object, Collection<Exclusion>>) - Constructor for class org.eclipse.aether.util.graph.manager.TransitiveDependencyManager
 
TransitiveDependencyManager.Key - Class in org.eclipse.aether.util.graph.manager
 
transporter - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnector
 
Transporter - Interface in org.eclipse.aether.spi.connector.transport
A transporter for a remote repository.
TransporterFactory - Interface in org.eclipse.aether.spi.connector.transport
A factory to create transporters.
transporterProvider - Variable in class org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory
 
TransporterProvider - Interface in org.eclipse.aether.spi.connector.transport
Retrieves a transporter from the installed transporter factories.
TransportListener - Class in org.eclipse.aether.spi.connector.transport
A skeleton class for listeners used to monitor transport operations.
TransportListener() - Constructor for class org.eclipse.aether.spi.connector.transport.TransportListener
Enables subclassing.
transportProgressed(ByteBuffer) - Method in class org.eclipse.aether.connector.basic.TransferTransportListener
 
transportProgressed(ByteBuffer) - Method in class org.eclipse.aether.spi.connector.transport.TransportListener
Notifies the listener about some progress in the data transfer.
transportStarted(long, long) - Method in class org.eclipse.aether.connector.basic.TransferTransportListener
 
transportStarted(long, long) - Method in class org.eclipse.aether.spi.connector.transport.TransportListener
Notifies the listener about the start of the data transfer.
TransportTask - Class in org.eclipse.aether.spi.connector.transport
A transport task.
TransportTask() - Constructor for class org.eclipse.aether.spi.connector.transport.TransportTask
 
traverse - Variable in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
 
traverseDependency(Dependency) - Method in interface org.eclipse.aether.collection.DependencyTraverser
Decides whether the dependencies of the specified dependency should be traversed.
traverseDependency(Dependency) - Method in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
 
traverseDependency(Dependency) - Method in class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser
 
traverseDependency(Dependency) - Method in class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
 
traverser - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.GraphKey
 
traversers - Variable in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
 
TreeDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
A dependency visitor that delegates to another visitor if a node hasn't been visited before.
TreeDependencyVisitor(DependencyVisitor) - Constructor for class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor
Creates a new visitor that delegates to the specified visitor.
trimPadding(List<GenericVersion.Item>) - Static method in class org.eclipse.aether.util.version.GenericVersion
 
tryAcquire(int, long, TimeUnit) - Method in class org.eclipse.aether.named.providers.LocalSemaphoreNamedLockFactory.JVMSemaphore
 
tryAcquire(int, long, TimeUnit) - Method in interface org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock.AdaptedSemaphore
 
tryLock(File) - Static method in class org.eclipse.aether.connector.basic.PartialFile.LockFile
 
type - Variable in class org.eclipse.aether.impl.DefaultServiceLocator.Entry
Deprecated.
 
type - Variable in class org.eclipse.aether.internal.impl.PrioritizedComponent
 
type - Variable in class org.eclipse.aether.metadata.DefaultMetadata
 
type - Variable in class org.eclipse.aether.repository.LocalRepository
 
type - Variable in class org.eclipse.aether.repository.Proxy
 
type - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
type - Variable in class org.eclipse.aether.repository.RemoteRepository
 
type - Variable in class org.eclipse.aether.repository.WorkspaceRepository
 
type - Variable in class org.eclipse.aether.RepositoryEvent.Builder
 
type - Variable in class org.eclipse.aether.RepositoryEvent
 
type - Variable in class org.eclipse.aether.transfer.TransferEvent.Builder
 
type - Variable in class org.eclipse.aether.transfer.TransferEvent
 
type - Variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector.MirrorDef
 
TYPE - Static variable in class org.eclipse.aether.artifact.ArtifactProperties
A high-level characterization of the artifact, e.g.
TYPE - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
TYPE_HTTP - Static variable in class org.eclipse.aether.repository.Proxy
Type denoting a proxy for HTTP transfers.
TYPE_HTTPS - Static variable in class org.eclipse.aether.repository.Proxy
Type denoting a proxy for HTTPS transfers.
types - Variable in class org.eclipse.aether.internal.impl.collect.CachingArtifactTypeRegistry
 
types - Variable in class org.eclipse.aether.util.artifact.SimpleArtifactTypeRegistry
 

U

unavailableArtifacts - Variable in class org.eclipse.aether.internal.test.util.TestLocalRepositoryManager
 
UnionVersionRange - Class in org.eclipse.aether.util.version
A union of version ranges.
UnionVersionRange(Collection<? extends VersionRange>) - Constructor for class org.eclipse.aether.util.version.UnionVersionRange
 
unlock() - Method in interface org.eclipse.aether.named.NamedLock
Unlocks the lock, must be invoked by caller after one of the NamedLock.lockShared(long, TimeUnit) or NamedLock.lockExclusively(long, TimeUnit).
unlock() - Method in class org.eclipse.aether.named.providers.NoopNamedLockFactory.NoopNamedLock
 
unlock() - Method in class org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock
 
unlock() - Method in class org.eclipse.aether.named.support.FileLockNamedLock
 
unlock() - Method in class org.eclipse.aether.named.support.ReadWriteLockNamedLock
 
UnsolvableVersionConflictException - Exception in org.eclipse.aether.collection
Thrown in case of an unsolvable conflict between different version constraints for a dependency.
UnsolvableVersionConflictException(Collection<? extends List<? extends DependencyNode>>) - Constructor for exception org.eclipse.aether.collection.UnsolvableVersionConflictException
Creates a new exception with the specified paths to conflicting nodes in the dependency graph.
unwrap(Exception) - Static method in exception org.eclipse.aether.transport.wagon.WagonCancelledException
 
update(byte...) - Method in class org.eclipse.aether.repository.AuthenticationDigest
Updates the digest with the specified bytes.
update(char...) - Method in class org.eclipse.aether.repository.AuthenticationDigest
Updates the digest with the specified characters.
update(int, String, boolean) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
 
update(File, Map<String, String>) - Method in class org.eclipse.aether.internal.impl.DefaultTrackingFileManager
 
update(File, Map<String, String>) - Method in interface org.eclipse.aether.internal.impl.TrackingFileManager
 
update(String) - Method in class org.eclipse.aether.internal.impl.SimpleDigest
 
update(String...) - Method in class org.eclipse.aether.repository.AuthenticationDigest
Updates the digest with the specified strings.
update(ByteBuffer) - Method in class org.eclipse.aether.connector.basic.ChecksumCalculator.Checksum
 
update(ByteBuffer) - Method in class org.eclipse.aether.connector.basic.ChecksumCalculator
 
UPDATE_POLICY_ALWAYS - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Always update locally cached data.
UPDATE_POLICY_DAILY - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Update locally cached data once a day.
UPDATE_POLICY_INTERVAL - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Update locally cached data every X minutes as given by "interval:X".
UPDATE_POLICY_NEVER - Static variable in class org.eclipse.aether.repository.RepositoryPolicy
Never update locally cached data.
updateCheck - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver.ResolutionItem
 
UpdateCheck<T,E extends RepositoryException> - Class in org.eclipse.aether.impl
A request to check if an update of an artifact/metadata from a remote repository is needed.
UpdateCheck() - Constructor for class org.eclipse.aether.impl.UpdateCheck
Creates an uninitialized update check request.
updateCheckManager - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
updateCheckManager - Variable in class org.eclipse.aether.internal.impl.DefaultDeployer
 
updateCheckManager - Variable in class org.eclipse.aether.internal.impl.DefaultMetadataResolver
 
UpdateCheckManager - Interface in org.eclipse.aether.impl
Determines if updates of artifacts and metadata from remote repositories are needed.
updated - Variable in class org.eclipse.aether.resolution.MetadataResult
 
UPDATED_KEY_SUFFIX - Static variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
updateNodesWithResolvedArtifacts(List<ArtifactResult>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
updatePolicy - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
updatePolicy - Variable in class org.eclipse.aether.repository.RepositoryPolicy
 
updatePolicyAnalyzer - Variable in class org.eclipse.aether.internal.impl.DefaultRemoteRepositoryManager
 
updatePolicyAnalyzer - Variable in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
UpdatePolicyAnalyzer - Interface in org.eclipse.aether.impl
Evaluates update policies.
upload(Collection<MetadataUpload>, RepositorySystemSession, Metadata, RemoteRepository, RepositoryConnector, DefaultDeployer.EventCatapult) - Method in class org.eclipse.aether.internal.impl.DefaultDeployer
 
uploadChecksum(URI, Object) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PutTaskRunner
 
uploadChecksums(File, byte[]) - Method in class org.eclipse.aether.connector.basic.BasicRepositoryConnector.PutTaskRunner
 
upperBound - Variable in class org.eclipse.aether.internal.test.util.TestVersionRange
 
upperBound - Variable in class org.eclipse.aether.util.version.GenericVersionRange
 
upperBound - Variable in class org.eclipse.aether.util.version.UnionVersionRange
 
upperBoundInclusive - Variable in class org.eclipse.aether.internal.test.util.TestVersionRange
 
url - Variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
url - Variable in class org.eclipse.aether.repository.RemoteRepository
 
url - Variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector.MirrorDef
 
URL - Static variable in class org.eclipse.aether.repository.RemoteRepository.Builder
 
URL_PATTERN - Static variable in class org.eclipse.aether.repository.RemoteRepository
 
useInsertionOrder - Variable in class org.eclipse.aether.internal.impl.PrioritizedComponents
 
USER_AGENT - Static variable in class org.eclipse.aether.ConfigurationProperties
The user agent that repository connectors should report to servers.
USERNAME - Static variable in class org.eclipse.aether.repository.AuthenticationContext
The key used to store the username.
userProperties - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
userPropertiesView - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
utilGet(GetTask, InputStream, boolean, long, boolean) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Performs stream-based I/O for the specified download task and notifies the configured transport listener.
utilPut(PutTask, OutputStream, boolean) - Method in class org.eclipse.aether.spi.connector.transport.AbstractTransporter
Performs stream-based I/O for the specified upload task and notifies the configured transport listener.
Utils - Class in org.eclipse.aether.internal.impl
Internal utility methods.
Utils() - Constructor for class org.eclipse.aether.internal.impl.Utils
 

V

validate(Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
validateExternalChecksums(Map<String, ?>) - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
validateInlinedChecksums(Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.aether.connector.basic.ChecksumValidator
 
validatePolicy(String, String) - Static method in class org.eclipse.aether.internal.impl.DefaultChecksumPolicyProvider
 
validateRepositories(List<RemoteRepository>) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
validateSession(RepositorySystemSession) - Method in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
value - Variable in class org.eclipse.aether.util.repository.ComponentAuthentication
 
value - Variable in class org.eclipse.aether.util.repository.SecretAuthentication
 
value - Variable in class org.eclipse.aether.util.repository.StringAuthentication
 
value - Variable in class org.eclipse.aether.util.version.GenericVersion.Item
 
valueOf(String) - Static method in enum class org.eclipse.aether.internal.test.util.IniArtifactDataReader.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.aether.metadata.Metadata.Nature
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.aether.named.support.ReadWriteLockNamedLock.Step
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.aether.RepositoryEvent.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.aether.transfer.TransferEvent.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.aether.transfer.TransferEvent.RequestType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.eclipse.aether.internal.test.util.IniArtifactDataReader.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.aether.metadata.Metadata.Nature
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.aether.named.support.ReadWriteLockNamedLock.Step
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.aether.RepositoryEvent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.aether.transfer.TransferEvent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.aether.transfer.TransferEvent.RequestType
Returns an array containing the constants of this enum class, in the order they are declared.
verbose - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
Flag whether we should keep losers in the graph to enable visualization/troubleshooting of conflicts.
verify(String, URI) - Static method in class org.eclipse.aether.spi.connector.layout.RepositoryLayout.Checksum
 
version - Variable in class org.eclipse.aether.artifact.DefaultArtifact
 
version - Variable in class org.eclipse.aether.collection.DependencyManagement
 
version - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
version - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.Constraint.VersionRepo
 
version - Variable in class org.eclipse.aether.internal.test.util.ArtifactDefinition
 
version - Variable in class org.eclipse.aether.internal.test.util.IniArtifactDataReader.Definition
 
version - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
version - Variable in class org.eclipse.aether.internal.test.util.TestVersion
 
version - Variable in class org.eclipse.aether.internal.test.util.TestVersionConstraint
 
version - Variable in class org.eclipse.aether.metadata.DefaultMetadata
 
version - Variable in class org.eclipse.aether.resolution.VersionResult
 
version - Variable in class org.eclipse.aether.util.version.GenericVersion.Tokenizer
 
version - Variable in class org.eclipse.aether.util.version.GenericVersion
 
version - Variable in class org.eclipse.aether.util.version.GenericVersionConstraint
 
version - Variable in exception org.eclipse.aether.version.InvalidVersionSpecificationException
 
version - Variable in class org.eclipse.aether.version.VersionRange.Bound
 
version(String) - Method in class org.eclipse.aether.internal.test.util.NodeBuilder
 
Version - Interface in org.eclipse.aether.version
A parsed artifact version.
versionConstraint - Variable in class org.eclipse.aether.graph.DefaultDependencyNode
 
versionConstraint - Variable in class org.eclipse.aether.internal.impl.collect.DataPool.Constraint
 
versionConstraint - Variable in class org.eclipse.aether.resolution.VersionRangeResult
 
VersionConstraint - Interface in org.eclipse.aether.version
A constraint on versions for a dependency.
versionContext - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.Args
 
versionFilter - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
VersionFilter - Interface in org.eclipse.aether.collection
Decides which versions matching a version range should actually be considered for the dependency graph.
VersionFilter.VersionFilterContext - Interface in org.eclipse.aether.collection
A context used during version filtering to hold relevant data.
VersionRange - Interface in org.eclipse.aether.version
A range of versions.
VersionRange.Bound - Class in org.eclipse.aether.version
A bound of a version range.
VersionRangeRequest - Class in org.eclipse.aether.resolution
A request to resolve a version range.
VersionRangeRequest() - Constructor for class org.eclipse.aether.resolution.VersionRangeRequest
Creates an uninitialized request.
VersionRangeRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.VersionRangeRequest
Creates a request with the specified properties.
VersionRangeResolutionException - Exception in org.eclipse.aether.resolution
Thrown in case of an unparseable or unresolvable version range.
VersionRangeResolutionException(VersionRangeResult) - Constructor for exception org.eclipse.aether.resolution.VersionRangeResolutionException
Creates a new exception with the specified result.
VersionRangeResolutionException(VersionRangeResult, String) - Constructor for exception org.eclipse.aether.resolution.VersionRangeResolutionException
Creates a new exception with the specified result and detail message.
VersionRangeResolutionException(VersionRangeResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.VersionRangeResolutionException
Creates a new exception with the specified result, detail message and cause.
versionRangeResolver - Variable in class org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector
 
versionRangeResolver - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
VersionRangeResolver - Interface in org.eclipse.aether.impl
Parses and evaluates version ranges encountered in dependency declarations.
VersionRangeResult - Class in org.eclipse.aether.resolution
The result of a version range resolution request.
VersionRangeResult(VersionRangeRequest) - Constructor for class org.eclipse.aether.resolution.VersionRangeResult
Creates a new result for the specified request.
VersionRepo(Version, ArtifactRepository) - Constructor for class org.eclipse.aether.internal.impl.collect.DataPool.Constraint.VersionRepo
 
VersionRequest - Class in org.eclipse.aether.resolution
A request to resolve a metaversion.
VersionRequest() - Constructor for class org.eclipse.aether.resolution.VersionRequest
Creates an uninitialized request.
VersionRequest(Artifact, List<RemoteRepository>, String) - Constructor for class org.eclipse.aether.resolution.VersionRequest
Creates a request with the specified properties.
VersionResolutionException - Exception in org.eclipse.aether.resolution
Thrown in case of an unresolvable metaversion.
VersionResolutionException(VersionResult) - Constructor for exception org.eclipse.aether.resolution.VersionResolutionException
Creates a new exception with the specified result.
VersionResolutionException(VersionResult, String) - Constructor for exception org.eclipse.aether.resolution.VersionResolutionException
Creates a new exception with the specified result and detail message.
VersionResolutionException(VersionResult, String, Throwable) - Constructor for exception org.eclipse.aether.resolution.VersionResolutionException
Creates a new exception with the specified result, detail message and cause.
versionResolver - Variable in class org.eclipse.aether.internal.impl.DefaultArtifactResolver
 
versionResolver - Variable in class org.eclipse.aether.internal.impl.DefaultRepositorySystem
 
VersionResolver - Interface in org.eclipse.aether.impl
Evaluates artifact meta/pseudo versions.
VersionResult - Class in org.eclipse.aether.resolution
The result of a version resolution request.
VersionResult(VersionRequest) - Constructor for class org.eclipse.aether.resolution.VersionResult
Creates a new result for the specified request.
versions - Variable in exception org.eclipse.aether.collection.UnsolvableVersionConflictException
 
versions - Variable in class org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
 
versions - Variable in class org.eclipse.aether.internal.test.util.TestVersionFilterContext
 
versions - Variable in class org.eclipse.aether.resolution.VersionRangeResult
 
versionScheme - Variable in class org.eclipse.aether.internal.test.util.DependencyGraphParser
 
versionScheme - Variable in class org.eclipse.aether.internal.test.util.NodeBuilder
 
versionScheme - Variable in class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter
 
VersionScheme - Interface in org.eclipse.aether.version
A version scheme that handles interpretation of version strings to facilitate their comparison.
versionSelector - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
The effective version selector, i.e.
versionSelector - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
 
VersionSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
 
visitedNodes - Variable in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
 
visitedNodes - Variable in class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor
 
visitEnter(DependencyNode) - Method in interface org.eclipse.aether.graph.DependencyVisitor
Notifies the visitor of a node visit before its children have been processed.
visitEnter(DependencyNode) - Method in class org.eclipse.aether.internal.impl.ArtifactRequestBuilder
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PostorderNodeListGenerator
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PreorderNodeListGenerator
 
visitEnter(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor
 
visitLeave(DependencyNode) - Method in interface org.eclipse.aether.graph.DependencyVisitor
Notifies the visitor of a node visit after its children have been processed.
visitLeave(DependencyNode) - Method in class org.eclipse.aether.internal.impl.ArtifactRequestBuilder
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PostorderNodeListGenerator
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.PreorderNodeListGenerator
 
visitLeave(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor
 
visitor - Variable in class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor
 
visitor - Variable in class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor
 
visits - Variable in class org.eclipse.aether.util.graph.visitor.PostorderNodeListGenerator
 
visits - Variable in class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor
 

W

wagonAuth - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
WagonCancelledException - Exception in org.eclipse.aether.transport.wagon
Unchecked exception to allow the checked TransferCancelledException to bubble up from a wagon.
WagonCancelledException(TransferCancelledException) - Constructor for exception org.eclipse.aether.transport.wagon.WagonCancelledException
 
WagonComponentConfigurator() - Constructor for class org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator.WagonComponentConfigurator
 
wagonConfigurator - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
wagonConfigurator - Variable in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
 
WagonConfigurator - Interface in org.eclipse.aether.transport.wagon
A component to configure wagon instances with provider-specific parameters.
wagonHint - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
wagonProvider - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
wagonProvider - Variable in class org.eclipse.aether.transport.wagon.WagonTransporterFactory
 
WagonProvider - Interface in org.eclipse.aether.transport.wagon
A component to acquire and release wagon instances for uploads/downloads.
wagonProxy - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
wagonRepo - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
wagons - Variable in class org.eclipse.aether.transport.wagon.WagonTransporter
 
WagonTransferListener - Class in org.eclipse.aether.transport.wagon
A wagon transfer listener that forwards events to a transport listener.
WagonTransferListener(TransportListener) - Constructor for class org.eclipse.aether.transport.wagon.WagonTransferListener
 
WagonTransporter - Class in org.eclipse.aether.transport.wagon
A transporter using Maven Wagon.
WagonTransporter(WagonProvider, WagonConfigurator, RemoteRepository, RepositorySystemSession) - Constructor for class org.eclipse.aether.transport.wagon.WagonTransporter
 
WagonTransporter.GetTaskRunner - Class in org.eclipse.aether.transport.wagon
 
WagonTransporter.PeekTaskRunner - Class in org.eclipse.aether.transport.wagon
 
WagonTransporter.PutTaskRunner - Class in org.eclipse.aether.transport.wagon
 
WagonTransporter.TaskRunner - Interface in org.eclipse.aether.transport.wagon
 
WagonTransporterFactory - Class in org.eclipse.aether.transport.wagon
A transporter factory using Apache Maven Wagon.
WagonTransporterFactory() - Constructor for class org.eclipse.aether.transport.wagon.WagonTransporterFactory
Creates an (uninitialized) instance of this transporter factory.
WagonTransporterFactory(WagonProvider, WagonConfigurator) - Constructor for class org.eclipse.aether.transport.wagon.WagonTransporterFactory
 
warn(String) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLogger
Deprecated.
 
warn(String) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLoggerEx
Deprecated.
 
warn(String) - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory.TestLogger
Deprecated.
 
warn(String) - Method in interface org.eclipse.aether.spi.log.Logger
Deprecated.
Emits the specified message.
warn(String) - Method in class org.eclipse.aether.spi.log.NullLogger
Deprecated.
 
warn(String, Throwable) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLogger
Deprecated.
 
warn(String, Throwable) - Method in class org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory.Slf4jLoggerEx
Deprecated.
 
warn(String, Throwable) - Method in class org.eclipse.aether.internal.test.util.TestLoggerFactory.TestLogger
Deprecated.
 
warn(String, Throwable) - Method in interface org.eclipse.aether.spi.log.Logger
Deprecated.
Emits the specified message along with a stack trace of the given exception.
warn(String, Throwable) - Method in class org.eclipse.aether.spi.log.NullLogger
Deprecated.
 
WarnChecksumPolicy - Class in org.eclipse.aether.internal.impl
WarnChecksumPolicy(TransferResource) - Constructor for class org.eclipse.aether.internal.impl.WarnChecksumPolicy
 
WILDCARD - Static variable in class org.eclipse.aether.util.repository.DefaultMirrorSelector
 
winner - Variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
 
winner - Variable in class org.eclipse.aether.util.graph.transformer.NearestVersionSelector.ConflictGroup
 
winner() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.State
 
WorkerThreadFactory - Class in org.eclipse.aether.util.concurrency
A factory to create worker threads with a given name prefix.
WorkerThreadFactory(String) - Constructor for class org.eclipse.aether.util.concurrency.WorkerThreadFactory
Creates a new thread factory whose threads will have names using the specified prefix.
workspaceReader - Variable in class org.eclipse.aether.DefaultRepositorySystemSession
 
WorkspaceReader - Interface in org.eclipse.aether.repository
Manages a repository backed by the IDE workspace, a build session or a similar ad-hoc collection of artifacts.
WorkspaceRepository - Class in org.eclipse.aether.repository
A repository backed by an IDE workspace, the output of a build session or similar ad-hoc collection of artifacts.
WorkspaceRepository() - Constructor for class org.eclipse.aether.repository.WorkspaceRepository
Creates a new workspace repository of type "workspace" and a random key.
WorkspaceRepository(String) - Constructor for class org.eclipse.aether.repository.WorkspaceRepository
Creates a new workspace repository with the specified type and a random key.
WorkspaceRepository(String, Object) - Constructor for class org.eclipse.aether.repository.WorkspaceRepository
Creates a new workspace repository with the specified type and key.
wrap(Runnable) - Method in class org.eclipse.aether.util.concurrency.RunnableErrorForwarder
Wraps the specified runnable into an equivalent runnable that will allow forwarding of uncaught errors.
wrap(RepositorySystemSession) - Static method in class org.eclipse.aether.internal.impl.SafeTransferListener
 
write(File, InputStream) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
write(File, InputStream) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
write(File, InputStream) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Writes the given stream to a file.
write(File, String) - Method in class org.eclipse.aether.internal.impl.DefaultFileProcessor
 
write(File, String) - Method in class org.eclipse.aether.internal.test.util.TestFileProcessor
 
write(File, String) - Method in interface org.eclipse.aether.spi.io.FileProcessor
Writes the given data to a file.
write(File, String, String, Exception) - Method in class org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
 
writeBytes(File, byte[], int) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
writeProps(File, Properties) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 
writeString(File, String) - Static method in class org.eclipse.aether.internal.test.util.TestFileUtils
 

X

xor(char[]) - Method in class org.eclipse.aether.util.repository.SecretAuthentication
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form