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

Generic flag bit values for mount() flags. More...

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

Classes

interface  Bit
 
enum  Bit0
 

Public Member Functions

long value ()
 
 MountFlags ()
 
boolean isSet (final Bit bit)
 
MountFlags set (final Bit bit)
 
String toString ()
 
boolean equals (final Object other)
 

Protected Member Functions

Bit[] bit_values ()
 
 MountFlags (final long v)
 

Detailed Description

Generic flag bit values for mount() flags.

See mount(2) for a detailed description.

See also
FileUtil::mount_image(String, String, String, long, String)
FileUtil::mount(String, String, String, long, String)

Definition at line 34 of file MountFlags.java.

Constructor & Destructor Documentation

◆ MountFlags() [1/2]

org.jau.fs.MountFlags.MountFlags ( final long  v)
protected

Reimplemented in org.jau.fs.linux.MountFlags.

Definition at line 55 of file MountFlags.java.

Here is the caller graph for this function:

◆ MountFlags() [2/2]

org.jau.fs.MountFlags.MountFlags ( )

Reimplemented in org.jau.fs.linux.MountFlags.

Definition at line 58 of file MountFlags.java.

Here is the caller graph for this function:

Member Function Documentation

◆ bit_values()

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

Reimplemented in org.jau.fs.linux.MountFlags.

Definition at line 49 of file MountFlags.java.

Here is the caller graph for this function:

◆ equals()

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

Definition at line 84 of file MountFlags.java.

Here is the call graph for this function:

◆ isSet()

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

Definition at line 62 of file MountFlags.java.

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

◆ set()

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

Definition at line 64 of file MountFlags.java.

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

◆ toString()

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

Definition at line 67 of file MountFlags.java.

Here is the call graph for this function:

◆ value()

long org.jau.fs.MountFlags.value ( )

Definition at line 53 of file MountFlags.java.

Here is the caller graph for this function:

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