org.openqa.selenium.io
Interface FileHandler.Filter

Enclosing class:
FileHandler

public static interface FileHandler.Filter

Used by file operations to determine whether or not to make use of a file.


Method Summary
 boolean isRequired(File file)
           
 

Method Detail

isRequired

boolean isRequired(File file)
Parameters:
file - File to be considered.
Returns:
Whether or not to make use of the file in this oprtation.


Copyright © 2011. All Rights Reserved.