|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Symbolic constants for file system values.
Field Summary | |
static java.lang.String |
CURRENT_DIRECTORY_RELATIVE_REFERENCE
Standard file system notation for a relative reference to the current directory. |
static java.lang.String |
EXTENSION_SEPARATOR
Separator within a file name between the base file name and the file extension. |
static char |
EXTENSION_SEPARATOR_CHAR
Separator within a file name between the base file name and the file extension. |
static java.lang.String |
INTERNET_STANDARD_NAME_SEPARATOR
Separator between component names in a file system path in standard internet notation. |
static char |
INTERNET_STANDARD_NAME_SEPARATOR_CHAR
Separator between component names in a file system path in standard internet notation. |
static java.lang.String |
NAME_SEPARATOR
Separator between component names in a file system path used by the host file system. |
static char |
NAME_SEPARATOR_CHAR
Separator between component names in a file system path used by the host file system. |
static java.lang.String |
PARENT_DIRECTORY_RELATIVE_REFERENCE
Standard file system notation for a relative reference to the parent of the current directory. |
Field Detail |
public static final java.lang.String EXTENSION_SEPARATOR
public static final char EXTENSION_SEPARATOR_CHAR
public static final java.lang.String NAME_SEPARATOR
public static final char NAME_SEPARATOR_CHAR
public static final java.lang.String INTERNET_STANDARD_NAME_SEPARATOR
public static final char INTERNET_STANDARD_NAME_SEPARATOR_CHAR
public static final java.lang.String CURRENT_DIRECTORY_RELATIVE_REFERENCE
public static final java.lang.String PARENT_DIRECTORY_RELATIVE_REFERENCE
|
GFL 1.1 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |