public class FormatConfig extends LocaleConfig
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FORMAT
The default format to be used when none is specified.
|
static String |
FORMAT_KEY
The key used for specifying a default format via tool configuration.
|
DEFAULT_LOCALE
LOCK_CONFIG_KEY, OLD_LOCK_CONFIG_KEY, SAFE_MODE_KEY
Constructor and Description |
---|
FormatConfig() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(ValueParser values)
Does the actual configuration.
|
String |
getFormat()
This returns the configured default format for this tool.
|
protected void |
setFormat(String format)
Sets the default format for this instance.
|
getLocale, setLocale
configure, isConfigLocked, isSafeMode, setLockConfig, setSafeMode
public static final String DEFAULT_FORMAT
public static final String FORMAT_KEY
protected void configure(ValueParser values)
configure
in class LocaleConfig
public String getFormat()
String
protected void setFormat(String format)
Copyright © 2002–2014 Apache Software Foundation. All rights reserved.