public class FileSystemUtils_Patch extends Object
Constructor and Description |
---|
FileSystemUtils_Patch() |
Modifier and Type | Method and Description |
---|---|
static void |
copyRecursively(File src,
File dest)
Recursively copy the contents of the
src file/directory
to the dest file/directory. |
static void |
copyRecursively(Path src,
Path dest)
Recursively copy the contents of the
src file/directory
to the dest file/directory. |
public static void copyRecursively(File src, File dest) throws IOException
src
file/directory
to the dest
file/directory.src
- the source directorydest
- the destination directoryIOException
- in the case of I/O errorspublic static void copyRecursively(Path src, Path dest) throws IOException
src
file/directory
to the dest
file/directory.src
- the source directorydest
- the destination directoryIOException
- in the case of I/O errorsCopyright © GigaSpaces.