install4j API documentation


com.install4j.api.windows
Class DriveType

java.lang.Object
  extended by com.install4j.api.windows.DriveType

public class DriveType
extends java.lang.Object

Enumeration class for the different drive types a file can be located on.

Author:
ej-technologies GmbH

Field Summary
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.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final DriveType UNKNOWN
The drive type could not be determined.


REMOVABLE

public static final DriveType REMOVABLE
A removable drive.


FIXED

public static final DriveType FIXED
A fixed (local) drive.


REMOTE

public static final DriveType REMOTE
A remote (network) drive.


CDROM

public static final DriveType CDROM
A cdrom.


RAMDISK

public static final DriveType RAMDISK
A ram disk.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object