|
jaulib v1.5.0
Jau Support Library (C++, Java, ..)
|
Filesystem copy options used to copy() path elements. More...
Classes | |
| enum | Bit |
Public Member Functions | |
| CopyOptions () | |
| CopyOptions (final short v) | |
| boolean | equals (final Object other) |
| boolean | isSet (final Bit bit) |
| CopyOptions | set (final Bit bit) |
| Sets the given bit and returns this instance for chaining. | |
| String | toString () |
Public Attributes | |
| short | mask |
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.
Definition at line 35 of file CopyOptions.java.
| org.jau.fs.CopyOptions.CopyOptions | ( | final short | v | ) |
| org.jau.fs.CopyOptions.CopyOptions | ( | ) |
Definition at line 84 of file CopyOptions.java.
| boolean org.jau.fs.CopyOptions.isSet | ( | final Bit | bit | ) |
| CopyOptions org.jau.fs.CopyOptions.set | ( | final Bit | bit | ) |
Sets the given bit and returns this instance for chaining.
| bit | the given Bit value to set |
Definition at line 95 of file CopyOptions.java.
| String org.jau.fs.CopyOptions.toString | ( | ) |
Definition at line 98 of file CopyOptions.java.
| boolean org.jau.fs.CopyOptions.equals | ( | final Object | other | ) |
Definition at line 114 of file CopyOptions.java.
| short org.jau.fs.CopyOptions.mask |
Definition at line 79 of file CopyOptions.java.