RSE
Release 1.0

org.eclipse.rse.core.subsystems
Interface IFileConstants


public interface IFileConstants

Constants used in the remote file system support


Field Summary
static byte[] LINE_SEPARATOR_BYTE_ARRAY_UNIX
          Unix-style line separator as a byte array: 10
static byte[] LINE_SEPARATOR_BYTE_ARRAY_WINDOWS
          Windows-style line separator as a byte array: 13 and 10 respectively
static char PATH_SEPARATOR_CHAR_UNIX
          Unix-style path separator as a char: ':'
static char PATH_SEPARATOR_CHAR_WINDOWS
          Windows-style path separator as a char: ';'
static String PATH_SEPARATOR_UNIX
          Unix-style path separator as a string: ":"
static String PATH_SEPARATOR_WINDOWS
          Windows-style path separator as a string: ";"
static char SEPARATOR_CHAR_UNIX
          Unix-style folder-name separator as a char: '/'
static char SEPARATOR_CHAR_WINDOWS
          Windows-style folder-name separator as a char: '\'
static String SEPARATOR_UNIX
          Unix-style folder-name separator as a string: "/"
static String SEPARATOR_WINDOWS
          Windows-style folder-name separator as a string: "\"
 

Field Detail

SEPARATOR_UNIX

public static final String SEPARATOR_UNIX
Unix-style folder-name separator as a string: "/"

See Also:
Constant Field Values

SEPARATOR_CHAR_UNIX

public static final char SEPARATOR_CHAR_UNIX
Unix-style folder-name separator as a char: '/'

See Also:
Constant Field Values

PATH_SEPARATOR_UNIX

public static final String PATH_SEPARATOR_UNIX
Unix-style path separator as a string: ":"

See Also:
Constant Field Values

PATH_SEPARATOR_CHAR_UNIX

public static final char PATH_SEPARATOR_CHAR_UNIX
Unix-style path separator as a char: ':'

See Also:
Constant Field Values

LINE_SEPARATOR_BYTE_ARRAY_UNIX

public static final byte[] LINE_SEPARATOR_BYTE_ARRAY_UNIX
Unix-style line separator as a byte array: 10


SEPARATOR_WINDOWS

public static final String SEPARATOR_WINDOWS
Windows-style folder-name separator as a string: "\"

See Also:
Constant Field Values

SEPARATOR_CHAR_WINDOWS

public static final char SEPARATOR_CHAR_WINDOWS
Windows-style folder-name separator as a char: '\'

See Also:
Constant Field Values

PATH_SEPARATOR_WINDOWS

public static final String PATH_SEPARATOR_WINDOWS
Windows-style path separator as a string: ";"

See Also:
Constant Field Values

PATH_SEPARATOR_CHAR_WINDOWS

public static final char PATH_SEPARATOR_CHAR_WINDOWS
Windows-style path separator as a char: ';'

See Also:
Constant Field Values

LINE_SEPARATOR_BYTE_ARRAY_WINDOWS

public static final byte[] LINE_SEPARATOR_BYTE_ARRAY_WINDOWS
Windows-style line separator as a byte array: 13 and 10 respectively


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.