Package org.exoplatform.commons.utils
Class PropertiesLoader
- java.lang.Object
-
- org.exoplatform.commons.utils.PropertiesLoader
-
public class PropertiesLoader extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description PropertiesLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LinkedHashMap<String,String>load(InputStream in)static LinkedHashMap<String,String>loadFromXML(InputStream in)
-
-
-
Method Detail
-
load
public static LinkedHashMap<String,String> load(InputStream in) throws IOException
- Throws:
IOException
-
loadFromXML
public static LinkedHashMap<String,String> loadFromXML(InputStream in) throws IOException
- Throws:
IOException
-
-