Uses of Enum Class
org.frankframework.configuration.SuppressKeys
-
Uses of SuppressKeys in org.frankframework.configuration
Modifier and TypeMethodDescriptionstatic SuppressKeys
Returns the enum constant of this class with the specified name.static SuppressKeys[]
SuppressKeys.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ConfigurationWarnings.add
(Object source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter) static void
ConfigurationWarnings.add
(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey) Add a (globally-)suppressible ConfigurationWarning with INamedObject prefixstatic void
ConfigurationWarnings.add
(IConfigurationAware source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter) Add a suppressible ConfigurationWarning with INamedObject prefixboolean
ConfigurationWarnings.isSuppressed
(SuppressKeys key) static boolean
ConfigurationWarnings.isSuppressed
(SuppressKeys key, Adapter adapter) -
Uses of SuppressKeys in org.frankframework.configuration.digester
Modifier and TypeMethodDescriptionprotected final void
AbstractDigesterRule.addSuppressibleWarning
(String msg, SuppressKeys suppressionKey) Add a warning message to the current configuration, unless the suppression key is suppressed in the configuration.