|
jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
Generic flag bit class for umount() flags
More...
Classes | |
| interface | Bit |
| enum | Bit0 |
Public Member Functions | |
| int | value () |
| UnmountFlags () | |
| boolean | isSet (final Bit bit) |
| UnmountFlags | set (final Bit bit) |
| String | toString () |
| boolean | equals (final Object other) |
Protected Member Functions | |
| Bit[] | bit_values () |
| UnmountFlags (final int v) | |
Generic flag bit class for umount() flags
See umount(2) for a detailed description.
Definition at line 34 of file UnmountFlags.java.
|
protected |
Reimplemented in org.jau.fs.linux.UnmountFlags.
Definition at line 55 of file UnmountFlags.java.
| org.jau.fs.UnmountFlags.UnmountFlags | ( | ) |
Reimplemented in org.jau.fs.linux.UnmountFlags.
Definition at line 58 of file UnmountFlags.java.
|
protected |
Reimplemented in org.jau.fs.linux.UnmountFlags.
Definition at line 49 of file UnmountFlags.java.
| boolean org.jau.fs.UnmountFlags.equals | ( | final Object | other | ) |
| boolean org.jau.fs.UnmountFlags.isSet | ( | final Bit | bit | ) |
Definition at line 62 of file UnmountFlags.java.
| UnmountFlags org.jau.fs.UnmountFlags.set | ( | final Bit | bit | ) |
Definition at line 64 of file UnmountFlags.java.
| String org.jau.fs.UnmountFlags.toString | ( | ) |
| int org.jau.fs.UnmountFlags.value | ( | ) |