Filesystem copy options used to copy() path elements.
More...
Filesystem copy options used to copy() path elements.
By default, the fmode_t POSIX protection mode bits are preserved while using the caller's uid and gid as well as current timestamps.
Use CopyOptions.Bit#preserve_all
to preserve uid and gid if allowed from the caller and access- and modification-timestamps.
- See also
- FileUtil::copy(String, String, CopyOptions)
Definition at line 35 of file CopyOptions.java.
◆ CopyOptions() [1/2]
org.jau.fs.CopyOptions.CopyOptions |
( |
final short |
v | ) |
|
◆ CopyOptions() [2/2]
org.jau.fs.CopyOptions.CopyOptions |
( |
| ) |
|
◆ equals()
boolean org.jau.fs.CopyOptions.equals |
( |
final Object |
other | ) |
|
◆ isSet()
boolean org.jau.fs.CopyOptions.isSet |
( |
final Bit |
bit | ) |
|
◆ set()
Sets the given bit and returns this instance for chaining.
- Parameters
-
bit | the given Bit value to set |
- Returns
- this instance for chaining.
Definition at line 95 of file CopyOptions.java.
◆ toString()
String org.jau.fs.CopyOptions.toString |
( |
| ) |
|
◆ mask
short org.jau.fs.CopyOptions.mask |
The documentation for this class was generated from the following file: