RSE
Release 3.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

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

See Also:
Constant Field Values

SEPARATOR_CHAR_UNIX

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

See Also:
Constant Field Values

PATH_SEPARATOR_UNIX

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

See Also:
Constant Field Values

PATH_SEPARATOR_CHAR_UNIX

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

See Also:
Constant Field Values

LINE_SEPARATOR_BYTE_ARRAY_UNIX

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


SEPARATOR_WINDOWS

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

See Also:
Constant Field Values

SEPARATOR_CHAR_WINDOWS

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

See Also:
Constant Field Values

PATH_SEPARATOR_WINDOWS

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

See Also:
Constant Field Values

PATH_SEPARATOR_CHAR_WINDOWS

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

See Also:
Constant Field Values

LINE_SEPARATOR_BYTE_ARRAY_WINDOWS

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


RSE
Release 3.0

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