A file visitor.
no subtypes hierarchy
Initializer |
Visitor() |
Attributes | |
terminated | Source Codeshared default Boolean terminated Evaluates to |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
afterDirectory | Source Codeshared default void afterDirectory(Directory dir) Called after visiting files and subdirectories of the given directory. |
beforeDirectory | Source Codeshared default Boolean beforeDirectory(Directory dir) Called before visiting files and subdirectories
of the given directory. If this method returns
|
file | Source Codeshared default void file(File file) Visit a file. |
Inherited Methods |
Methods inherited from: Object |