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 SuppressKeysReturns 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 TypeMethodDescriptionvoidConfigurationWarnings.add(Object source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter) static voidConfigurationWarnings.add(HasApplicationContext source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey) Add a (globally-)suppressible ConfigurationWarning (optionally with NameAware prefix).static voidConfigurationWarnings.add(HasApplicationContext source, org.apache.logging.log4j.Logger log, String message, SuppressKeys suppressionKey, Adapter adapter) Add a suppressible ConfigurationWarning (optionally with NameAware prefix).booleanConfigurationWarnings.isSuppressed(SuppressKeys key) static booleanConfigurationWarnings.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 voidAbstractDigesterRule.addSuppressibleWarning(String msg, SuppressKeys suppressionKey) Add a warning message to the current configuration, unless the suppression key is suppressed in the configuration.