public class MountStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MountStatus |
MNT3_OK
No error.
|
static MountStatus |
MNT3ERR_ACCES
Permission denied.
|
static MountStatus |
MNT3ERR_INVAL
Invalid argument.
|
static MountStatus |
MNT3ERR_IO
I/O error.
|
static MountStatus |
MNT3ERR_NAMETOOLONG
Filename too long.
|
static MountStatus |
MNT3ERR_NOENT
No such file or directory.
|
static MountStatus |
MNT3ERR_NOTDIR
Not a directory.
|
static MountStatus |
MNT3ERR_NOTSUPP
Operation not supported.
|
static MountStatus |
MNT3ERR_PERM
Not owner.
|
static MountStatus |
MNT3ERR_SERVERFAULT
A failure on the server.
|
| Modifier and Type | Method and Description |
|---|---|
static MountStatus |
fromValue(int value)
Convenience function to get the instance from the int status value.
|
int |
getValue() |
public static final MountStatus MNT3_OK
public static final MountStatus MNT3ERR_PERM
public static final MountStatus MNT3ERR_NOENT
public static final MountStatus MNT3ERR_IO
public static final MountStatus MNT3ERR_ACCES
public static final MountStatus MNT3ERR_NOTDIR
public static final MountStatus MNT3ERR_INVAL
public static final MountStatus MNT3ERR_NAMETOOLONG
public static final MountStatus MNT3ERR_NOTSUPP
public static final MountStatus MNT3ERR_SERVERFAULT
public static MountStatus fromValue(int value)
value - The int status value.public int getValue()