org.gvsig.remoteclient.utils
Class PropertyManager

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

public class PropertyManager
extends java.lang.Object

Description: Loads the configuration files

Version:
1.0
Author:
Laura Diaz

Field Summary
static java.lang.String LOGGER_PROPERTIES
           
 
Constructor Summary
PropertyManager()
           
 
Method Summary
static java.util.Properties getProperties(java.lang.String propertyFileName)
          Gets a properties object If the the property files are not yet loaded, then loads them first
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_PROPERTIES

public static final java.lang.String LOGGER_PROPERTIES
See Also:
Constant Field Values
Constructor Detail

PropertyManager

public PropertyManager()
Method Detail

getProperties

public static java.util.Properties getProperties(java.lang.String propertyFileName)
                                          throws java.io.IOException
Gets a properties object If the the property files are not yet loaded, then loads them first

Parameters:
propertyFileName, - String
Returns:
Properties
Throws:
java.io.IOException


Copyright © 2004-2013 gvSIG. All Rights Reserved.