org.openqa.selenium.remote
Class UselessFileDetector

java.lang.Object
  extended by org.openqa.selenium.remote.UselessFileDetector
All Implemented Interfaces:
FileDetector

public class UselessFileDetector
extends java.lang.Object
implements FileDetector

A file detector that never finds anything.


Constructor Summary
UselessFileDetector()
           
 
Method Summary
 java.io.File getLocalFile(java.lang.CharSequence... keys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UselessFileDetector

public UselessFileDetector()
Method Detail

getLocalFile

public java.io.File getLocalFile(java.lang.CharSequence... keys)
Specified by:
getLocalFile in interface FileDetector


Copyright © 2011. All Rights Reserved.