com.jniwrapper.win32.io
Class FileSystem.DriveType

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.io.FileSystem.DriveType
Enclosing class:
FileSystem

public static class FileSystem.DriveType
extends com.jniwrapper.util.EnumItem

DriveTypes class represents the enumeration of drive types.


Field Summary
static FileSystem.DriveType CDROM
          CD/DVD-ROM drive
static FileSystem.DriveType FIXED
          Drive is fixed media; for example a hard drive.
static FileSystem.DriveType NO_ROOT_DIR
          Root path is invalid
static FileSystem.DriveType RAMDISK
          Virtual RAM-disk
static FileSystem.DriveType REMOTE
          Drive is network resource.
static FileSystem.DriveType REMOVABLE
          Drive is removable media (floppy disk, flas card etc.)
static FileSystem.DriveType UNKNOWN
          Drive type cannot be determined
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final FileSystem.DriveType UNKNOWN
Drive type cannot be determined


NO_ROOT_DIR

public static final FileSystem.DriveType NO_ROOT_DIR
Root path is invalid


REMOVABLE

public static final FileSystem.DriveType REMOVABLE
Drive is removable media (floppy disk, flas card etc.)


FIXED

public static final FileSystem.DriveType FIXED
Drive is fixed media; for example a hard drive.


REMOTE

public static final FileSystem.DriveType REMOTE
Drive is network resource.


CDROM

public static final FileSystem.DriveType CDROM
CD/DVD-ROM drive


RAMDISK

public static final FileSystem.DriveType RAMDISK
Virtual RAM-disk