|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.install4j.api.windows.DriveType
public class DriveType
Enumeration class for the different drive types a file can be located on.
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 |
---|
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
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |