Package org.openrewrite.maven.tree
Interface ResolutionEventListener
- All Known Implementing Classes:
GraphvizResolutionEventListener
public interface ResolutionEventListener
-
Field Summary
Fields -
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) default voiddownloadSuccess(ResolvedGroupArtifactVersion gav, @Nullable ResolvedPom containing) voidvoid
-
Field Details
-
NOOP
-
-
Method Details
-
clear
void clear() -
downloadSuccess
default void downloadSuccess(ResolvedGroupArtifactVersion gav, @Nullable @Nullable ResolvedPom containing) -
downloadError
-
parent
-
dependency
-
bomImport
-
property
-
dependencyManagement
-