- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.AndDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ExclusionsDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.NotDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.OrDependencyFilter
-
- accept(Artifact) - Method in class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
-
- accept(DependencyNode, List<DependencyNode>) - Method in class org.eclipse.aether.util.filter.ScopeDependencyFilter
-
- add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry
-
Adds the specified artifact type to the registry.
- add(ArtifactType) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
-
Adds the specified artifact type to the registry.
- add(Collection<? extends RepositoryListener>) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Adds the specified listeners to the end of the multicast chain.
- add(RepositoryListener) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Adds the specified listener to the end of the multicast chain.
- add(Collection<? extends TransferListener>) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
-
Adds the specified listeners to the end of the multicast chain.
- add(TransferListener) - Method in class org.eclipse.aether.util.listener.ChainedTransferListener
-
Adds the specified listener to the end of the multicast chain.
- add(String, Authentication) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
-
Adds the specified authentication info for the given repository identifier.
- add(String, String, String, boolean, String, String) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
Adds the specified mirror to this selector.
- add(Proxy, String) - Method in class org.eclipse.aether.util.repository.DefaultProxySelector
-
Adds the specified proxy definition to the selector.
- addCustom(Authentication) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds custom authentication data to the authentication.
- addHostnameVerifier(HostnameVerifier) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds a hostname verifier for SSL.
- addNtlm(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds NTLM data to the authentication.
- addPassword(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds password data to the authentication.
- addPassword(char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds password data to the authentication.
- addPrivateKey(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds private key data to the authentication.
- addPrivateKey(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds private key data to the authentication.
- addSecret(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds sensitive custom string data to the authentication.
- addSecret(String, char[]) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds sensitive custom string data to the authentication.
- addString(String, String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds custom string data to the authentication.
- addUsername(String) - Method in class org.eclipse.aether.util.repository.AuthenticationBuilder
-
Adds username data to the authentication.
- AndDependencyFilter - Class in org.eclipse.aether.util.filter
-
A dependency filter that combines zero or more other filters using a logical AND
.
- AndDependencyFilter(DependencyFilter...) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
-
Creates a new filter from the specified filters.
- AndDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.eclipse.aether.util.filter.AndDependencyFilter
-
Creates a new filter from the specified filters.
- AndDependencySelector - Class in org.eclipse.aether.util.graph.selector
-
A dependency selector that combines zero or more other selectors using a logical AND
.
- AndDependencySelector(DependencySelector...) - Constructor for class org.eclipse.aether.util.graph.selector.AndDependencySelector
-
Creates a new selector from the specified selectors.
- AndDependencySelector(Collection<? extends 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(DependencyTraverser...) - Constructor for class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
-
Creates a new traverser from the specified traversers.
- AndDependencyTraverser(Collection<? extends DependencyTraverser>) - Constructor for class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
-
Creates a new traverser from the specified traversers.
- andFilter(DependencyFilter...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that combines the specified filters using a logical AND
.
- andFilter(Collection<DependencyFilter>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that combines the specified filters using a logical AND
.
- artifactDeployed(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDeploying(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDescriptorInvalid(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDescriptorMissing(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDownloaded(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactDownloading(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- ArtifactIdUtils - Class in org.eclipse.aether.util.artifact
-
A utility class for artifact identifiers.
- artifactInstalled(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactInstalling(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactResolved(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- artifactResolving(RepositoryEvent) - Method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
- 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.
- 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.
- calc(File, Collection<String>) - Static method in class org.eclipse.aether.util.ChecksumUtils
-
Calculates checksums for the specified file.
- ChainedDependencyGraphTransformer - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that chains other transformers.
- ChainedDependencyGraphTransformer(DependencyGraphTransformer...) - Constructor for class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
-
Creates a new transformer that chains the specified transformers.
- ChainedRepositoryListener - Class in org.eclipse.aether.util.listener
-
A repository listener that delegates to zero or more other listeners (multicast).
- ChainedRepositoryListener(RepositoryListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedRepositoryListener(Collection<? extends RepositoryListener>) - Constructor for class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedTransferListener - Class in org.eclipse.aether.util.listener
-
A transfer listener that delegates to zero or more other listeners (multicast).
- ChainedTransferListener(TransferListener...) - Constructor for class org.eclipse.aether.util.listener.ChainedTransferListener
-
Creates a new multicast listener that delegates to the specified listeners.
- ChainedTransferListener(Collection<? extends 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.
- 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.
- ChecksumUtils - Class in org.eclipse.aether.util
-
A utility class to assist in the verification and generation of checksums.
- ClassicDependencyManager - Class in org.eclipse.aether.util.graph.manager
-
A dependency manager that mimics the way Maven 2.x works.
- ClassicDependencyManager() - Constructor for class org.eclipse.aether.util.graph.manager.ClassicDependencyManager
-
Creates a new dependency manager without any management information.
- classpathFilter(String...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
- classpathFilter(Collection<String>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
- clone(DependencyNode) - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
-
Creates a clone of the specified node.
- CloningDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
-
A dependency visitor that constructs a clone of the visited dependency graph.
- CloningDependencyVisitor() - Constructor for class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
-
Creates a new visitor that clones the visited nodes.
- COMPILE - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
-
- 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_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.
- ConfigUtils - Class in org.eclipse.aether.util
-
A utility class to read configuration properties from a repository system session.
- CONFLICT_IDS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
-
The key in the graph transformation context where a Map<DependencyNode, Object>
is stored which maps
dependency nodes to their conflict ids.
- ConflictIdSorter - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that creates a topological sorting of the conflict ids which have been assigned to the
dependency nodes.
- ConflictIdSorter() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictIdSorter
-
- ConflictMarker - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that identifies conflicting dependencies.
- ConflictMarker() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictMarker
-
- ConflictResolver - Class in org.eclipse.aether.util.graph.transformer
-
A dependency graph transformer that resolves version and scope conflicts among dependencies.
- ConflictResolver(ConflictResolver.VersionSelector, ConflictResolver.ScopeSelector, ConflictResolver.OptionalitySelector, ConflictResolver.ScopeDeriver) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver
-
Creates a new conflict resolver instance with the specified hooks.
- ConflictResolver.ConflictContext - Class in org.eclipse.aether.util.graph.transformer
-
A context used to hold information that is relevant for resolving version and scope conflicts.
- ConflictResolver.ConflictContext(DependencyNode, Object, Map<DependencyNode, Object>, Collection<ConflictResolver.ConflictItem>) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Creates a new conflict context.
- ConflictResolver.ConflictItem - Class in org.eclipse.aether.util.graph.transformer
-
A conflicting dependency.
- ConflictResolver.ConflictItem(DependencyNode, DependencyNode, int, int, String...) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Creates a new conflict item with the specified properties.
- ConflictResolver.OptionalitySelector - Class in org.eclipse.aether.util.graph.transformer
-
An extension point of
ConflictResolver
that determines the effective optional flag of a dependency from a
potentially conflicting set of derived optionalities.
- ConflictResolver.OptionalitySelector() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
-
- ConflictResolver.ScopeContext - Class in org.eclipse.aether.util.graph.transformer
-
A context used to hold information that is relevant for deriving the scope of a child dependency.
- ConflictResolver.ScopeContext(String, String) - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Creates a new scope context with the specified properties.
- ConflictResolver.ScopeDeriver - Class in org.eclipse.aether.util.graph.transformer
-
An extension point of
ConflictResolver
that determines the scope of a dependency in relation to the scope
of its parent.
- ConflictResolver.ScopeDeriver() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
-
- ConflictResolver.ScopeSelector - Class in org.eclipse.aether.util.graph.transformer
-
- ConflictResolver.ScopeSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
-
- ConflictResolver.VersionSelector - Class in org.eclipse.aether.util.graph.transformer
-
An extension point of
ConflictResolver
that determines the winner among conflicting dependencies.
- ConflictResolver.VersionSelector() - Constructor for class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
-
- 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.
- 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.
- 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.
- GenericVersionScheme - Class in org.eclipse.aether.util.version
-
A version scheme using a generic version syntax and common sense sorting.
- GenericVersionScheme() - Constructor for class org.eclipse.aether.util.version.GenericVersionScheme
-
Creates a new instance of the version scheme for parsing versions.
- get(String) - Method in class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry
-
- 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 class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
-
- getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector
-
- getAuthentication(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultAuthenticationSelector
-
- 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.
- getChildScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Gets the original scope of the child dependency.
- getClassifier() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getClassifier() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getDependency() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the dependency involved in the conflict, short for getNode.getDependency()
.
- 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.
- getExtension() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getExtension() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getFile() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getFile() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getFilter() - Method in class org.eclipse.aether.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 class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getGroupId() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
-
Retrieves the optionality selector for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
-
Retrieves the scope deriver for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
-
Retrieves the scope selector for use during the specified graph transformation.
- getInstance(DependencyNode, DependencyGraphTransformationContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.VersionSelector
-
Retrieves the version selector for use during the specified graph transformation.
- getInteger(Map<?, ?>, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getInteger(RepositorySystemSession, int, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getItems() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Gets the collection of conflict items in this context.
- 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.
- 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.
- 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.
- getMetadataPolicy(RepositorySystemSession, ResolutionErrorPolicyRequest<Metadata>) - Method in class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy
-
- getMirror(RemoteRepository) - Method in class org.eclipse.aether.util.repository.DefaultMirrorSelector
-
- getNode() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Gets the dependency node involved in the conflict.
- getObject(Map<?, ?>, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getObject(RepositorySystemSession, Object, String...) - Static method in class org.eclipse.aether.util.ConfigUtils
-
Gets the specified configuration property.
- getOptional() - Method in class org.eclipse.aether.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.
- getParentScope() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Gets the scope of the parent dependency.
- getPaths() - Method in class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
-
Gets the paths leading to nodes matching the filter that have been recorded during the graph visit.
- getPolicy(RepositorySystemSession, ArtifactDescriptorPolicyRequest) - Method in class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy
-
- getPremanagedOptional(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the optional flag of the specified dependency node before dependency management was applied (if any).
- getPremanagedScope(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the scope of the specified dependency node before dependency management was applied (if any).
- getPremanagedVersion(DependencyNode) - Static method in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
Gets the version or version range of the specified dependency node before dependency management was applied (if
any).
- 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.util.artifact.DelegatingArtifact
-
- 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
-
- getRepository() - Method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
-
- getRoot() - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Gets the root node of the dependency graph being transformed.
- getRootNode() - Method in class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor
-
Gets the root node of the cloned dependency graph.
- 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.
- 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.
- getVersion() - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- getVersion() - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- 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.
- 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.
- newInstance(Artifact) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
Creates a new artifact instance that delegates to the specified artifact.
- newInstance(DependencyFilter, DependencyFilter) - Static method in class org.eclipse.aether.util.filter.AndDependencyFilter
-
Creates a new filter from the specified filters.
- newInstance(DependencyFilter, DependencyFilter) - Static method in class org.eclipse.aether.util.filter.OrDependencyFilter
-
Creates a new filter from the specified filters.
- newInstance(DependencySelector, DependencySelector) - Static method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
-
Creates a new selector from the specified selectors.
- newInstance(DependencyGraphTransformer, DependencyGraphTransformer) - Static method in class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer
-
Creates a new transformer that chains the specified transformers or simply returns one of them if the other one
is null
.
- newInstance(DependencyTraverser, DependencyTraverser) - Static method in class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser
-
Creates a new traverser from the specified traversers.
- newInstance(VersionFilter, VersionFilter) - Static method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
-
Chains the specified version filters.
- newInstance(VersionFilter...) - Static method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
-
Chains the specified version filters.
- newInstance(Collection<? extends VersionFilter>) - Static method in class org.eclipse.aether.util.graph.version.ChainedVersionFilter
-
Chains the specified version filters.
- newInstance(RepositoryListener, RepositoryListener) - Static method in class org.eclipse.aether.util.listener.ChainedRepositoryListener
-
Creates a new multicast listener that delegates to the specified listeners.
- newInstance(TransferListener, TransferListener) - Static method in class org.eclipse.aether.util.listener.ChainedTransferListener
-
Creates a new multicast listener that delegates to the specified listeners.
- newInstance(WorkspaceReader, WorkspaceReader) - Static method in class org.eclipse.aether.util.repository.ChainedWorkspaceReader
-
Creates a new workspace reader by chaining the specified readers.
- newThread(Runnable) - Method in class org.eclipse.aether.util.concurrency.WorkerThreadFactory
-
- NODE_DATA_ORIGINAL_OPTIONALITY - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
-
The key in the dependency node's custom data
under which the optional flag of
the dependency before derivation and conflict resolution is stored.
- NODE_DATA_ORIGINAL_SCOPE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
-
The key in the dependency node's custom data
under which the scope of the
dependency before scope derivation and conflict resolution is stored.
- NODE_DATA_PREMANAGED_OPTIONAL - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
The key in the dependency node's custom data
under which the original optional
flag is stored.
- NODE_DATA_PREMANAGED_SCOPE - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
The key in the dependency node's custom data
under which the original scope is
stored.
- NODE_DATA_PREMANAGED_VERSION - Static variable in class org.eclipse.aether.util.graph.manager.DependencyManagerUtils
-
The key in the dependency node's custom data
under which the original version is
stored.
- NODE_DATA_WINNER - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver
-
The key in the dependency node's custom data
under which a reference to the
DependencyNode
which has won the conflict is stored.
- 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.
- 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.
- OPTIONAL_FALSE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Bit flag indicating whether one or more paths consider the dependency non-optional.
- OPTIONAL_TRUE - Static variable in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
-
Bit flag indicating whether one or more paths consider the dependency optional.
- OptionalDependencySelector - Class in org.eclipse.aether.util.graph.selector
-
A dependency selector that excludes optional dependencies which occur beyond level one of the dependency graph.
- OptionalDependencySelector() - Constructor for class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
-
Creates a new selector to exclude optional transitive dependencies.
- OrDependencyFilter - Class in org.eclipse.aether.util.filter
-
A dependency filter that combines zero or more other filters using a logical OR
.
- OrDependencyFilter(DependencyFilter...) - Constructor for class org.eclipse.aether.util.filter.OrDependencyFilter
-
Creates a new filter from the specified filters.
- OrDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.eclipse.aether.util.filter.OrDependencyFilter
-
Creates a new filter from the specified filters.
- orFilter(DependencyFilter...) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that combines the specified filters using a logical OR
.
- orFilter(Collection<DependencyFilter>) - Static method in class org.eclipse.aether.util.filter.DependencyFilterUtils
-
Creates a new filter that combines the specified filters using a logical OR
.
- org.eclipse.aether.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.
- 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.
- parseVersion(String) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
-
- parseVersionConstraint(String) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
-
- parseVersionRange(String) - Method in class org.eclipse.aether.util.version.GenericVersionScheme
-
- PathRecordingDependencyVisitor - Class in org.eclipse.aether.util.graph.visitor
-
A dependency visitor that records all paths leading to nodes matching a certain filter criteria.
- PathRecordingDependencyVisitor(DependencyFilter) - Constructor for class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
-
Creates a new visitor that uses the specified filter to identify terminal nodes of interesting paths.
- PathRecordingDependencyVisitor(DependencyFilter, boolean) - Constructor for class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor
-
Creates a new visitor that uses the specified filter to identify terminal nodes of interesting paths.
- PatternExclusionsDependencyFilter - Class in org.eclipse.aether.util.filter
-
A simple filter to exclude artifacts from a list of patterns.
- PatternExclusionsDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
-
Creates a new filter using the specified patterns.
- PatternExclusionsDependencyFilter(VersionScheme, String...) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
-
Creates a new filter using the specified patterns.
- PatternExclusionsDependencyFilter(Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
-
Creates a new filter using the specified patterns.
- PatternExclusionsDependencyFilter(VersionScheme, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter
-
Creates a new filter using the specified patterns and VersionScheme
.
- PatternInclusionsDependencyFilter - Class in org.eclipse.aether.util.filter
-
A simple filter to include artifacts from a list of patterns.
- PatternInclusionsDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
-
Creates a new filter using the specified patterns.
- PatternInclusionsDependencyFilter(VersionScheme, String...) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
-
Creates a new filter using the specified patterns.
- PatternInclusionsDependencyFilter(Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
-
Creates a new filter using the specified patterns.
- PatternInclusionsDependencyFilter(VersionScheme, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter
-
Creates a new filter using the specified patterns and VersionScheme
.
- PostorderNodeListGenerator - Class in org.eclipse.aether.util.graph.visitor
-
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in postorder.
- PostorderNodeListGenerator() - Constructor for class org.eclipse.aether.util.graph.visitor.PostorderNodeListGenerator
-
Creates a new postorder list generator.
- PreorderNodeListGenerator - Class in org.eclipse.aether.util.graph.visitor
-
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in preorder.
- PreorderNodeListGenerator() - Constructor for class org.eclipse.aether.util.graph.visitor.PreorderNodeListGenerator
-
Creates a new preorder list generator.
- PROVIDED - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
-
- ScopeDependencyFilter - Class in org.eclipse.aether.util.filter
-
A dependency filter based on dependency scopes.
- ScopeDependencyFilter(Collection<String>, Collection<String>) - Constructor for class org.eclipse.aether.util.filter.ScopeDependencyFilter
-
Creates a new filter using the specified includes and excludes.
- ScopeDependencyFilter(String...) - Constructor for class org.eclipse.aether.util.filter.ScopeDependencyFilter
-
Creates a new filter using the specified excludes.
- ScopeDependencySelector - Class in org.eclipse.aether.util.graph.selector
-
A dependency selector that filters transitive dependencies based on their scope.
- ScopeDependencySelector(Collection<String>, Collection<String>) - Constructor for class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
-
Creates a new selector using the specified includes and excludes.
- ScopeDependencySelector(String...) - Constructor for class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
-
Creates a new selector using the specified excludes.
- selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.AndDependencySelector
-
- selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
-
- selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.OptionalDependencySelector
-
- selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.ScopeDependencySelector
-
- selectDependency(Dependency) - Method in class org.eclipse.aether.util.graph.selector.StaticDependencySelector
-
- selectOptionality(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.OptionalitySelector
-
- selectOptionality(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.SimpleOptionalitySelector
-
- selectScope(ConflictResolver.ConflictContext) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeSelector
-
- 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
-
- setDerivedScope(String) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeContext
-
Sets the derived scope of the child dependency.
- setFile(File) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- setFile(File) - Method in class org.eclipse.aether.util.artifact.SubArtifact
-
- setOptional(Boolean) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Sets the effective optional flag of the winning dependency.
- 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
-
- setScope(String) - Method in class org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictContext
-
Sets the effective scope of the winning dependency.
- setVersion(String) - Method in class org.eclipse.aether.util.artifact.DelegatingArtifact
-
- 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.
- 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.
- SimpleOptionalitySelector - Class in org.eclipse.aether.util.graph.transformer
-
- 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.
- 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.
- StaticDependencySelector - Class in org.eclipse.aether.util.graph.selector
-
A dependency selector that always includes or excludes dependencies.
- StaticDependencySelector(boolean) - Constructor for class org.eclipse.aether.util.graph.selector.StaticDependencySelector
-
Creates a new selector with the specified selection behavior.
- StaticDependencyTraverser - Class in org.eclipse.aether.util.graph.traverser
-
A dependency traverser which always or never traverses children.
- StaticDependencyTraverser(boolean) - Constructor for class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser
-
Creates a new traverser with the specified traversal behavior.
- STATS - Static variable in class org.eclipse.aether.util.graph.transformer.TransformationContextKeys
-
The key in the graph transformation context where a Map<String, Object>
is stored that can be used to
include some runtime/performance stats in the debug log.
- StringUtils - Class in org.eclipse.aether.util
-
A utility class to ease string processing.
- SubArtifact - Class in org.eclipse.aether.util.artifact
-
An artifact whose identity is derived from another artifact.
- SubArtifact(Artifact, String, String) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
-
Creates a new sub artifact.
- SubArtifact(Artifact, String, String, File) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
-
Creates a new sub artifact.
- SubArtifact(Artifact, String, String, Map<String, String>) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
-
Creates a new sub artifact.
- SubArtifact(Artifact, String, String, Map<String, String>, File) - Constructor for class org.eclipse.aether.util.artifact.SubArtifact
-
Creates a new sub artifact.
- SYSTEM - Static variable in class org.eclipse.aether.util.artifact.JavaScopes
-