Package org.gvsig.remoteclient.utils
Class PropertyManager
java.lang.Object
org.gvsig.remoteclient.utils.PropertyManager
Description: Loads the configuration files
- Version:
- 1.0
- Author:
- Laura Diaz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiesgetProperties(String propertyFileName) Gets a properties object If the the property files are not yet loaded, then loads them first
-
Field Details
-
LOGGER_PROPERTIES
- See Also:
-
-
Constructor Details
-
PropertyManager
public PropertyManager()
-
-
Method Details
-
getProperties
Gets a properties object If the the property files are not yet loaded, then loads them first- Parameters:
propertyFileName- , String- Returns:
- Properties
- Throws:
IOException
-