hec.environment
Interface StdPathnameConstants

All Known Subinterfaces:
Environment, RmiEnvironment, StdPathnames
All Known Implementing Classes:
CwmsEnvironmentImpl, EnvironmentImpl, RmiCwmsEnvironmentImpl, RmiEnvironmentImpl

public interface StdPathnameConstants

Interface specifying symbolic constants for standard pathnames


Field Summary
static int COMMON_APPDATA
          The symbolic constant representing the common/shared application data directory.
static int COMMON_DOCS
          The symbolic constant representing the common/shared documents directory.
static int PROGRAM_INSTALL
          The symbolic constant representing the directory under which programs are installed.
static int USER_APPDATA
          The symbolic constant representing the current user's application data directory.
static int USER_DOCS
          The symbolic constant representing the current user's documents directory.
static int USER_HOME
          The symbolic constant representing the current user's home directory.
 

Field Detail

USER_HOME

public static final int USER_HOME
The symbolic constant representing the current user's home directory.

See Also:
Constant Field Values

USER_APPDATA

public static final int USER_APPDATA
The symbolic constant representing the current user's application data directory.

See Also:
Constant Field Values

USER_DOCS

public static final int USER_DOCS
The symbolic constant representing the current user's documents directory.

See Also:
Constant Field Values

COMMON_APPDATA

public static final int COMMON_APPDATA
The symbolic constant representing the common/shared application data directory.

See Also:
Constant Field Values

COMMON_DOCS

public static final int COMMON_DOCS
The symbolic constant representing the common/shared documents directory.

See Also:
Constant Field Values

PROGRAM_INSTALL

public static final int PROGRAM_INSTALL
The symbolic constant representing the directory under which programs are installed.

See Also:
Constant Field Values