Class UselessFileDetector

  • All Implemented Interfaces:
    FileDetector

    public class UselessFileDetector
    extends java.lang.Object
    implements FileDetector
    A file detector that never finds anything.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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