jaulib v1.2.0
Jau Support Library (C++, Java, ..)
Classes | Public Member Functions | Protected Member Functions | List of all members
org.jau.fs.UnmountFlags Class Reference

Generic flag bit class for umount() flags More...

Inheritance diagram for org.jau.fs.UnmountFlags:
Collaboration diagram for org.jau.fs.UnmountFlags:

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)
 

Detailed Description

Generic flag bit class for umount() flags

See umount(2) for a detailed description.

See also
FileUtil::umount(long, int)
FileUtil::umount(String, int)

Definition at line 34 of file UnmountFlags.java.

Constructor & Destructor Documentation

◆ UnmountFlags() [1/2]

org.jau.fs.UnmountFlags.UnmountFlags ( final int  v)
protected

Reimplemented in org.jau.fs.linux.UnmountFlags.

Definition at line 55 of file UnmountFlags.java.

Here is the caller graph for this function:

◆ UnmountFlags() [2/2]

org.jau.fs.UnmountFlags.UnmountFlags ( )

Reimplemented in org.jau.fs.linux.UnmountFlags.

Definition at line 58 of file UnmountFlags.java.

Here is the caller graph for this function:

Member Function Documentation

◆ bit_values()

Bit[] org.jau.fs.UnmountFlags.bit_values ( )
protected

Reimplemented in org.jau.fs.linux.UnmountFlags.

Definition at line 49 of file UnmountFlags.java.

Here is the caller graph for this function:

◆ equals()

boolean org.jau.fs.UnmountFlags.equals ( final Object  other)

Definition at line 84 of file UnmountFlags.java.

Here is the call graph for this function:

◆ isSet()

boolean org.jau.fs.UnmountFlags.isSet ( final Bit  bit)

Definition at line 62 of file UnmountFlags.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ set()

UnmountFlags org.jau.fs.UnmountFlags.set ( final Bit  bit)

Definition at line 64 of file UnmountFlags.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toString()

String org.jau.fs.UnmountFlags.toString ( )

Definition at line 67 of file UnmountFlags.java.

Here is the call graph for this function:

◆ value()

int org.jau.fs.UnmountFlags.value ( )

Definition at line 53 of file UnmountFlags.java.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: