org.aludratest.service.file.util
Class FileUtil
java.lang.Object
org.aludratest.service.file.util.FileUtil
public class FileUtil
- extends Object
Provides file-related utility methods.
- Author:
- Volker Bergmann
Method Summary |
static void |
verifyFilePath(String filePath)
Requires a file path not to be empty or null. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
verifyFilePath
public static void verifyFilePath(String filePath)
- Requires a file path not to be empty or null.
- Parameters:
filePath
-
Copyright © 2015 aludratest.org. All rights reserved.