|
NIO2 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileAction | |
|---|---|
| org.classpath.icedtea.java.nio.file | Define interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. |
| Uses of FileAction in org.classpath.icedtea.java.nio.file |
|---|
| Methods in org.classpath.icedtea.java.nio.file with parameters of type FileAction | |
|---|---|
static void |
Files.withDirectory(Path dir,
DirectoryStream.Filter<? super Path> filter,
FileAction<? super Path> action)
Invokes a FileAction for each entry in a directory accepted
by a given filter. |
static void |
Files.withDirectory(Path dir,
FileAction<? super Path> action)
Invokes a FileAction for all entries in a directory. |
static void |
Files.withDirectory(Path dir,
String glob,
FileAction<? super Path> action)
Invokes a FileAction for each entry in a directory with a
file name that matches a given pattern. |
|
NIO2 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.