Package com.adobe.aio.util
Class FileUtil
- java.lang.Object
-
- com.adobe.aio.util.FileUtil
-
public class FileUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>
getMap(String propertiesClassPath)
static Map<String,String>
getMap(Properties properties)
static Properties
getProperties(String propertiesClassPath)
-
-
-
Method Detail
-
getMap
public static Map<String,String> getMap(Properties properties)
-
getProperties
public static Properties getProperties(String propertiesClassPath)
-
-