Class JPropertyFile


  • public class JPropertyFile
    extends JResourceFile
    A property file.
    • Constructor Detail

      • JPropertyFile

        public JPropertyFile​(String name)
    • Method Detail

      • add

        public void add​(String key,
                        String value)
        Adds key/value pair into the property file. If you call this method twice with the same key, the old one is overriden by the new one.