Class Property


  • public class Property
    extends Object
    A POJO to store key, value, and comment of a single property read from a properties file.
    • Constructor Detail

      • Property

        public Property​(String comment,
                        String key,
                        boolean keyIsIdentifier,
                        String value,
                        boolean valueIsReference)
    • Method Detail

      • getComment

        public String getComment()
      • getKey

        public String getKey()
      • getKeyIsIdentifier

        public boolean getKeyIsIdentifier()
      • getValue

        public String getValue()
      • isValueIsReference

        public boolean isValueIsReference()