Uses of Class
org.eclipse.aether.RepositoryException
Package
Description
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
The types supporting the publishing of artifacts to a remote repository.
The provisional interfaces defining the various subcomponents that implement the repository system.
The types supporting the publishing of artifacts to a local repository.
The definition of metadata, that is an auxiliary entity managed by the repository system to locate artifacts.
The definition of various kinds of repositories that host artifacts.
The types supporting the resolution of artifacts and metadata from repositories.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
Various dependency graph transformers for post-processing a dependency graph.
Various version filters for building a dependency graph.
The definition of a version scheme for parsing and comparing versions.
-
Uses of RepositoryException in org.eclipse.aether.collection
Modifier and TypeClassDescriptionclass
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.class
Thrown in case of an unsolvable conflict between different version constraints for a dependency.Modifier and TypeMethodDescriptionvoid
VersionFilter.filterVersions
(VersionFilter.VersionFilterContext context) Filters the available versions for a given dependency.DependencyGraphTransformer.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) Transforms the dependency graph denoted by the specified root node. -
Uses of RepositoryException in org.eclipse.aether.deployment
Modifier and TypeClassDescriptionclass
Thrown in case of a deployment error like authentication failure. -
Uses of RepositoryException in org.eclipse.aether.impl
Modifier and TypeClassDescriptionfinal class
UpdateCheck<T,
E extends RepositoryException> A request to check if an update of an artifact/metadata from a remote repository is needed. -
Uses of RepositoryException in org.eclipse.aether.installation
Modifier and TypeClassDescriptionclass
Thrown in case of an installation error like an IO error. -
Uses of RepositoryException in org.eclipse.aether.metadata
-
Uses of RepositoryException in org.eclipse.aether.repository
Modifier and TypeClassDescriptionclass
Thrown in case of an unsupported local repository type. -
Uses of RepositoryException in org.eclipse.aether.resolution
Modifier and TypeClassDescriptionclass
Thrown in case of an unreadable or unresolvable artifact descriptor.class
Thrown in case of a unresolvable artifacts.class
Thrown in case of a unresolvable dependencies.class
Thrown in case of an unparseable or unresolvable version range.class
Thrown in case of an unresolvable metaversion. -
Uses of RepositoryException in org.eclipse.aether.transfer
Modifier and TypeClassDescriptionclass
Thrown when an artifact was filtered from a particular repository.class
Thrown when an artifact was not found in a particular repository.class
Thrown when an artifact could not be uploaded/downloaded to/from a particular remote repository.class
Thrown in case of a checksum failure during an artifact/metadata download.class
Thrown when metadata was not found in a particular repository.class
Thrown when metadata could not be uploaded/downloaded to/from a particular remote repository.class
Thrown in case of an unsupported remote repository type.class
Thrown in case of an unsupported repository layout.class
Thrown in case of an unsupported transport protocol.class
Thrown when a transfer could not be performed because a remote repository is not accessible in offline mode.class
Thrown in case an upload/download was cancelled (e.g. -
Uses of RepositoryException in org.eclipse.aether.util.graph.transformer
Modifier and TypeMethodDescriptionabstract void
ConflictResolver.ScopeDeriver.deriveScope
(ConflictResolver.ScopeContext context) Determines the scope of a dependency in relation to the scope of its parent.void
JavaScopeDeriver.deriveScope
(ConflictResolver.ScopeContext context) ConflictResolver.OptionalitySelector.getInstance
(DependencyNode root, DependencyGraphTransformationContext context) Retrieves the optionality selector for use during the specified graph transformation.ConflictResolver.ScopeDeriver.getInstance
(DependencyNode root, DependencyGraphTransformationContext context) Retrieves the scope deriver for use during the specified graph transformation.ConflictResolver.ScopeSelector.getInstance
(DependencyNode root, DependencyGraphTransformationContext context) Retrieves the scope selector for use during the specified graph transformation.ConflictResolver.VersionSelector.getInstance
(DependencyNode root, DependencyGraphTransformationContext context) Retrieves the version selector for use during the specified graph transformation.abstract void
ConflictResolver.OptionalitySelector.selectOptionality
(ConflictResolver.ConflictContext context) Determines the effective optional flag of the dependency given byConflictResolver.ConflictContext.getWinner()
.void
SimpleOptionalitySelector.selectOptionality
(ConflictResolver.ConflictContext context) abstract void
ConflictResolver.ScopeSelector.selectScope
(ConflictResolver.ConflictContext context) Determines the effective scope of the dependency given byConflictResolver.ConflictContext.getWinner()
.void
JavaScopeSelector.selectScope
(ConflictResolver.ConflictContext context) abstract void
ConflictResolver.VersionSelector.selectVersion
(ConflictResolver.ConflictContext context) Determines the winning node among conflicting dependencies.void
NearestVersionSelector.selectVersion
(ConflictResolver.ConflictContext context) ChainedDependencyGraphTransformer.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) ConflictIdSorter.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) ConflictMarker.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group.ConflictResolver.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) JavaDependencyContextRefiner.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) NoopDependencyGraphTransformer.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) -
Uses of RepositoryException in org.eclipse.aether.util.graph.version
Modifier and TypeMethodDescriptionvoid
ChainedVersionFilter.filterVersions
(VersionFilter.VersionFilterContext context) -
Uses of RepositoryException in org.eclipse.aether.version
Modifier and TypeClassDescriptionclass
Thrown when a version or version range could not be parsed.