Class Property


  • public class Property
    extends java.lang.Object
    Converts a Property file data into JSONObject and back.
    • Constructor Summary

      Constructors 
      Constructor Description
      Property()  
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • toJSONObject

        public static JSONObject toJSONObject​(Hashtable properties)
                                       throws JSONException
        Converts a property file object into a JSONObject. The property file object is a table of name value pairs.
        Parameters:
        properties - java.util.Properties
        Returns:
        JSONObject
        Throws:
        JSONException
      • toProperties

        public static Hashtable toProperties​(JSONObject jo)
                                      throws JSONException
        Converts the JSONObject into a property file object.
        Parameters:
        jo - JSONObject
        Returns:
        java.util.Properties
        Throws:
        JSONException