Package org.openqa.selenium.io
Class FileHandler
java.lang.Object
org.openqa.selenium.io.FileHandler
Utility methods for common filesystem activities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidcopyResource(File outputDir, Class<?> forClassLoader, String... names) static booleanstatic booleanstatic booleanstatic booleanmakeWritable(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
-