|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstec.sfc.Win32.DriveType
public final class DriveType
Drive type returned by Drive.getType()
Field Summary | |
---|---|
static int |
CDROM
Drive is CD-ROM. |
static int |
FIXED
Drive is not removeable. |
static int |
NO_ROOT_DIR
Drive is invalid. |
static int |
RAMDISK
Drive is RAM disk. |
static int |
REMOTE
Drive is remote network drive. |
static int |
REMOVABLE
Drive is removable. |
static int |
UNKNOWN
Drive is unknown. |
Constructor Summary | |
---|---|
DriveType()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNKNOWN
Set to DRIVE_UNKNOWN.
public static final int NO_ROOT_DIR
Set to DRIVE_NO_ROOT_DIR.
public static final int REMOVABLE
Set to DRIVE_REMOVABLE.
public static final int FIXED
Set to DRIVE_FIXED.
public static final int REMOTE
Set to DRIVE_REMOTE.
public static final int CDROM
Set to DRIVE_CDROM.
public static final int RAMDISK
Set to DRIVE_RAMDISK.
Constructor Detail |
---|
public DriveType()
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2005 Servertec. All rights reserved.