Uses of Class
org.apache.logging.log4j.core.util.ExtensionLanguageMapping
-
Packages that use ExtensionLanguageMapping Package Description org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of ExtensionLanguageMapping in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return ExtensionLanguageMapping Modifier and Type Method Description static ExtensionLanguageMapping
ExtensionLanguageMapping. getByExtension(String extension)
static ExtensionLanguageMapping
ExtensionLanguageMapping. valueOf(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.Methods in org.apache.logging.log4j.core.util that return types with arguments of type ExtensionLanguageMapping Modifier and Type Method Description static List<ExtensionLanguageMapping>
ExtensionLanguageMapping. getByLanguage(String language)
-