Uses of Package
org.eclipse.aether.impl
-
Packages that use org.eclipse.aether.impl 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. -
Classes in org.eclipse.aether.impl used by org.eclipse.aether.impl Class Description DefaultServiceLocator A simple service locator that is already setup with all components from this library.DefaultServiceLocator.ErrorHandler 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. -
Classes in org.eclipse.aether.impl used by org.eclipse.aether.internal.impl Class 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.SyncContextFactory A factory to create synchronization contexts.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. -
Classes in org.eclipse.aether.impl used by org.eclipse.aether.internal.impl.collect Class 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.