Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems
Interface IFileConstants

All Known Implementing Classes:
UniversalFileSubSystemImpl

public interface IFileConstants

Constants used in the remote file system support


Field Summary
static String copyright
           
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

copyright

public static final String copyright
See Also:
Constant Field Values

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


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.