getEnabledWarnings abstract method
Returns the current list of enabled warning types.
If the WarnerEngine was retrieved from the Navigator, it will also contain
all the warnings enabled for which listeners are set.
Returns List<WarningType>. The currect list instance.
Implementation
List<WarningType> getEnabledWarnings();