Uses of Enum Class
org.frankframework.configuration.SuppressKeys
Packages that use SuppressKeys
-
Uses of SuppressKeys in org.frankframework.configuration
Methods in org.frankframework.configuration that return SuppressKeysModifier 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.Methods in org.frankframework.configuration with parameters of type SuppressKeysModifier and TypeMethodDescriptionvoid
ConfigurationWarnings.add
(Object source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter) static void
ConfigurationWarnings.add
(HasApplicationContext source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey) Add a (globally-)suppressible ConfigurationWarning (optionally with NameAware prefix).static void
ConfigurationWarnings.add
(HasApplicationContext source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter) Add a suppressible ConfigurationWarning (optionally with NameAware prefix).boolean
ConfigurationWarnings.isSuppressed
(SuppressKeys key) static boolean
ConfigurationWarnings.isSuppressed
(SuppressKeys key, Adapter adapter) -
Uses of SuppressKeys in org.frankframework.configuration.digester
Methods in org.frankframework.configuration.digester with parameters of type SuppressKeysModifier 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.