public class FileOperations extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(com.google.common.collect.ImmutableList<Path> sourceFiles,
Path destDir)
Copies
sourceFiles to the destDir directory. |
public static void copy(com.google.common.collect.ImmutableList<Path> sourceFiles, Path destDir) throws IOException
sourceFiles to the destDir directory.IOExceptionCopyright © 2018. All rights reserved.