Package | Description |
---|---|
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.internal.impl.collect |
Internal helper classes for dependency collector.
|
Class and Description |
---|
DefaultServiceLocator
Deprecated.
Use some out-of-the-box DI implementation instead.
|
DefaultServiceLocator.ErrorHandler
Deprecated.
A hook to customize the handling of errors encountered while locating a service implementation.
|
MetadataGenerator
A metadata generator that participates in the installation/deployment of artifacts.
|
UpdateCheck
A request to check if an update of an artifact/metadata from a remote repository is needed.
|
Class and Description |
---|
ArtifactDescriptorReader
Provides information about an artifact that is relevant to transitive dependency resolution.
|
ArtifactResolver
Resolves artifacts, that is gets a local filesystem path to their binary contents.
|
DependencyCollector
Given a collection of direct dependencies, recursively gathers their transitive dependencies and calculates the
dependency graph.
|
Deployer
Publishes artifacts to a remote repository.
|
Installer
Publishes artifacts to the local repository.
|
LocalRepositoryProvider
Retrieves a local repository manager from the installed local repository manager factories.
|
MetadataGeneratorFactory
A factory to create metadata generators.
|
MetadataResolver
Resolves metadata, that is gets a local filesystem path to their binary contents.
|
OfflineController
Determines whether a remote repository is accessible in offline mode.
|
RemoteRepositoryManager
Helps dealing with remote repository definitions.
|
RepositoryConnectorProvider
Retrieves a repository connector from the installed repository connector factories.
|
RepositoryEventDispatcher
Dispatches repository events to registered listeners.
|
UpdateCheck
A request to check if an update of an artifact/metadata from a remote repository is needed.
|
UpdateCheckManager
Determines if updates of artifacts and metadata from remote repositories are needed.
|
UpdatePolicyAnalyzer
Evaluates update policies.
|
VersionRangeResolver
Parses and evaluates version ranges encountered in dependency declarations.
|
VersionResolver
Evaluates artifact meta/pseudo versions.
|
Class and Description |
---|
ArtifactDescriptorReader
Provides information about an artifact that is relevant to transitive dependency resolution.
|
DependencyCollector
Given a collection of direct dependencies, recursively gathers their transitive dependencies and calculates the
dependency graph.
|
RemoteRepositoryManager
Helps dealing with remote repository definitions.
|
VersionRangeResolver
Parses and evaluates version ranges encountered in dependency declarations.
|
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.