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.sourceFiles - the list of source files.destDir - the directory to copy the files to.IOException - if the copy fails.Copyright © 2018. All rights reserved.