Package | Description |
---|---|
org.apache.logging.log4j.core.util |
Log4j 2 helper classes.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionLanguageMapping |
ExtensionLanguageMapping.getByExtension(java.lang.String extension) |
static ExtensionLanguageMapping |
ExtensionLanguageMapping.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionLanguageMapping[] |
ExtensionLanguageMapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ExtensionLanguageMapping> |
ExtensionLanguageMapping.getByLanguage(java.lang.String language) |