Uses of Class
org.apache.maven.artifact.resolver.CyclicDependencyException
-
Packages that use CyclicDependencyException Package Description org.apache.maven.artifact.resolver org.apache.maven.repository -
-
Uses of CyclicDependencyException in org.apache.maven.artifact.resolver
Fields in org.apache.maven.artifact.resolver with type parameters of type CyclicDependencyException Modifier and Type Field Description private java.util.List<CyclicDependencyException>
ArtifactResolutionResult. circularDependencyExceptions
Methods in org.apache.maven.artifact.resolver that return CyclicDependencyException Modifier and Type Method Description CyclicDependencyException
ArtifactResolutionResult. getCircularDependencyException(int i)
Methods in org.apache.maven.artifact.resolver that return types with arguments of type CyclicDependencyException Modifier and Type Method Description java.util.List<CyclicDependencyException>
ArtifactResolutionResult. getCircularDependencyExceptions()
Methods in org.apache.maven.artifact.resolver with parameters of type CyclicDependencyException Modifier and Type Method Description ArtifactResolutionResult
ArtifactResolutionResult. addCircularDependencyException(CyclicDependencyException e)
Methods in org.apache.maven.artifact.resolver that throw CyclicDependencyException Modifier and Type Method Description void
ResolutionNode. addDependencies(java.util.Set<Artifact> artifacts, java.util.List<ArtifactRepository> remoteRepositories, ArtifactFilter filter)
-
Uses of CyclicDependencyException in org.apache.maven.repository
Fields in org.apache.maven.repository with type parameters of type CyclicDependencyException Modifier and Type Field Description private java.util.List<CyclicDependencyException>
MetadataResolutionResult. circularDependencyExceptions
Methods in org.apache.maven.repository that return CyclicDependencyException Modifier and Type Method Description CyclicDependencyException
MetadataResolutionResult. getCircularDependencyException(int i)
Methods in org.apache.maven.repository that return types with arguments of type CyclicDependencyException Modifier and Type Method Description java.util.List<CyclicDependencyException>
MetadataResolutionResult. getCircularDependencyExceptions()
Methods in org.apache.maven.repository with parameters of type CyclicDependencyException Modifier and Type Method Description MetadataResolutionResult
MetadataResolutionResult. addCircularDependencyException(CyclicDependencyException e)
-