| Package | Description |
|---|---|
| org.codehaus.mojo.versions | |
| org.codehaus.mojo.versions.api | |
| org.codehaus.mojo.versions.utils |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractVersionsReportRenderer.renderPropertyDetailTable(Property property,
PropertyVersions versions) |
protected void |
AbstractVersionsReportRenderer.renderPropertySummaryTableRow(Property property,
PropertyVersions versions) |
protected void |
AbstractVersionsUpdaterMojo.updatePropertyToNewestVersion(ModifiedPomXMLEventReader pom,
Property property,
PropertyVersions version,
String currentVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractVersionsReportRenderer.renderPropertySummaryTable(Map<Property,PropertyVersions> map) |
| Constructor and Description |
|---|
PropertyUpdatesRenderer(org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
String bundleName,
Locale locale,
Map<Property,PropertyVersions> propertyUpdates) |
| Modifier and Type | Method and Description |
|---|---|
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. |
Map<Property,PropertyVersions> |
DefaultVersionsHelper.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 currentVersion,
Property property,
Boolean allowSnapshots,
List reactorProjects,
VersionsHelper helper) |
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. |
Map<Property,PropertyVersions> |
DefaultVersionsHelper.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 |
|---|---|
int |
PropertyComparator.compare(Property p1,
Property p2)
Compares to
Property instances. |
Copyright © 2008-2014. All Rights Reserved.