Uses of Class
org.apache.maven.artifact.resolver.CyclicDependencyException
Packages that use CyclicDependencyException
-
Uses of CyclicDependencyException in org.apache.maven.artifact.resolver
Fields in org.apache.maven.artifact.resolver with type parameters of type CyclicDependencyExceptionModifier and TypeFieldDescriptionprivate List<CyclicDependencyException>
ArtifactResolutionResult.circularDependencyExceptions
Methods in org.apache.maven.artifact.resolver that return CyclicDependencyExceptionMethods in org.apache.maven.artifact.resolver that return types with arguments of type CyclicDependencyExceptionMethods in org.apache.maven.artifact.resolver with parameters of type CyclicDependencyExceptionModifier and TypeMethodDescriptionArtifactResolutionResult.addCircularDependencyException
(CyclicDependencyException e) Methods in org.apache.maven.artifact.resolver that throw CyclicDependencyExceptionModifier and TypeMethodDescriptionvoid
ResolutionNode.addDependencies
(Set<Artifact> artifacts, List<ArtifactRepository> remoteRepositories, ArtifactFilter filter) -
Uses of CyclicDependencyException in org.apache.maven.repository
Fields in org.apache.maven.repository with type parameters of type CyclicDependencyExceptionModifier and TypeFieldDescriptionprivate List<CyclicDependencyException>
MetadataResolutionResult.circularDependencyExceptions
Methods in org.apache.maven.repository that return CyclicDependencyExceptionMethods in org.apache.maven.repository that return types with arguments of type CyclicDependencyExceptionMethods in org.apache.maven.repository with parameters of type CyclicDependencyExceptionModifier and TypeMethodDescriptionMetadataResolutionResult.addCircularDependencyException
(CyclicDependencyException e)