- java.lang.Object
-
- com.appslandia.common.utils.FileNameUtils
-
-
Constructor Summary
Constructors Constructor Description FileNameUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtoFileName(String fileName, Object info)static StringtoFileNameNow(String fileName)static StringtoFileNameUUID(String fileName)static StringtoUnixPath(String path)
-
-
-
Method Detail
-
toFileNameNow
public static String toFileNameNow(String fileName) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
toFileNameUUID
public static String toFileNameUUID(String fileName) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
toFileName
public static String toFileName(String fileName, Object info) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-