Package | Description |
---|---|
nl.esciencecenter.xenon.files |
This package contains classes and interfaces for manipulating files.
|
Modifier and Type | Method and Description |
---|---|
Copy |
Files.copy(Path source,
Path target,
CopyOption... options)
Copy an existing source file or symbolic link to a target file.
|
Copy |
CopyStatus.getCopy()
Get the Copy for which this CopyStatus was created.
|
Modifier and Type | Method and Description |
---|---|
CopyStatus |
Files.cancelCopy(Copy copy)
Cancel a copy operation.
|
CopyStatus |
Files.getCopyStatus(Copy copy)
Retrieve the status of an asynchronous copy.
|