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, 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
downloadSuccess
-
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
- Specified by:
downloadErrorin interfaceResolutionEventListener
-
bomImport
- Specified by:
bomImportin interfaceResolutionEventListener
-
graphviz
public guru.nidi.graphviz.engine.Graphviz graphviz()
-