org.clapper.curn
Class Constants

java.lang.Object
  extended by org.clapper.curn.Constants

public class Constants
extends java.lang.Object

Miscellaneous shared constants that don't logically belong anywhere in particular.

Version:
$Revision: 6300 $

Field Summary
static java.lang.String BUNDLE_NAME
          Default resource bundle name for externalized strings
static java.lang.String CURN_HOME_ENV_VAR
          Environment variable used to find curn home directory.
static java.lang.String CURN_HOME_PROPERTY
          System property used to find curn home directory.
static java.lang.String DEFAULT_SAVE_AS_ENCODING
          Default encoding for "save as" file.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SAVE_AS_ENCODING

public static final java.lang.String DEFAULT_SAVE_AS_ENCODING
Default encoding for "save as" file.

See Also:
Constant Field Values

BUNDLE_NAME

public static final java.lang.String BUNDLE_NAME
Default resource bundle name for externalized strings

See Also:
Constant Field Values

CURN_HOME_ENV_VAR

public static final java.lang.String CURN_HOME_ENV_VAR
Environment variable used to find curn home directory.

See Also:
Constant Field Values

CURN_HOME_PROPERTY

public static final java.lang.String CURN_HOME_PROPERTY
System property used to find curn home directory.

See Also:
Constant Field Values


Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.