Uses of Class
org.codehaus.mojo.versions.api.PropertyVersions

Packages that use PropertyVersions
org.codehaus.mojo.versions   
org.codehaus.mojo.versions.api   
 

Uses of PropertyVersions in org.codehaus.mojo.versions
 

Methods in org.codehaus.mojo.versions with parameters of type PropertyVersions
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)
           
 

Method parameters in org.codehaus.mojo.versions with type arguments of type PropertyVersions
protected  void AbstractVersionsReportRenderer.renderPropertySummaryTable(Map<Property,PropertyVersions> map)
           
 

Constructor parameters in org.codehaus.mojo.versions with type arguments of type PropertyVersions
PropertyUpdatesRenderer(org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, String bundleName, Locale locale, Map<Property,PropertyVersions> propertyUpdates)
           
 

Uses of PropertyVersions in org.codehaus.mojo.versions.api
 

Methods in org.codehaus.mojo.versions.api that return types with arguments of type PropertyVersions
 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.
 



Copyright © 2008-2012 Codehaus. All Rights Reserved.