public class DriveType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DriveType |
CDROM
A cdrom.
|
static DriveType |
FIXED
A fixed (local) drive.
|
static DriveType |
RAMDISK
A ram disk.
|
static DriveType |
REMOTE
A remote (network) drive.
|
static DriveType |
REMOVABLE
A removable drive.
|
static DriveType |
UNKNOWN
The drive type could not be determined.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final DriveType UNKNOWN
public static final DriveType REMOVABLE
public static final DriveType FIXED
public static final DriveType REMOTE
public static final DriveType CDROM
public static final DriveType RAMDISK