Class PropertyManager

java.lang.Object
org.gvsig.remoteclient.utils.PropertyManager

public class PropertyManager extends Object
Description: Loads the configuration files
Version:
1.0
Author:
Laura Diaz
  • Field Details

  • Constructor Details

    • PropertyManager

      public PropertyManager()
  • Method Details

    • getProperties

      public static Properties getProperties(String propertyFileName) throws IOException
      Gets a properties object If the the property files are not yet loaded, then loads them first
      Parameters:
      propertyFileName - , String
      Returns:
      Properties
      Throws:
      IOException