Package migration.utils
Class Utils
- java.lang.Object
-
- migration.utils.Utils
-
public class Utils extends Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringaddSecondToTimestamp(String timestamp, int seconds)static PropertiesgetConfigProperties(String propFileName)static PropertiesgetConfigPropertiesFromResource(String propFileName)static TimestampparseDate(Object value, String timezone)
-
-
-
Method Detail
-
getConfigProperties
public static Properties getConfigProperties(String propFileName)
-
getConfigPropertiesFromResource
public static Properties getConfigPropertiesFromResource(String propFileName)
-
-