Class VersionsHelper.VersionPropertiesMapRequest

java.lang.Object
org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
Enclosing interface:
VersionsHelper

public static class VersionsHelper.VersionPropertiesMapRequest extends Object
  • Constructor Details

    • VersionPropertiesMapRequest

      public VersionPropertiesMapRequest()
  • Method Details

    • getMavenProject

      protected org.apache.maven.project.MavenProject getMavenProject()
      Returns the MavenProject object
      Returns:
      MavenProject object
    • getPropertyDefinitions

      protected Property[] getPropertyDefinitions()
      Returns the Property array
      Returns:
      Property array
    • getIncludeProperties

      protected String getIncludeProperties()
      Returns the value of includeProperties
      Returns:
      value of includeProperties
    • getExcludeProperties

      protected String getExcludeProperties()
      Returns the value of excludeProperties
      Returns:
      value of excludeProperties
    • isIncludeParent

      protected boolean isIncludeParent()
      Returns the value of includeParent. If not set, it is assumed to be true
      Returns:
      value of includeParent
    • isAutoLinkItems

      protected boolean isAutoLinkItems()
      Returns the value of autoLinkItems If not set, it is assumed to be true
      Returns:
      value of autoLinkItems
    • builder

      Returns:
      new VersionsHelper.VersionPropertiesMapRequest.Builder instance