util
Interface Path

All Known Implementing Classes:
FileAccess

public interface Path

An interface defining basic configuration files and directories. If relocating any system-dependend paths, this interface and its daughter interfaces are the place to do it.


Field Summary
static String[] DEFSYSTEM
          The default values for the system keys.
static String FILESEP
          The file separator, for convenience.
static String[] KEY_SYSTEM
          An array of strings that act as keys in the system properties.
static String NL
          The new-line string, for convenience.
static String PATHSEP
          The path separator, for convenience.
 

Field Detail

PATHSEP

static final String PATHSEP
The path separator, for convenience.


FILESEP

static final String FILESEP
The file separator, for convenience.


NL

static final String NL
The new-line string, for convenience. Compatible with RMI.


KEY_SYSTEM

static final String[] KEY_SYSTEM
An array of strings that act as keys in the system properties.


DEFSYSTEM

static final String[] DEFSYSTEM
The default values for the system keys.