| 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 |
|---|---|
org.apache.maven.artifact.versioning.ArtifactVersion |
PropertyVersions.getNewestVersion(String versionString,
Property property,
boolean allowSnapshots,
Collection<org.apache.maven.project.MavenProject> reactorProjects,
VersionsHelper helper,
boolean allowDowngrade,
Optional<Segment> upperBoundSegment)
Retrieves the newest artifact version for the given property-denoted artifact or
null if no newer
version could be found. |
org.apache.maven.artifact.versioning.ArtifactVersion |
PropertyVersions.getNewestVersion(String currentVersion,
Property property,
boolean allowSnapshots,
List<org.apache.maven.project.MavenProject> reactorProjects,
VersionsHelper helper) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Property[] |
PropertiesVersionsFileReader.getPropertiesConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyComparator.compare(Property p1,
Property p2)
Compares to
Property instances. |
Copyright © 2008–2022 MojoHaus. All rights reserved.