70 sync ( (
short)( 1 << 11 ) ),
75 Bit(
final short v) { value = v; }
88 public boolean isSet(
final Bit bit) {
return bit.value == (
mask & bit.value ); }
100 final StringBuilder out =
new StringBuilder();
101 for (
final Bit dt :
Bit.values()) {
103 if( 0 < count ) { out.append(
", "); }
104 out.append(dt.name()); count++;
111 return out.toString();
114 public boolean equals(
final Object other) {
Filesystem copy options used to copy() path elements.
CopyOptions(final short v)
boolean isSet(final Bit bit)
boolean equals(final Object other)
follow_symlinks
Copy referenced symbolic linked files or directories instead of just the symbolic link with property ...
sync
Ensure data and meta-data file synchronization is performed via ::fsync() after asynchronous copy ope...
recursive
Traverse through directories, i.e.
preserve_all
Preserve uid and gid if allowed and access- and modification-timestamps, i.e.
verbose
Enable verbosity mode, show error messages on stderr.
ignore_symlink_errors
Ignore errors from erroneous symlinks, e.g.
overwrite
Overwrite existing destination files.
into_existing_dir
Copy source dir content into an already existing destination directory as if destination directory di...