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. circularDependencyExceptionsMethods in org.apache.maven.artifact.resolver that return CyclicDependencyException Modifier and Type Method Description CyclicDependencyExceptionArtifactResolutionResult. 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 ArtifactResolutionResultArtifactResolutionResult. addCircularDependencyException(CyclicDependencyException e)Methods in org.apache.maven.artifact.resolver that throw CyclicDependencyException Modifier and Type Method Description voidResolutionNode. 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. circularDependencyExceptionsMethods in org.apache.maven.repository that return CyclicDependencyException Modifier and Type Method Description CyclicDependencyExceptionMetadataResolutionResult. 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 MetadataResolutionResultMetadataResolutionResult. addCircularDependencyException(CyclicDependencyException e)
-