public enum LoggingModuleDependency extends Enum<LoggingModuleDependency>
| Enum Constant and Description |
|---|
APACHE_COMMONS_LOGGING |
JBOSS_LOG_MANAGER |
JBOSS_LOGGING |
JUL_TO_SLF4J |
LOG4J |
LOG4J2 |
SLF4J |
SLF4J_IMPL |
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleName()
The module name.
|
static RuntimePackageDependency[] |
getRuntimeDependencies()
An array of the runtime dependencies.
|
boolean |
isImportServices()
Indicates whether or not services should be imported.
|
static LoggingModuleDependency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingModuleDependency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoggingModuleDependency APACHE_COMMONS_LOGGING
public static final LoggingModuleDependency LOG4J
public static final LoggingModuleDependency LOG4J2
public static final LoggingModuleDependency JBOSS_LOGGING
public static final LoggingModuleDependency JUL_TO_SLF4J
public static final LoggingModuleDependency JBOSS_LOG_MANAGER
public static final LoggingModuleDependency SLF4J
public static final LoggingModuleDependency SLF4J_IMPL
public static LoggingModuleDependency[] values()
for (LoggingModuleDependency c : LoggingModuleDependency.values()) System.out.println(c);
public static LoggingModuleDependency 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 getModuleName()
public boolean isImportServices()
true if services from the module should be importedpublic static RuntimePackageDependency[] getRuntimeDependencies()
Copyright © 2022 JBoss by Red Hat. All rights reserved.