public enum DandelionConfig extends Enum<DandelionConfig>
Enum containing all configuration properties and their associated value both
with Profile.DEFAULT_DEV_PROFILE
and
Profile.DEFAULT_PROD_PROFILE
.
Modifier and Type | Method and Description |
---|---|
String |
defaultDevValue() |
String |
defaultProdValue() |
String |
getName() |
static DandelionConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DandelionConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DandelionConfig COMPONENTS_STANDALONE
public static final DandelionConfig ASSET_MINIFICATION
public static final DandelionConfig ASSET_LOCATIONS_RESOLUTION_STRATEGY
public static final DandelionConfig ASSET_PROCESSORS
public static final DandelionConfig ASSET_JS_PROCESSING
public static final DandelionConfig ASSET_JS_EXCLUDES
public static final DandelionConfig ASSET_CSS_EXCLUDES
public static final DandelionConfig ASSET_URL_PATTERN
public static final DandelionConfig ASSET_STORAGE
public static final DandelionConfig ASSET_VERSIONING_MODE
public static final DandelionConfig ASSET_VERSIONING_STRATEGY
public static final DandelionConfig ASSET_FIXED_VERSION_TYPE
public static final DandelionConfig ASSET_FIXED_VERSION_VALUE
public static final DandelionConfig ASSET_FIXED_VERSION_DATEPATTERN
public static final DandelionConfig CACHE
public static final DandelionConfig CACHE_NAME
public static final DandelionConfig CACHE_MAX_SIZE
public static final DandelionConfig CACHE_CONFIGURATION_LOCATION
public static final DandelionConfig BUNDLE_LOCATION
public static final DandelionConfig BUNDLE_INCLUDES
public static final DandelionConfig BUNDLE_EXCLUDES
public static final DandelionConfig TOOL_GZIP
public static final DandelionConfig TOOL_GZIP_MIME_TYPES
public static final DandelionConfig TOOL_DEBUGGER
public static final DandelionConfig TOOL_ALERT_REPORTING
public static final DandelionConfig TOOL_ALERT_REPORTING_MODE
public static final DandelionConfig TOOL_ASSET_PRETTY_PRINTING
public static final DandelionConfig TOOL_BUNDLE_RELOADING
@Beta public static final DandelionConfig MONITORING_JMX
public static final DandelionConfig ENCODING
public static DandelionConfig[] values()
for (DandelionConfig c : DandelionConfig.values()) System.out.println(c);
public static DandelionConfig valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public String defaultDevValue()
public String defaultProdValue()
Copyright © 2013-2015 Dandelion Project. All Rights Reserved.