Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class DriveType

java.lang.Object
  extended by stec.sfc.Win32.DriveType

public final class DriveType
extends java.lang.Object

Drive type returned by Drive.getType()

Since:
1.0.0 01/07/2001

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

UNKNOWN

public static final int UNKNOWN
Drive is unknown.

Set to DRIVE_UNKNOWN.


NO_ROOT_DIR

public static final int NO_ROOT_DIR
Drive is invalid.

Set to DRIVE_NO_ROOT_DIR.


REMOVABLE

public static final int REMOVABLE
Drive is removable.

Set to DRIVE_REMOVABLE.


FIXED

public static final int FIXED
Drive is not removeable.

Set to DRIVE_FIXED.


REMOTE

public static final int REMOTE
Drive is remote network drive.

Set to DRIVE_REMOTE.


CDROM

public static final int CDROM
Drive is CD-ROM.

Set to DRIVE_CDROM.


RAMDISK

public static final int RAMDISK
Drive is RAM disk.

Set to DRIVE_RAMDISK.

Constructor Detail

DriveType

public DriveType()

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.