Package org.openrewrite.maven.tree
Class GraphvizResolutionEventListener
java.lang.Object
org.openrewrite.maven.tree.GraphvizResolutionEventListener
- All Implemented Interfaces:
ResolutionEventListener
-
Field Summary
FieldsFields inherited from interface org.openrewrite.maven.tree.ResolutionEventListener
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbomImport(ResolvedGroupArtifactVersion gav, Pom containing) voidclear()voiddependency(Scope scope, ResolvedDependency resolvedDependency, ResolvedPom containing) voiddependencyManagement(ManagedDependency dependencyManagement, Pom containing) voiddownloadError(GroupArtifactVersion gav, List<String> attemptedUris, @Nullable Pom containing) guru.nidi.graphviz.engine.Graphvizgraphviz()voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.maven.tree.ResolutionEventListener
download, downloadMetadata, downloadSuccess, repository, repositoryAccessFailed
-
Field Details
-
GRAPH_NAME
- See Also:
-
-
Constructor Details
-
GraphvizResolutionEventListener
public GraphvizResolutionEventListener()
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceResolutionEventListener
-
parent
- Specified by:
parentin interfaceResolutionEventListener
-
dependency
- Specified by:
dependencyin interfaceResolutionEventListener
-
property
- Specified by:
propertyin interfaceResolutionEventListener
-
dependencyManagement
- Specified by:
dependencyManagementin interfaceResolutionEventListener
-
downloadError
public void downloadError(GroupArtifactVersion gav, List<String> attemptedUris, @Nullable Pom containing) - Specified by:
downloadErrorin interfaceResolutionEventListener- Parameters:
gav- - GAV coordinate of the dependency which failed to downloadattemptedUris- - The URIs which were attempted, in the order they were attempted, before resolution was determined to have failedcontaining- - The pom containing the dependency which failed to resolve, if resolution was attempted from such a context
-
bomImport
- Specified by:
bomImportin interfaceResolutionEventListener
-
graphviz
public guru.nidi.graphviz.engine.Graphviz graphviz()
-