Class Prerequisites

java.lang.Object
org.apache.maven.model.Prerequisites
All Implemented Interfaces:
Serializable

public class Prerequisites extends Object implements Serializable
Describes the prerequisites a project can have.
Version:
$Revision$ $Date$
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
    The minimum version of Maven required to build the project, or to use this plugin.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the minimum version of Maven required to build the project, or to use this plugin.
    void
    Set the minimum version of Maven required to build the project, or to use this plugin.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • maven

      private String maven
      The minimum version of Maven required to build the project, or to use this plugin.
  • Constructor Details

    • Prerequisites

      public Prerequisites()
  • Method Details

    • getMaven

      public String getMaven()
      Get the minimum version of Maven required to build the project, or to use this plugin.
      Returns:
      String
    • setMaven

      public void setMaven(String maven)
      Set the minimum version of Maven required to build the project, or to use this plugin.
      Parameters:
      maven -