| Package | Description |
|---|---|
| org.codehaus.mojo.versions | |
| org.codehaus.mojo.versions.api | |
| org.codehaus.mojo.versions.reporting | |
| org.codehaus.mojo.versions.reporting.model |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.maven.artifact.versioning.ArtifactVersion |
AbstractVersionsUpdaterMojo.updatePropertyToNewestVersion(ModifiedPomXMLEventReader pom,
Property property,
PropertyVersions version,
String currentVersion,
boolean allowDowngrade,
Optional<Segment> unchangedSegment) |
| Modifier and Type | Method and Description |
|---|---|
Map<Property,PropertyVersions> |
DefaultVersionsHelper.getVersionPropertiesMap(org.apache.maven.project.MavenProject project,
Property[] propertyDefinitions,
String includeProperties,
String excludeProperties,
boolean autoLinkItems) |
Map<Property,PropertyVersions> |
VersionsHelper.getVersionPropertiesMap(org.apache.maven.project.MavenProject project,
Property[] propertyDefinitions,
String includeProperties,
String excludeProperties,
boolean autoLinkItems)
Returns a map of
PropertyVersions values keyed by
Property instances consisting of the properties defined in the project which
are associated with version information. |
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
PropertyUpdatesReportRenderer.getVersionsInRange(Property property,
PropertyVersions versions,
org.apache.maven.artifact.versioning.ArtifactVersion[] artifactVersions) |
protected void |
PropertyUpdatesReportRenderer.renderPropertyDetailTable(Property property,
PropertyVersions details) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertyUpdatesReportRenderer.renderSummaryTable(Map<Property,PropertyVersions> contents) |
protected void |
PropertyUpdatesReportRenderer.renderTable(String titleKey,
Map<Property,PropertyVersions> contents,
String emptyKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<Property,PropertyVersions> |
PropertyUpdatesModel.getAllUpdates() |
| Constructor and Description |
|---|
PropertyUpdatesModel(Map<Property,PropertyVersions> propertyUpdates) |
Copyright © 2008–2022 MojoHaus. All rights reserved.