org.compass.core.config
Class CompassEnvironment.Converter.Format

java.lang.Object
  extended by org.compass.core.config.CompassEnvironment.Converter.Format
Enclosing class:
CompassEnvironment.Converter

public abstract class CompassEnvironment.Converter.Format
extends Object

Formatted settings that apply to all the default date and number types.


Field Summary
static String FORMAT
          The format itself.
static String LOCALE
          The locale used with the formatters.
static String MAX_POOL_SIZE
          The maximum pool size.
static String MIN_POOL_SIZE
          The minimum pool size.
 
Constructor Summary
CompassEnvironment.Converter.Format()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT

public static final String FORMAT
The format itself. For data format structure, please see SimpleDateFormat. For number formats please see DecimalFormat.

See Also:
Constant Field Values

LOCALE

public static final String LOCALE
The locale used with the formatters.

See Also:
Constant Field Values

MIN_POOL_SIZE

public static final String MIN_POOL_SIZE
The minimum pool size. Formatters are pooled for better performance.

See Also:
Constant Field Values

MAX_POOL_SIZE

public static final String MAX_POOL_SIZE
The maximum pool size. Formatters are pooled for better performance.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.Converter.Format

public CompassEnvironment.Converter.Format()


Copyright (c) 2004-2008 The Compass Project.