Package org.openqa.selenium.io
Class FileHandler
java.lang.Object
org.openqa.selenium.io.FileHandler
Utility methods for common filesystem activities
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
copyResource
(File outputDir, Class<?> forClassLoader, String... names) static boolean
static boolean
static boolean
static boolean
makeWritable
(File file)
-
Constructor Details
-
FileHandler
public FileHandler()
-
-
Method Details
-
copyResource
public static void copyResource(File outputDir, Class<?> forClassLoader, String... names) throws IOException - Throws:
IOException
-
createDir
-
makeWritable
-
isZipped
-
delete
-
copy
- Throws:
IOException
-