Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire