All Classes Interface Summary Class Summary
| Class |
Description |
| AetherModule |
A ready-made Guice module that sets up bindings
for all components from this library.
|
| 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.
|
| DefaultArtifactResolver |
|
| DefaultChecksumPolicyProvider |
|
| DefaultDependencyCollector |
|
| DefaultDeployer |
|
| DefaultFileProcessor |
A utility class helping with file-based operations.
|
| DefaultInstaller |
|
| DefaultLocalRepositoryProvider |
|
| DefaultMetadataResolver |
|
| DefaultOfflineController |
|
| DefaultRemoteRepositoryManager |
|
| DefaultRepositoryConnectorProvider |
|
| DefaultRepositoryEventDispatcher |
|
| DefaultRepositoryLayoutProvider |
|
| DefaultRepositorySystem |
|
| DefaultServiceLocator |
Deprecated.
|
| DefaultServiceLocator.ErrorHandler |
A hook to customize the handling of errors encountered while locating a service implementation.
|
| DefaultSyncContextFactory |
Default SyncContextFactory implementation that uses named locks.
|
| DefaultSyncContextFactory |
Deprecated.
|
| DefaultTrackingFileManager |
Manages access to a properties file.
|
| DefaultTransporterProvider |
|
| DefaultUpdateCheckManager |
|
| DefaultUpdatePolicyAnalyzer |
|
| DependencyCollector |
Given a collection of direct dependencies, recursively gathers their transitive dependencies and calculates the
dependency graph.
|
| Deployer |
Publishes artifacts to a remote repository.
|
| DiscriminatingNameMapper |
Discriminating NameMapper, that wraps another NameMapper and adds a "discriminator" as prefix, that
makes lock names unique including the hostname and local repository (by default).
|
| EnhancedLocalRepositoryManagerFactory |
Creates enhanced local repository managers for repository types "default" or "" (automatic).
|
| FileGAVNameMapper |
A NameMapper that creates same name mapping as Takari Local Repository does, with
baseDir (local repo).
|
| GAVNameMapper |
Artifact GAV NameMapper, uses artifact and metadata coordinates to name their corresponding locks.
|
| Installer |
Publishes artifacts to the local repository.
|
| LocalRepositoryProvider |
Retrieves a local repository manager from the installed local repository manager factories.
|
| LoggerFactoryProvider |
Helps Sisu-based applications to pick the right logger factory depending on the classpath.
|
| Maven2RepositoryLayoutFactory |
Provides a Maven-2 repository layout for repositories with content type "default".
|
| MetadataGenerator |
A metadata generator that participates in the installation/deployment of artifacts.
|
| MetadataGeneratorFactory |
A factory to create metadata generators.
|
| MetadataResolver |
Resolves metadata, that is gets a local filesystem path to their binary contents.
|
| NamedLockFactoryAdapter |
Adapter to adapt NamedLockFactory and NamedLock to SyncContext.
|
| NamedLockFactorySelector |
Selector for NamedLockFactory and NameMapper that selects and exposes selected ones.
|
| NamedLockFactorySelectorSupport |
Selector implementation support class: by extending this class one may override defaults, or provide completely
alternative way of configuration.
|
| NameMapper |
Component mapping lock names to passed in artifacts and metadata as required.
|
| 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.
|
| SimpleLocalRepositoryManagerFactory |
Creates local repository managers for repository type "simple".
|
| SimpleNamedLockFactorySelector |
Simple selector implementation that uses LocalReadWriteLockNamedLockFactory and GAVNameMapper as
default name lock factory and name mapper.
|
| Slf4jLoggerFactory |
Deprecated.
|
| StaticNameMapper |
Static NameMapper, always assigns one same name, effectively becoming equivalent to "static" sync context.
|
| SyncContextFactory |
Deprecated.
|
| TrackingFileManager |
Manages access to a properties file.
|
| UpdateCheck<T,E extends org.eclipse.aether.RepositoryException> |
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.
|