protected static interface AbstractCopyResourcesStep.FileTreeHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(Path source,
Path target)
Handles a
source file or folder. |
boolean handle(Path source, Path target) throws IOException
source file or folder.
Return value is used to indicate whether the file of folder has been handled or not.
source - the source file or directorytarget - the target file or directorytrue if the file should be handled, if the
source is directory then it will be skipped in case
false is returnedIOExceptionCopyright © 2000–2025 Vaadin Ltd. All rights reserved.