Class Requirements

    • Constructor Detail

      • Requirements

        public Requirements()
    • Method Detail

      • addOther

        public void addOther​(String key,
                             String value)
        Method addOther.
        Parameters:
        key - a key object.
        value - a value object.
      • equals

        public boolean equals​(Object other)
        Method equals.
        Overrides:
        equals in class Object
        Parameters:
        other - a other object.
        Returns:
        boolean
      • getDiskSpace

        public String getDiskSpace()
        Get the minimum diskSpace needed to run this plugin.
        Returns:
        String
      • getJdk

        public String getJdk()
        Get the minimum version of the JDK to run this plugin.
        Returns:
        String
      • getMaven

        public String getMaven()
        Get the minimum version of Maven to run this plugin.
        Returns:
        String
      • getMemory

        public String getMemory()
        Get the minimum memory needed to run this plugin.
        Returns:
        String
      • getOthers

        public Properties getOthers()
        Method getOthers.
        Returns:
        Properties
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        int
      • setDiskSpace

        public void setDiskSpace​(String diskSpace)
        Set the minimum diskSpace needed to run this plugin.
        Parameters:
        diskSpace - a diskSpace object.
      • setJdk

        public void setJdk​(String jdk)
        Set the minimum version of the JDK to run this plugin.
        Parameters:
        jdk - a jdk object.
      • setMaven

        public void setMaven​(String maven)
        Set the minimum version of Maven to run this plugin.
        Parameters:
        maven - a maven object.
      • setMemory

        public void setMemory​(String memory)
        Set the minimum memory needed to run this plugin.
        Parameters:
        memory - a memory object.
      • setOthers

        public void setOthers​(Properties others)
        Set others requirements properties.
        Parameters:
        others - a others object.
      • toString

        public String toString()
        Method toString.
        Overrides:
        toString in class Object
        Returns:
        String