Class CheckstyleAntTask.Property

    • Method Detail

      • getKey

        public String getKey()
        Gets key.
        Returns:
        the property key
      • setKey

        public void setKey​(String key)
        Sets key.
        Parameters:
        key - sets the property key
      • getValue

        public String getValue()
        Gets value.
        Returns:
        the property value
      • setValue

        public void setValue​(String value)
        Sets value.
        Parameters:
        value - set the property value
      • setFile

        public void setFile​(File file)
        Sets the property value from a File.
        Parameters:
        file - set the property value from a File