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

A

AbstractArtifact - Class in org.sonatype.aether.util.artifact
A skeleton class for artifacts that implements Object.equals(Object), Object.hashCode() and Object.toString().
AbstractArtifact() - Constructor for class org.sonatype.aether.util.artifact.AbstractArtifact
 
AbstractDepthFirstNodeListGenerator - Class in org.sonatype.aether.util.graph
Abstract base class for depth first dependency tree traversers.
AbstractDepthFirstNodeListGenerator() - Constructor for class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
 
AbstractRepositoryListener - Class in org.sonatype.aether.util.listener
Deprecated. As of version 1.8, use AbstractRepositoryListener instead.
AbstractRepositoryListener() - Constructor for class org.sonatype.aether.util.listener.AbstractRepositoryListener
Deprecated.  
AbstractTransferListener - Class in org.sonatype.aether.util.listener
Deprecated. As of version 1.8, use AbstractTransferListener instead.
AbstractTransferListener() - Constructor for class org.sonatype.aether.util.listener.AbstractTransferListener
Deprecated.  
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.AndDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.ExclusionsDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.NotDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.OrDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.PatternExclusionsDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
 
accept(DependencyNode, List<DependencyNode>) - Method in class org.sonatype.aether.util.filter.ScopeDependencyFilter
 
accept(DependencyVisitor) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
add(ArtifactType) - Method in class org.sonatype.aether.util.artifact.DefaultArtifactTypeRegistry
Adds the specified artifact type to the registry.
add(ArtifactType) - Method in class org.sonatype.aether.util.artifact.OverlayArtifactTypeRegistry
 
add(Collection<RepositoryListener>) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
Adds the specified listeners to the end of the multicast chain.
add(RepositoryListener) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
Adds the specified listener to the end of the multicast chain.
add(Collection<TransferListener>) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
Adds the specified listeners to the end of the multicast chain.
add(TransferListener) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
Adds the specified listener to the end of the multicast chain.
add(String, Authentication) - Method in class org.sonatype.aether.util.repository.DefaultAuthenticationSelector
Adds the specified authentication info for the given repository identifier.
add(String, String, String, boolean, String, String) - Method in class org.sonatype.aether.util.repository.DefaultMirrorSelector
Adds the specified mirror to this selector.
add(Proxy, String) - Method in class org.sonatype.aether.util.repository.DefaultProxySelector
Adds the specified proxy definition to the selector.
AndDependencyFilter - Class in org.sonatype.aether.util.filter
A dependency filter that combines zero or more other filters using a logical AND.
AndDependencyFilter(DependencyFilter...) - Constructor for class org.sonatype.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
AndDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.sonatype.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
AndDependencySelector - Class in org.sonatype.aether.util.graph.selector
A dependency selector that combines zero or more other selectors using a logical AND.
AndDependencySelector(DependencySelector...) - Constructor for class org.sonatype.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
AndDependencySelector(Set<DependencySelector>) - Constructor for class org.sonatype.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
andFilter(DependencyFilter...) - Static method in class org.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical AND.
andFilter(Collection<DependencyFilter>) - Static method in class org.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical AND.
ArtifacIdUtils - Class in org.sonatype.aether.util.artifact
A utility class to create identifiers for artifacts.
artifactDeployed(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactDownloaded(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactInstalled(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
ArtifactProperties - Class in org.sonatype.aether.util.artifact
The keys for common properties of artifacts.
artifactResolved(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
artifactResolving(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
await() - Method in class org.sonatype.aether.util.concurrency.RunnableErrorForwarder
Causes the current thread to wait until all previously wrapped runnables have terminated and potentially re-throws an uncaught RuntimeException or Error from any of the runnables.

C

calc(File, Collection<String>) - Static method in class org.sonatype.aether.util.ChecksumUtils
Calculates checksums for the specified file.
ChainedDependencyGraphTransformer - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that chains other transformers.
ChainedDependencyGraphTransformer(DependencyGraphTransformer...) - Constructor for class org.sonatype.aether.util.graph.transformer.ChainedDependencyGraphTransformer
Creates a new transformer that chains the specified transformers.
ChainedRepositoryListener - Class in org.sonatype.aether.util.listener
A repository listener that delegates to zero or more other listeners (multicast).
ChainedRepositoryListener(RepositoryListener...) - Constructor for class org.sonatype.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedRepositoryListener(Collection<RepositoryListener>) - Constructor for class org.sonatype.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedTransferListener - Class in org.sonatype.aether.util.listener
A transfer listener that delegates to zero or more other listeners (multicast).
ChainedTransferListener(TransferListener...) - Constructor for class org.sonatype.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedTransferListener(Collection<TransferListener>) - Constructor for class org.sonatype.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
ChainedWorkspaceReader - Class in org.sonatype.aether.util.repository
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
ChainedWorkspaceReader(WorkspaceReader...) - Constructor for class org.sonatype.aether.util.repository.ChainedWorkspaceReader
Creates a new workspace reader by chaining the specified readers.
ChecksumUtils - Class in org.sonatype.aether.util
A utility class to assist in the verification and generation of checksums.
ClassicDependencyManager - Class in org.sonatype.aether.util.graph.manager
A dependency manager that mimics the way Maven 2.x works.
ClassicDependencyManager() - Constructor for class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
Creates a new dependency manager without any management information.
classpathFilter(String...) - Static method in class org.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
classpathFilter(Collection<String>) - Static method in class org.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that selects dependencies whose scope matches one or more of the specified classpath types.
clone(DependencyNode) - Method in class org.sonatype.aether.util.graph.CloningDependencyVisitor
Creates a clone of the specified node.
CloningDependencyVisitor - Class in org.sonatype.aether.util.graph
A dependency visitor that constructs a clone of the visited dependency graph.
CloningDependencyVisitor() - Constructor for class org.sonatype.aether.util.graph.CloningDependencyVisitor
Creates a new visitor that clones the visited nodes.
COMPILE - Static variable in class org.sonatype.aether.util.artifact.JavaScopes
 
ConfigUtils - Class in org.sonatype.aether.util
A utility class to read configuration properties from a repository system session.
CONFLICT_IDS - Static variable in class org.sonatype.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a Map<DependencyNode, Object> is stored which maps dependency nodes to their conflict ids.
ConflictIdSorter - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that creates a topological sorting of the conflict ids which have been assigned to the dependency nodes.
ConflictIdSorter() - Constructor for class org.sonatype.aether.util.graph.transformer.ConflictIdSorter
 
ConflictMarker - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that identifies conflicting dependencies.
ConflictMarker() - Constructor for class org.sonatype.aether.util.graph.transformer.ConflictMarker
 
ConservativeAuthenticationSelector - Class in org.sonatype.aether.util.repository
An authentication selector that delegates to another selector but only if a repository has no authentication data yet.
ConservativeAuthenticationSelector(AuthenticationSelector) - Constructor for class org.sonatype.aether.util.repository.ConservativeAuthenticationSelector
Creates a new selector that delegates to the specified selector.
ConservativeProxySelector - Class in org.sonatype.aether.util.repository
A proxy selector that delegates to another selector but only if a repository has no proxy yet.
ConservativeProxySelector(ProxySelector) - Constructor for class org.sonatype.aether.util.repository.ConservativeProxySelector
Creates a new selector that delegates to the specified selector.
CONSTITUTES_BUILD_PATH - Static variable in class org.sonatype.aether.util.artifact.ArtifactProperties
A boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a consumer project.
CYCLIC_CONFLICT_IDS - Static variable in class org.sonatype.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a Boolean is stored that indicates whether the dependencies between conflict ids form a cycle.

D

DefaultArtifact - Class in org.sonatype.aether.util.artifact
A simple artifact.
DefaultArtifact(String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, Map<String, String>) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and properties.
DefaultArtifact(String, String, String, String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and no classifier.
DefaultArtifact(String, String, String, String, String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, String, String, String, String, ArtifactType) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates.
DefaultArtifact(String, String, String, String, String, Map<String, String>, ArtifactType) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates and properties.
DefaultArtifact(String, String, String, String, String, Map<String, String>, File) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifact
Creates a new artifact with the specified coordinates, properties and file.
DefaultArtifactType - Class in org.sonatype.aether.util.artifact
A simple artifact type.
DefaultArtifactType(String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifactType
 
DefaultArtifactType(String, String, String, String) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifactType
 
DefaultArtifactType(String, String, String, String, boolean, boolean) - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifactType
 
DefaultArtifactTypeRegistry - Class in org.sonatype.aether.util.artifact
A simple artifact type registry.
DefaultArtifactTypeRegistry() - Constructor for class org.sonatype.aether.util.artifact.DefaultArtifactTypeRegistry
Creates a new artifact type registry with initally no registered artifact types.
DefaultAuthenticationSelector - Class in org.sonatype.aether.util.repository
A simple authentication selector that selects authentication based on repository identifiers.
DefaultAuthenticationSelector() - Constructor for class org.sonatype.aether.util.repository.DefaultAuthenticationSelector
 
DefaultDependencyNode - Class in org.sonatype.aether.util.graph
A node within a dependency graph.
DefaultDependencyNode() - Constructor for class org.sonatype.aether.util.graph.DefaultDependencyNode
Creates an empty dependency node.
DefaultDependencyNode(Dependency) - Constructor for class org.sonatype.aether.util.graph.DefaultDependencyNode
Creates a new root node with the specified dependency.
DefaultDependencyNode(DependencyNode) - Constructor for class org.sonatype.aether.util.graph.DefaultDependencyNode
Creates a shallow clone of the specified node.
DefaultMetadata - Class in org.sonatype.aether.util.metadata
A basic metadata instance.
DefaultMetadata(String, Metadata.Nature) - Constructor for class org.sonatype.aether.util.metadata.DefaultMetadata
Creates a new metadata for the repository root with the specific type and nature.
DefaultMetadata(String, String, Metadata.Nature) - Constructor for class org.sonatype.aether.util.metadata.DefaultMetadata
Creates a new metadata for the groupId level with the specific type and nature.
DefaultMetadata(String, String, String, Metadata.Nature) - Constructor for class org.sonatype.aether.util.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId level with the specific type and nature.
DefaultMetadata(String, String, String, String, Metadata.Nature) - Constructor for class org.sonatype.aether.util.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
DefaultMetadata(String, String, String, String, Metadata.Nature, File) - Constructor for class org.sonatype.aether.util.metadata.DefaultMetadata
Creates a new metadata for the groupId:artifactId:version level with the specific type and nature.
DefaultMirrorSelector - Class in org.sonatype.aether.util.repository
A simple mirror selector that selects mirrors based on repository identifiers.
DefaultMirrorSelector() - Constructor for class org.sonatype.aether.util.repository.DefaultMirrorSelector
 
DefaultProxySelector - Class in org.sonatype.aether.util.repository
A simple proxy selector that selects the first matching proxy from a list of configured proxies.
DefaultProxySelector() - Constructor for class org.sonatype.aether.util.repository.DefaultProxySelector
 
DefaultRepositoryCache - Class in org.sonatype.aether.util
A simplistic repository cache backed by a ConcurrentHashMap.
DefaultRepositoryCache() - Constructor for class org.sonatype.aether.util.DefaultRepositoryCache
 
DefaultRepositoryEvent - Class in org.sonatype.aether.util.listener
A simple repository event.
DefaultRepositoryEvent(RepositoryEvent.EventType, RepositorySystemSession) - Constructor for class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Deprecated. As of version 1.11, use DefaultRepositoryEvent.DefaultRepositoryEvent(org.sonatype.aether.RepositoryEvent.EventType, RepositorySystemSession, RequestTrace) instead.
DefaultRepositoryEvent(RepositoryEvent.EventType, RepositorySystemSession, RequestTrace) - Constructor for class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Creates a new event with the specified properties.
DefaultRepositorySystemSession - Class in org.sonatype.aether.util
A simple repository system session.
DefaultRepositorySystemSession() - Constructor for class org.sonatype.aether.util.DefaultRepositorySystemSession
Creates an uninitialized session.
DefaultRepositorySystemSession(RepositorySystemSession) - Constructor for class org.sonatype.aether.util.DefaultRepositorySystemSession
Creates a shallow copy of the specified session.
DefaultRequestTrace - Class in org.sonatype.aether.util
A simple request trace.
DefaultRequestTrace(Object) - Constructor for class org.sonatype.aether.util.DefaultRequestTrace
Creates a new root trace with the specified data.
DefaultSessionData - Class in org.sonatype.aether.util
A simple session data storage backed by a thread-safe map.
DefaultSessionData() - Constructor for class org.sonatype.aether.util.DefaultSessionData
 
DefaultTransferEvent - Class in org.sonatype.aether.util.listener
A simple transfer event.
DefaultTransferEvent() - Constructor for class org.sonatype.aether.util.listener.DefaultTransferEvent
Creates a new and uninitialized transfer event.
DefaultTransferResource - Class in org.sonatype.aether.util.listener
A simple transfer resource.
DefaultTransferResource(String, String, File) - Constructor for class org.sonatype.aether.util.listener.DefaultTransferResource
Deprecated. As of version 1.11, use DefaultTransferResource.DefaultTransferResource(String, String, File, RequestTrace) instead.
DefaultTransferResource(String, String, File, RequestTrace) - Constructor for class org.sonatype.aether.util.listener.DefaultTransferResource
Creates a new transfer resource with the specified properties.
DelegatingArtifact - Class in org.sonatype.aether.util.artifact
An artifact that delegates to another artifact instance.
DelegatingArtifact(Artifact) - Constructor for class org.sonatype.aether.util.artifact.DelegatingArtifact
Creates a new artifact instance that delegates to the specified artifact.
DependencyFilterUtils - Class in org.sonatype.aether.util.filter
A utility class assisting in the creation of dependency node filters.
deriveChildManager(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
 
deriveChildManager(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.OptionalDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
 
deriveChildSelector(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.selector.StaticDependencySelector
 
deriveChildTraverser(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
deriveChildTraverser(DependencyCollectionContext) - Method in class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
 

E

equals(Object) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
equals(Object) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
equals(Object) - Method in class org.sonatype.aether.util.filter.AndDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.ExclusionsDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.NotDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.OrDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.filter.ScopeDependencyFilter
 
equals(Object) - Method in class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
 
equals(Object) - Method in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.OptionalDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.selector.StaticDependencySelector
 
equals(Object) - Method in class org.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
equals(Object) - Method in class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
 
equals(Object) - Method in class org.sonatype.aether.util.version.GenericVersionScheme
 
ExclusionDependencySelector - Class in org.sonatype.aether.util.graph.selector
A dependency selector that applies exclusions based on artifact coordinates.
ExclusionDependencySelector() - Constructor for class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
Creates a new selector without any exclusions.
ExclusionDependencySelector(Set<Exclusion>) - Constructor for class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
Creates a new selector with the specified exclusions.
ExclusionsDependencyFilter - Class in org.sonatype.aether.util.filter
A simple filter to exclude artifacts based either artifact id or group id and artifact id.
ExclusionsDependencyFilter(Collection<String>) - Constructor for class org.sonatype.aether.util.filter.ExclusionsDependencyFilter
Creates a new filter using the specified exclude patterns.

F

FatArtifactTraverser - Class in org.sonatype.aether.util.graph.traverser
A dependency traverser that excludes the dependencies of fat artifacts from the traversal.
FatArtifactTraverser() - Constructor for class org.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
FilteringDependencyVisitor - Class in org.sonatype.aether.util.graph
A dependency visitor that delegates to another visitor if nodes match a filter.
FilteringDependencyVisitor(DependencyVisitor, DependencyFilter) - Constructor for class org.sonatype.aether.util.graph.FilteringDependencyVisitor
Creates a new visitor that delegates traversal of nodes matching the given filter to the specified visitor.
FilterRepositorySystemSession - Class in org.sonatype.aether.util
A repository system session that wraps another session.
FilterRepositorySystemSession(RepositorySystemSession) - Constructor for class org.sonatype.aether.util.FilterRepositorySystemSession
Creates a new repository system session that wraps the specified session.
findArtifact(Artifact) - Method in class org.sonatype.aether.util.repository.ChainedWorkspaceReader
 
findVersions(Artifact) - Method in class org.sonatype.aether.util.repository.ChainedWorkspaceReader
 

G

GenericVersionScheme - Class in org.sonatype.aether.util.version
A version scheme using a generic version syntax and common sense sorting.
GenericVersionScheme() - Constructor for class org.sonatype.aether.util.version.GenericVersionScheme
Creates a new instance of the version scheme for parsing versions.
get(String) - Method in class org.sonatype.aether.util.artifact.DefaultArtifactTypeRegistry
 
get(String) - Method in class org.sonatype.aether.util.artifact.OverlayArtifactTypeRegistry
 
get(RepositorySystemSession, Object) - Method in class org.sonatype.aether.util.DefaultRepositoryCache
 
get(Object) - Method in class org.sonatype.aether.util.DefaultSessionData
 
getAliases() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getArtifact() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getArtifactId() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getArtifactId() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getArtifactId() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getArtifactId() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getArtifacts(boolean) - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets the artifacts associated with the list of dependency nodes generated during the graph traversal.
getArtifactTypeRegistry() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getArtifactTypeRegistry() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getAuthentication(RemoteRepository) - Method in class org.sonatype.aether.util.repository.ConservativeAuthenticationSelector
 
getAuthentication(RemoteRepository) - Method in class org.sonatype.aether.util.repository.DefaultAuthenticationSelector
 
getAuthenticationSelector() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getAuthenticationSelector() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getBaseVersion() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getBaseVersion() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getBaseVersion() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getBoolean(Map<?, ?>, boolean, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getBoolean(RepositorySystemSession, boolean, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getCache() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getCache() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getChecksumPolicy() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getChecksumPolicy() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getChildren() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getClassifier() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getClassifier() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactType
 
getClassifier() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getClassifier() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getClassPath() - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets a class path by concatenating the artifact files of the visited dependency nodes.
getConfigProperties() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getConfigProperties() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getContentLength() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getData() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getData() - Method in class org.sonatype.aether.util.DefaultRequestTrace
 
getData() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getData() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getDataBuffer() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getDataLength() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getDependencies(boolean) - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets the dependencies seen during the graph traversal.
getDependency() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getDependencyGraphTransformer() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getDependencyGraphTransformer() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getDependencyManager() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getDependencyManager() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getDependencySelector() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getDependencySelector() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getDependencyTraverser() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getDependencyTraverser() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getException() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getException() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getExceptions() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getExtension() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getExtension() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactType
 
getExtension() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getExtension() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getFile() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getFile() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getFile() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getFile() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getFile() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getFile() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getFiles() - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets the files of resolved artifacts seen during the graph traversal.
getFilter() - Method in class org.sonatype.aether.util.graph.FilteringDependencyVisitor
Gets the filter being applied before delegation.
getFilter() - Method in class org.sonatype.aether.util.graph.PathRecordingDependencyVisitor
Gets the filter being used to select terminal nodes.
getGroupId() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getGroupId() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getGroupId() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getGroupId() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getId() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactType
 
getInteger(Map<?, ?>, int, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getInteger(RepositorySystemSession, int, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getList(Map<?, ?>, List<?>, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getList(RepositorySystemSession, List<?>, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getLocalRepository() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getLocalRepository() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getLocalRepositoryManager() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getLocalRepositoryManager() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getLong(Map<?, ?>, long, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getLong(RepositorySystemSession, long, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getMap(Map<?, ?>, Map<?, ?>, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getMap(RepositorySystemSession, Map<?, ?>, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getMetadata() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getMirror(RemoteRepository) - Method in class org.sonatype.aether.util.repository.DefaultMirrorSelector
 
getMirrorSelector() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getMirrorSelector() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getNature() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getNodes() - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Gets the list of dependency nodes that was generated during the graph traversal.
getObject(Map<?, ?>, Object, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getObject(RepositorySystemSession, Object, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getParent() - Method in class org.sonatype.aether.util.DefaultRequestTrace
 
getPath(Artifact) - Method in class org.sonatype.aether.util.layout.MavenDefaultLayout
 
getPath(Metadata) - Method in class org.sonatype.aether.util.layout.MavenDefaultLayout
 
getPath(Artifact) - Method in interface org.sonatype.aether.util.layout.RepositoryLayout
Gets the URI to the location within a remote repository where the specified artifact would be stored.
getPath(Metadata) - Method in interface org.sonatype.aether.util.layout.RepositoryLayout
Gets the URI to the location within a remote repository where the specified metadata would be stored.
getPaths() - Method in class org.sonatype.aether.util.graph.PathRecordingDependencyVisitor
Gets the paths leading to nodes matching the filter that have been recorded during the graph visit.
getPremanagedScope() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getPremanagedVersion() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getProperties() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getProperties() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactType
 
getProperties() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getProperties() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getProperty(String, String) - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getProperty(String, String) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getProperty(String, String) - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getProxy(RemoteRepository) - Method in class org.sonatype.aether.util.repository.ConservativeProxySelector
 
getProxy(RemoteRepository) - Method in class org.sonatype.aether.util.repository.DefaultProxySelector
 
getProxySelector() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getProxySelector() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getRelocations() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getRepositories() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getRepository() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getRepository() - Method in class org.sonatype.aether.util.repository.ChainedWorkspaceReader
 
getRepositoryListener() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getRepositoryListener() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getRepositoryUrl() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getRequestContext() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getRequestType() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getResource() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getResourceName() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getRootNode() - Method in class org.sonatype.aether.util.graph.CloningDependencyVisitor
Gets the root node of the cloned dependency graph.
getSession() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getString(Map<?, ?>, String, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getString(RepositorySystemSession, String, String...) - Static method in class org.sonatype.aether.util.ConfigUtils
Gets the specified configuration property.
getSystemProperties() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getSystemProperties() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getTrace() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getTrace() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getTransferListener() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getTransferListener() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getTransferredBytes() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getTransferStartTime() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
getType() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
getType() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
getType() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getUpdatePolicy() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getUpdatePolicy() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getUserProperties() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getUserProperties() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
getVersion() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
getVersion() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
getVersion() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
getVersion() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getVersion() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
getVersionConstraint() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
getVisitor() - Method in class org.sonatype.aether.util.graph.FilteringDependencyVisitor
Gets the visitor to which this visitor delegates to.
getWorkspaceReader() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
getWorkspaceReader() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 

H

handleError(RepositoryEvent, RepositoryListener, RuntimeException) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
handleError(TransferEvent, TransferListener, RuntimeException) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
hashCode() - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
hashCode() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
hashCode() - Method in class org.sonatype.aether.util.filter.AndDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.ExclusionsDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.NotDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.OrDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.filter.ScopeDependencyFilter
 
hashCode() - Method in class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
 
hashCode() - Method in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.OptionalDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.selector.StaticDependencySelector
 
hashCode() - Method in class org.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
hashCode() - Method in class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
 
hashCode() - Method in class org.sonatype.aether.util.version.GenericVersionScheme
 

I

INCLUDES_DEPENDENCIES - Static variable in class org.sonatype.aether.util.artifact.ArtifactProperties
A boolean flag indicating whether the artifact presents some kind of bundle that physically includes its dependencies, e.g. a fat WAR.
INSTANCE - Static variable in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
INSTANCE - Static variable in class org.sonatype.aether.util.graph.transformer.NoopDependencyGraphTransformer
 
isEmpty(String) - Static method in class org.sonatype.aether.util.StringUtils
Checks whether a string is null or of zero length.
isIgnoreInvalidArtifactDescriptor() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isIgnoreInvalidArtifactDescriptor() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
isIgnoreMissingArtifactDescriptor() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isIgnoreMissingArtifactDescriptor() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
isNotFoundCachingEnabled() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isNotFoundCachingEnabled() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
isOffline() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isOffline() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 
isSnapshot(String) - Static method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
isSnapshot() - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
isSnapshot() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
isSnapshot() - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
isTransferErrorCachingEnabled() - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
 
isTransferErrorCachingEnabled() - Method in class org.sonatype.aether.util.FilterRepositorySystemSession
 

J

JavaDependencyContextRefiner - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that refines the request context for nodes that belong to the "project" context by appending the classpath type to which the node belongs.
JavaDependencyContextRefiner() - Constructor for class org.sonatype.aether.util.graph.transformer.JavaDependencyContextRefiner
 
JavaEffectiveScopeCalculator - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that handles scope inheritance and conflict resolution among conflicting scopes as seen in Maven 2.x.
JavaEffectiveScopeCalculator() - Constructor for class org.sonatype.aether.util.graph.transformer.JavaEffectiveScopeCalculator
 
JavaScopes - Class in org.sonatype.aether.util.artifact
The dependency scopes used for Java dependencies.

L

LANGUAGE - Static variable in class org.sonatype.aether.util.artifact.ArtifactProperties
The programming language this artifact is relevant for, e.g.
LOCAL_PATH - Static variable in class org.sonatype.aether.util.artifact.ArtifactProperties
The (expected) path to the artifact on the local filesystem.

M

manageDependency(Dependency) - Method in class org.sonatype.aether.util.graph.manager.ClassicDependencyManager
 
manageDependency(Dependency) - Method in class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
MavenDefaultLayout - Class in org.sonatype.aether.util.layout
The layout for a Maven remote repository of type "default".
MavenDefaultLayout() - Constructor for class org.sonatype.aether.util.layout.MavenDefaultLayout
 
metadataDeployed(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataDownloaded(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataDownloading(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataResolved(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 
metadataResolving(RepositoryEvent) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
 

N

NearestVersionConflictResolver - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that resolves version conflicts using the nearest-wins strategy.
NearestVersionConflictResolver() - Constructor for class org.sonatype.aether.util.graph.transformer.NearestVersionConflictResolver
 
newChild(RequestTrace, Object) - Static method in class org.sonatype.aether.util.DefaultRequestTrace
Creates a child of the specified request trace.
newChild(Object) - Method in class org.sonatype.aether.util.DefaultRequestTrace
 
newInstance(String, String, String, String, String, Map<String, String>, File) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
Creates a new artifact with the specified coordinates, properties and file.
newInstance(Artifact) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
Creates a new artifact instance that delegates to the specified artifact.
newInstance(DependencyFilter, DependencyFilter) - Static method in class org.sonatype.aether.util.filter.AndDependencyFilter
Creates a new filter from the specified filters.
newInstance(DependencyFilter, DependencyFilter) - Static method in class org.sonatype.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
newInstance(DependencySelector, DependencySelector) - Static method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
Creates a new selector from the specified selectors.
newInstance(DependencyGraphTransformer, DependencyGraphTransformer) - Static method in class org.sonatype.aether.util.graph.transformer.ChainedDependencyGraphTransformer
Creates a new transformer that chains the specified transformers or simply returns one of them if the other one is null.
newInstance(RepositoryListener, RepositoryListener) - Static method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
Creates a new multicast listener that delegates to the specified listeners.
newInstance(TransferListener, TransferListener) - Static method in class org.sonatype.aether.util.listener.ChainedTransferListener
Creates a new multicast listener that delegates to the specified listeners.
newInstance(WorkspaceReader, WorkspaceReader) - Static method in class org.sonatype.aether.util.repository.ChainedWorkspaceReader
Creates a new workspace reader by chaining the specified readers.
nodes - Variable in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
 
NoopDependencyGraphTransformer - Class in org.sonatype.aether.util.graph.transformer
A dependency graph transformer that does nothing.
NoopDependencyGraphTransformer() - Constructor for class org.sonatype.aether.util.graph.transformer.NoopDependencyGraphTransformer
 
NoopDependencyManager - Class in org.sonatype.aether.util.graph.manager
A dependency manager that does not do any dependency management.
NoopDependencyManager() - Constructor for class org.sonatype.aether.util.graph.manager.NoopDependencyManager
 
NotDependencyFilter - Class in org.sonatype.aether.util.filter
A dependency filter that negates another filter.
NotDependencyFilter(DependencyFilter) - Constructor for class org.sonatype.aether.util.filter.NotDependencyFilter
Creates a new filter negatint the specified filter.
notFilter(DependencyFilter) - Static method in class org.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that negates the specified filter.

O

OptionalDependencySelector - Class in org.sonatype.aether.util.graph.selector
A dependency selector that excludes optional dependencies which occur beyond level one of the dependency graph.
OptionalDependencySelector() - Constructor for class org.sonatype.aether.util.graph.selector.OptionalDependencySelector
Creates a new selector to exclude optional transitive dependencies.
OrDependencyFilter - Class in org.sonatype.aether.util.filter
A dependency filter that combines zero or more other filters using a logical OR.
OrDependencyFilter(DependencyFilter...) - Constructor for class org.sonatype.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
OrDependencyFilter(Collection<DependencyFilter>) - Constructor for class org.sonatype.aether.util.filter.OrDependencyFilter
Creates a new filter from the specified filters.
orFilter(DependencyFilter...) - Static method in class org.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical OR.
orFilter(Collection<DependencyFilter>) - Static method in class org.sonatype.aether.util.filter.DependencyFilterUtils
Creates a new filter that combines the specified filters using a logical OR.
org.sonatype.aether.util - package org.sonatype.aether.util
 
org.sonatype.aether.util.artifact - package org.sonatype.aether.util.artifact
 
org.sonatype.aether.util.concurrency - package org.sonatype.aether.util.concurrency
 
org.sonatype.aether.util.filter - package org.sonatype.aether.util.filter
 
org.sonatype.aether.util.graph - package org.sonatype.aether.util.graph
 
org.sonatype.aether.util.graph.manager - package org.sonatype.aether.util.graph.manager
 
org.sonatype.aether.util.graph.selector - package org.sonatype.aether.util.graph.selector
 
org.sonatype.aether.util.graph.transformer - package org.sonatype.aether.util.graph.transformer
 
org.sonatype.aether.util.graph.traverser - package org.sonatype.aether.util.graph.traverser
 
org.sonatype.aether.util.layout - package org.sonatype.aether.util.layout
 
org.sonatype.aether.util.listener - package org.sonatype.aether.util.listener
 
org.sonatype.aether.util.metadata - package org.sonatype.aether.util.metadata
 
org.sonatype.aether.util.repository - package org.sonatype.aether.util.repository
 
org.sonatype.aether.util.version - package org.sonatype.aether.util.version
 
OverlayArtifactTypeRegistry - Class in org.sonatype.aether.util.artifact
An artifact type registry which first consults its own mappings and in case of an unknown type falls back to another type registry.
OverlayArtifactTypeRegistry(ArtifactTypeRegistry) - Constructor for class org.sonatype.aether.util.artifact.OverlayArtifactTypeRegistry
Creates a new artifact type registry with initially no registered artifact types and the specified fallback registry.

P

parseVersion(String) - Method in class org.sonatype.aether.util.version.GenericVersionScheme
 
parseVersionConstraint(String) - Method in class org.sonatype.aether.util.version.GenericVersionScheme
 
parseVersionRange(String) - Method in class org.sonatype.aether.util.version.GenericVersionScheme
 
PathRecordingDependencyVisitor - Class in org.sonatype.aether.util.graph
A dependency visitor that records all paths leading to nodes matching a certain filter criteria.
PathRecordingDependencyVisitor(DependencyFilter) - Constructor for class org.sonatype.aether.util.graph.PathRecordingDependencyVisitor
Creates a new visitor that uses the specified filter to identify terminal nodes of interesting paths.
PathRecordingDependencyVisitor(DependencyFilter, boolean) - Constructor for class org.sonatype.aether.util.graph.PathRecordingDependencyVisitor
Creates a new visitor that uses the specified filter to identify terminal nodes of interesting paths.
PatternExclusionsDependencyFilter - Class in org.sonatype.aether.util.filter
A simple filter to exclude artifacts from a list of patterns.
PatternExclusionsDependencyFilter(String...) - Constructor for class org.sonatype.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternExclusionsDependencyFilter(VersionScheme, String...) - Constructor for class org.sonatype.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternExclusionsDependencyFilter(Collection<String>) - Constructor for class org.sonatype.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternExclusionsDependencyFilter(VersionScheme, Collection<String>) - Constructor for class org.sonatype.aether.util.filter.PatternExclusionsDependencyFilter
Creates a new filter using the specified patterns and VersionScheme .
PatternInclusionsDependencyFilter - Class in org.sonatype.aether.util.filter
A simple filter to include artifacts from a list of patterns.
PatternInclusionsDependencyFilter(String...) - Constructor for class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternInclusionsDependencyFilter(VersionScheme, String...) - Constructor for class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternInclusionsDependencyFilter(Collection<String>) - Constructor for class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns.
PatternInclusionsDependencyFilter(VersionScheme, Collection<String>) - Constructor for class org.sonatype.aether.util.filter.PatternInclusionsDependencyFilter
Creates a new filter using the specified patterns and VersionScheme .
PostorderNodeListGenerator - Class in org.sonatype.aether.util.graph
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in postorder.
PostorderNodeListGenerator() - Constructor for class org.sonatype.aether.util.graph.PostorderNodeListGenerator
Creates a new postorder list generator.
PreorderNodeListGenerator - Class in org.sonatype.aether.util.graph
Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in preorder.
PreorderNodeListGenerator() - Constructor for class org.sonatype.aether.util.graph.PreorderNodeListGenerator
Creates a new preorder list generator.
PROVIDED - Static variable in class org.sonatype.aether.util.artifact.JavaScopes
 
put(RepositorySystemSession, Object, Object) - Method in class org.sonatype.aether.util.DefaultRepositoryCache
 

R

read(File) - Static method in class org.sonatype.aether.util.ChecksumUtils
Extracts the checksum from the specified file.
remove(RepositoryListener) - Method in class org.sonatype.aether.util.listener.ChainedRepositoryListener
Removes the specified listener from the multicast chain.
remove(TransferListener) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
Removes the specified listener from the multicast chain.
RepositoryLayout - Interface in org.sonatype.aether.util.layout
The layout for a remote repository whose artifacts/metadata can be addressed via URIs.
RunnableErrorForwarder - Class in org.sonatype.aether.util.concurrency
A utility class to forward any uncaught Error or RuntimeException from a Runnable executed in a worker thread back to the parent thread.
RunnableErrorForwarder() - Constructor for class org.sonatype.aether.util.concurrency.RunnableErrorForwarder
 
RUNTIME - Static variable in class org.sonatype.aether.util.artifact.JavaScopes
 

S

ScopeDependencyFilter - Class in org.sonatype.aether.util.filter
A dependency filter based on dependency scopes.
ScopeDependencyFilter(Collection<String>, Collection<String>) - Constructor for class org.sonatype.aether.util.filter.ScopeDependencyFilter
Creates a new filter using the specified includes and excludes.
ScopeDependencyFilter(String...) - Constructor for class org.sonatype.aether.util.filter.ScopeDependencyFilter
Creates a new filter using the specified excludes.
ScopeDependencySelector - Class in org.sonatype.aether.util.graph.selector
A dependency selector that filters transitive dependencies based on their scope.
ScopeDependencySelector(Collection<String>, Collection<String>) - Constructor for class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
Creates a new selector using the specified includes and excludes.
ScopeDependencySelector(String...) - Constructor for class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
Creates a new selector using the specified excludes.
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.AndDependencySelector
 
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.ExclusionDependencySelector
 
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.OptionalDependencySelector
 
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.ScopeDependencySelector
 
selectDependency(Dependency) - Method in class org.sonatype.aether.util.graph.selector.StaticDependencySelector
 
session - Variable in class org.sonatype.aether.util.FilterRepositorySystemSession
 
set(Object, Object) - Method in class org.sonatype.aether.util.DefaultSessionData
 
set(Object, Object, Object) - Method in class org.sonatype.aether.util.DefaultSessionData
 
setAliases(Collection<Artifact>) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the known aliases for this dependency's artifact.
setArtifact(Artifact) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setArtifact(Artifact) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the artifact involved in the event.
setArtifactTypeRegistry(ArtifactTypeRegistry) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the registry of artifact types recognized by this session.
setAuthenticationSelector(AuthenticationSelector) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the authentication selector to use for repositories discovered in artifact descriptors.
setCache(RepositoryCache) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the cache the repository system may use to save data for future reuse during the session.
setChecksumPolicy(String) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the global checksum policy.
setConfigProperties(Map<String, Object>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the configuration properties used to tweak internal aspects of the repository system (e.g. thread pooling, connector-specific behavior, etc.)
setConfigProperty(String, Object) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the specified configuration property.
setConfigProps(Map<?, ?>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the configuration properties used to tweak internal aspects of the repository system (e.g. thread pooling, connector-specific behavior, etc.)
setContentLength(long) - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
Sets the size of the resource in bytes.
setData(SessionData) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the custom data associated with this session.
setData(Map<Object, Object>) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setData(Object, Object) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setDataBuffer(byte[], int, int) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Wraps the given byte[]-array into a ByteBuffer as the content for this event.
setDataBuffer(ByteBuffer) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the byte buffer holding the transferred bytes since the last event.
setDependency(Dependency) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setDependencyGraphTransformer(DependencyGraphTransformer) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the dependency graph transformer to use for building dependency graphs.
setDependencyManager(DependencyManager) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the dependency manager to use for building dependency graphs.
setDependencySelector(DependencySelector) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the dependency selector to use for building dependency graphs.
setDependencyTraverser(DependencyTraverser) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the dependency traverser to use for building dependency graphs.
setException(Exception) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the exception causing the event.
setException(Exception) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the error that occurred during the transfer.
setExceptions(List<Exception>) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the exceptions causing the event.
setFile(File) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
setFile(File) - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
setFile(File) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
setFile(File) - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
setFile(File) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the file involved in the event.
setFile(File) - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
setIgnoreInvalidArtifactDescriptor(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether invalid artifact descriptors are silently ignored.
setIgnoreMissingArtifactDescriptor(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether missing artifact descriptors are silently ignored.
setLocalRepositoryManager(LocalRepositoryManager) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the local repository manager used during this session.
setMetadata(Metadata) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the metadata involved in the event.
setMirrorSelector(MirrorSelector) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the mirror selector to use for repositories discovered in artifact descriptors.
setNotFoundCachingEnabled(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether missing artifacts/metadata from resolution attempts should be cached in the local repository.
setOffline(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether the repository system operates in offline mode and avoids/refuses any access to remote repositories.
setPremanagedScope(String) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the scope for this dependency before dependency management was applied (if any).
setPremanagedVersion(String) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the version or version range for this dependency before dependency management was applied (if any).
setProperties(Map<String, String>) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
setProperties(Map<String, String>) - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
setProperties(Map<String, String>) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
setProperties(Map<String, String>) - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
setProxySelector(ProxySelector) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the proxy selector to use for repositories discovered in artifact descriptors.
setRelocations(List<Artifact>) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the sequence of relocations that was followed to resolve this dependency's artifact.
setRepositories(List<RemoteRepository>) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
Sets the remote repositories from which this node's artifact shall be resolved.
setRepository(ArtifactRepository) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the repository involved in the event.
setRepositoryListener(RepositoryListener) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the listener being notified of actions in the repository system.
setRequestContext(String) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setRequestType(TransferEvent.RequestType) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the type of the request/transfer.
setResource(TransferResource) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the resource being transferred.
setScope(String) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setSystemProperties(Map<String, String>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the system properties to use, e.g. for processing of artifact descriptors.
setSystemProperty(String, String) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the specified system property.
setSystemProps(Hashtable<?, ?>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the system properties to use, e.g. for processing of artifact descriptors.
setTrace(RequestTrace) - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
Sets the trace information about the request during which the event occurred.
setTransferErrorCachingEnabled(boolean) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Controls whether transfer errors (e.g. unreachable host, bad authentication) from resolution attempts should be cached in the local repository.
setTransferListener(TransferListener) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the listener being notified of uploads/downloads by the repository system.
setTransferredBytes(long) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the total number of bytes that have been transferred so far during the download/upload.
setType(TransferEvent.EventType) - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
Sets the type of the event.
setUpdatePolicy(String) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the global update policy.
setUserProperties(Map<String, String>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the user properties to use, e.g. for processing of artifact descriptors.
setUserProperty(String, String) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the specified user property.
setUserProps(Map<?, ?>) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the user properties to use, e.g. for processing of artifact descriptors.
setVersion(String) - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
setVersion(String) - Method in class org.sonatype.aether.util.artifact.DefaultArtifact
 
setVersion(String) - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
setVersion(String) - Method in class org.sonatype.aether.util.artifact.SubArtifact
 
setVersion(Version) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setVersionConstraint(VersionConstraint) - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
setVisited(DependencyNode) - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
Marks the specified node as being visited and determines whether the node has been visited before.
setWorkspaceReader(WorkspaceReader) - Method in class org.sonatype.aether.util.DefaultRepositorySystemSession
Sets the workspace reader used during this session.
SORTED_CONFLICT_IDS - Static variable in class org.sonatype.aether.util.graph.transformer.TransformationContextKeys
The key in the graph transformation context where a List<Object> is stored that denotes a topological sorting of the conflict ids.
StaticDependencySelector - Class in org.sonatype.aether.util.graph.selector
A dependency selector that always includes or excludes dependencies.
StaticDependencySelector(boolean) - Constructor for class org.sonatype.aether.util.graph.selector.StaticDependencySelector
Creates a new selector with the specified selection behavior.
StaticDependencyTraverser - Class in org.sonatype.aether.util.graph.traverser
A dependency traverser which always or never traverses children.
StaticDependencyTraverser(boolean) - Constructor for class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
Creates a new traverser with the specified traversal behavior.
StringUtils - Class in org.sonatype.aether.util
A utility class to ease string processing.
SubArtifact - Class in org.sonatype.aether.util.artifact
An artifact whose identity is derived from another artifact.
SubArtifact(Artifact, String, String) - Constructor for class org.sonatype.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, File) - Constructor for class org.sonatype.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, Map<String, String>) - Constructor for class org.sonatype.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SubArtifact(Artifact, String, String, Map<String, String>, File) - Constructor for class org.sonatype.aether.util.artifact.SubArtifact
Creates a new sub artifact.
SYSTEM - Static variable in class org.sonatype.aether.util.artifact.JavaScopes
 

T

TEST - Static variable in class org.sonatype.aether.util.artifact.JavaScopes
 
toBaseId(Artifact) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<baseVersion>.
toBaseVersion(String) - Static method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
toId(Artifact) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<version>.
toId(String, String, String, String, String) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>]:<version>.
toString() - Method in class org.sonatype.aether.util.artifact.AbstractArtifact
 
toString() - Method in class org.sonatype.aether.util.artifact.DefaultArtifactTypeRegistry
 
toString() - Method in class org.sonatype.aether.util.artifact.DelegatingArtifact
 
toString() - Method in class org.sonatype.aether.util.DefaultRequestTrace
 
toString() - Method in class org.sonatype.aether.util.graph.DefaultDependencyNode
 
toString() - Method in class org.sonatype.aether.util.listener.DefaultRepositoryEvent
 
toString() - Method in class org.sonatype.aether.util.listener.DefaultTransferEvent
 
toString() - Method in class org.sonatype.aether.util.listener.DefaultTransferResource
 
toString() - Method in class org.sonatype.aether.util.metadata.DefaultMetadata
 
toVersionlessId(Artifact) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>].
toVersionlessId(String, String, String, String) - Static method in class org.sonatype.aether.util.artifact.ArtifacIdUtils
Creates an artifact identifier of the form <groupId>:<artifactId>:<extension>[:<classifier>].
transferCorrupted(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
transferFailed(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
transferInitiated(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
transferProgressed(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
transferStarted(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
transferSucceeded(TransferEvent) - Method in class org.sonatype.aether.util.listener.ChainedTransferListener
 
TransformationContextKeys - Class in org.sonatype.aether.util.graph.transformer
A collection of keys used by the dependency graph transformers when exchanging information via the graph transformation context.
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.ChainedDependencyGraphTransformer
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.ConflictIdSorter
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.ConflictMarker
After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group.
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.JavaDependencyContextRefiner
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.JavaEffectiveScopeCalculator
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.NearestVersionConflictResolver
 
transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.sonatype.aether.util.graph.transformer.NoopDependencyGraphTransformer
 
traverseDependency(Dependency) - Method in class org.sonatype.aether.util.graph.traverser.FatArtifactTraverser
 
traverseDependency(Dependency) - Method in class org.sonatype.aether.util.graph.traverser.StaticDependencyTraverser
 
TreeDependencyVisitor - Class in org.sonatype.aether.util.graph
A dependency visitor that delegates to another visitor if a node hasn't been visited before.
TreeDependencyVisitor(DependencyVisitor) - Constructor for class org.sonatype.aether.util.graph.TreeDependencyVisitor
Creates a new visitor that delegates to the specified visitor.
TYPE - Static variable in class org.sonatype.aether.util.artifact.ArtifactProperties
A high-level characterization of the artifact, e.g.

V

visitEnter(DependencyNode) - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
 
visitEnter(DependencyNode) - Method in class org.sonatype.aether.util.graph.CloningDependencyVisitor
 
visitEnter(DependencyNode) - Method in class org.sonatype.aether.util.graph.FilteringDependencyVisitor
 
visitEnter(DependencyNode) - Method in class org.sonatype.aether.util.graph.PathRecordingDependencyVisitor
 
visitEnter(DependencyNode) - Method in class org.sonatype.aether.util.graph.PostorderNodeListGenerator
 
visitEnter(DependencyNode) - Method in class org.sonatype.aether.util.graph.PreorderNodeListGenerator
 
visitEnter(DependencyNode) - Method in class org.sonatype.aether.util.graph.TreeDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.sonatype.aether.util.graph.AbstractDepthFirstNodeListGenerator
 
visitLeave(DependencyNode) - Method in class org.sonatype.aether.util.graph.CloningDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.sonatype.aether.util.graph.FilteringDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.sonatype.aether.util.graph.PathRecordingDependencyVisitor
 
visitLeave(DependencyNode) - Method in class org.sonatype.aether.util.graph.PostorderNodeListGenerator
 
visitLeave(DependencyNode) - Method in class org.sonatype.aether.util.graph.PreorderNodeListGenerator
 
visitLeave(DependencyNode) - Method in class org.sonatype.aether.util.graph.TreeDependencyVisitor
 

W

wrap(Runnable) - Method in class org.sonatype.aether.util.concurrency.RunnableErrorForwarder
Wraps the specified runnable into an equivalent runnable that will allow forwarding of uncaught errors.

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

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