Uses of Interface
org.fedoraproject.xmvn.connector.maven.ResolutionListener
-
Packages that use ResolutionListener Package Description org.fedoraproject.xmvn.connector.maven -
-
Uses of ResolutionListener in org.fedoraproject.xmvn.connector.maven
Classes in org.fedoraproject.xmvn.connector.maven that implement ResolutionListener Modifier and Type Class Description (package private) classDependencyVersionReportGeneratorGenerates dependency version report after Maven session ends.classXMvnMojoExecutionListenerListens to various MOJO executions and captures useful information.Fields in org.fedoraproject.xmvn.connector.maven with type parameters of type ResolutionListener Modifier and Type Field Description private java.util.List<ResolutionListener>XMvnWorkspaceReader. listenersMethods in org.fedoraproject.xmvn.connector.maven with parameters of type ResolutionListener Modifier and Type Method Description voidXMvnWorkspaceReader. addResolutionListener(ResolutionListener listener)
-