Package com.gurock.smartinspect
Class FileHelper
- java.lang.Object
-
- com.gurock.smartinspect.FileHelper
-
public class FileHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description FileHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddeleteFiles(String baseName, int maxParts)static DategetFileDate(String baseName, String path)static StringgetFileName(String baseName, boolean append)
-
-
-
Method Detail
-
getFileDate
public static Date getFileDate(String baseName, String path) throws SmartInspectException
- Throws:
SmartInspectException
-
deleteFiles
public static void deleteFiles(String baseName, int maxParts)
-
-