addEnabledWarnings abstract method
- List<
WarningType> warningTypes
Adds the given warning types to the set of warnings monitored by the engine.
After this call, the engine will begin generating warnings for all
types included in WarnerEngine.addEnabledWarnings.warningTypes, in addition to those that are already enabled.
warningTypesWarning types to be added to the engine's active monitoring set.
Implementation
void addEnabledWarnings(List<WarningType> warningTypes);