Class Prerequisites

  • All Implemented Interfaces:
    java.io.Serializable

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

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

      Constructors 
      Constructor Description
      Prerequisites()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMaven()
      Get the minimum version of Maven required to build the project, or to use this plugin.
      void setMaven​(java.lang.String maven)
      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 Detail

      • maven

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

      • Prerequisites

        public Prerequisites()
    • Method Detail

      • getMaven

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

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