com.versioneye.utils
Class PropertiesUtils

java.lang.Object
  extended by com.versioneye.utils.PropertiesUtils

public class PropertiesUtils
extends Object

Methods to deal with properties files.


Constructor Summary
PropertiesUtils()
           
 
Method Summary
 Properties readProperties(String filePath)
           
 void writeProperties(Properties properties, String filePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesUtils

public PropertiesUtils()
Method Detail

writeProperties

public void writeProperties(Properties properties,
                            String filePath)
                     throws Exception
Throws:
Exception

readProperties

public Properties readProperties(String filePath)
                          throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.