com.glaivestone.javax.io
Interface FileConstants


public interface FileConstants

Symbolic constants for file system values.

Author:
Deb Lewis

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

EXTENSION_SEPARATOR

public static final java.lang.String EXTENSION_SEPARATOR
Separator within a file name between the base file name and the file extension.

See Also:
Constant Field Values

EXTENSION_SEPARATOR_CHAR

public static final char EXTENSION_SEPARATOR_CHAR
Separator within a file name between the base file name and the file extension.

See Also:
Constant Field Values

NAME_SEPARATOR

public static final java.lang.String NAME_SEPARATOR
Separator between component names in a file system path used by the host file system.


NAME_SEPARATOR_CHAR

public static final char NAME_SEPARATOR_CHAR
Separator between component names in a file system path used by the host file system.


INTERNET_STANDARD_NAME_SEPARATOR

public static final java.lang.String INTERNET_STANDARD_NAME_SEPARATOR
Separator between component names in a file system path in standard internet notation.

See Also:
Constant Field Values

INTERNET_STANDARD_NAME_SEPARATOR_CHAR

public static final char INTERNET_STANDARD_NAME_SEPARATOR_CHAR
Separator between component names in a file system path in standard internet notation.

See Also:
Constant Field Values

CURRENT_DIRECTORY_RELATIVE_REFERENCE

public static final java.lang.String CURRENT_DIRECTORY_RELATIVE_REFERENCE
Standard file system notation for a relative reference to the current directory.

See Also:
Constant Field Values

PARENT_DIRECTORY_RELATIVE_REFERENCE

public static final java.lang.String PARENT_DIRECTORY_RELATIVE_REFERENCE
Standard file system notation for a relative reference to the parent of the current directory.

See Also:
Constant Field Values

GFL 1.1 API