|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface FileVisitDetails
Contains details about the file or directory being visited.
Method Summary | |
---|---|
File
|
getFile()
Returns the file being visited. |
RelativePath
|
getRelativePath()
Returns the path of the file being visited. |
void
|
stopVisiting()
Requests that file visiting terminate after the current file. |
Method Detail |
---|
public File getFile()
public RelativePath getRelativePath()
public void stopVisiting()
Groovy Documentation