@FunctionalInterface public interface CopyFilesTask
| Modifier and Type | Method and Description |
|---|---|
void |
copy(File changedFilesArchive)
Implementations should handle this method so the passed
File is extracted in
the root directory of the running Container. |
void copy(File changedFilesArchive) throws IOException, WatchException
File is extracted in
the root directory of the running Container.changedFilesArchive - File with the reference to the generated change files archive.WatchException - in case the copy operation doesn't complete successfully.IOExceptionCopyright © 2021. All rights reserved.