br.com.objectos.fs
public interface DirectoryContentsVisitor
Directory.visitContents(DirectoryContentsVisitor)| Modifier and Type | Method and Description |
|---|---|
void |
visitDirectory(Directory directory)
Visits a directory.
|
void |
visitRegularFile(RegularFile file)
Visits a regular file.
|
void visitDirectory(Directory directory) throws IOException
directory - the directory instanceIOException - if an I/O error occursvoid visitRegularFile(RegularFile file) throws IOException
file - the regular file instanceIOException - if an I/O error occursCopyright © 2021–2022 Objectos Software LTDA. All rights reserved.