Uses of Class
org.codehaus.mojo.versions.reporting.OverviewStats
Packages that use OverviewStats
-
Uses of OverviewStats in org.codehaus.mojo.versions.reporting
Subclasses of OverviewStats in org.codehaus.mojo.versions.reportingMethods in org.codehaus.mojo.versions.reporting with type parameters of type OverviewStatsModifier and TypeMethodDescriptionprotected abstract <Q extends OverviewStats>
QAbstractVersionsReportRenderer.computeOverviewStats()Computes the OverviewStats object needed to render the summary table rowstatic <T extends OverviewStats,V extends AbstractVersionDetails>
TOverviewStats.fromUpdates(Collection<V> updates, ArtifactVersionsCache cache, boolean allowSnapshots) Creates a OverviewStats instance based on the collection of version updates in the argumentstatic <T extends OverviewStats,V extends AbstractVersionDetails>
TPluginOverviewStats.fromUpdates(Collection<V> updates, ArtifactVersionsCache cache, boolean allowSnapshots) Creates a PluginOverviewStats instance based on the collection of version updates in the argumentprotected <Q extends OverviewStats>
voidAbstractVersionsReportRenderer.renderOverviewTableRow(Q stats) Renders the singular summary table rowprotected <T extends OverviewStats>
voidPluginUpdatesReportRenderer.renderOverviewTableRow(T stats) Methods in org.codehaus.mojo.versions.reporting that return OverviewStatsModifier and TypeMethodDescriptionprotected OverviewStatsDependencyUpdatesReportRenderer.computeOverviewStats()protected OverviewStatsPropertyUpdatesReportRenderer.computeOverviewStats()