Uses of Enum Class
org.frankframework.configuration.SuppressKeys
Packages that use SuppressKeys
-
Uses of SuppressKeys in org.frankframework.configuration
Subclasses with type arguments of type SuppressKeys in org.frankframework.configurationModifier and TypeClassDescriptionenumEnumeration class for suppressing configuration warnings.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(@Nullable Object source, @NonNull org.apache.logging.log4j.Logger log, String message, @NonNull SuppressKeys suppressionKey, @Nullable Adapter adapter) static voidConfigurationWarnings.add(@Nullable HasApplicationContext source, @NonNull org.apache.logging.log4j.Logger log, @NonNull String message, @NonNull SuppressKeys suppressionKey) Add a (globally-)suppressible ConfigurationWarning (optionally with NameAware prefix).static voidConfigurationWarnings.add(@Nullable HasApplicationContext source, @NonNull org.apache.logging.log4j.Logger log, @NonNull String message, @NonNull SuppressKeys suppressionKey, @Nullable Adapter adapter) Add a suppressible ConfigurationWarning (optionally with NameAware prefix).booleanConfigurationWarnings.isSuppressed(@NonNull SuppressKeys key) static booleanConfigurationWarnings.isSuppressed(@NonNull SuppressKeys key, @Nullable 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.