Class IO.SafeFileFilter

java.lang.Object
org.eclipse.jetty.toolchain.test.IO.SafeFileFilter
All Implemented Interfaces:
FileFilter
Enclosing class:
IO

@Deprecated(forRemoval=true, since="6.0") public static class IO.SafeFileFilter extends Object implements FileFilter
Deprecated, for removal: This API element is subject to removal in a future version.
A FileFilter for obtaining a list of contents that does not contain the special . and .. entries that some JVM environments report.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IO.SafeFileFilter
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(File path)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final IO.SafeFileFilter INSTANCE
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • SafeFileFilter

      public SafeFileFilter()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • accept

      public boolean accept(File path)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      accept in interface FileFilter