public enum ConfigurationSource extends Enum<ConfigurationSource>
Enum Constant and Description |
---|
CONTEXT
The servlet-context (web.xml and includes).
|
GLOBAL
Global settings (webclient.properties).
|
GRAPHICS
Graphics configuration (graphics.properties).
|
LOG4J
Log4j configuration (log4j.properties).
|
MAILER
Mail configuration (mailer.properties).
|
SAPERION
Saperion settings (saperion.properties).
|
SAPVIEWER_FEATURES
SAPViewer features (SAPViewerFeatures.properties).
|
Modifier and Type | Method and Description |
---|---|
String |
getFilename() |
static ConfigurationSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationSource CONTEXT
public static final ConfigurationSource GLOBAL
public static final ConfigurationSource SAPERION
public static final ConfigurationSource SAPVIEWER_FEATURES
public static final ConfigurationSource MAILER
public static final ConfigurationSource GRAPHICS
public static final ConfigurationSource LOG4J
public static ConfigurationSource[] values()
for (ConfigurationSource c : ConfigurationSource.values()) System.out.println(c);
public static ConfigurationSource 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 getFilename()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.