Class IO.SafeFileFilter

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

public static class IO.SafeFileFilter extends Object implements FileFilter
A FileFilter for obtaining a list of contents that does not contain the special . and .. entries that some JVM environments report.
  • Field Details

  • Constructor Details

    • SafeFileFilter

      public SafeFileFilter()
  • Method Details