Package org.eclipse.jetty.toolchain.test
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
FieldsModifier and TypeFieldDescriptionstatic final IO.SafeFileFilterDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
acceptin interfaceFileFilter
-