Class ValidationProblemsFilter


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public class ValidationProblemsFilter
    extends java.lang.Object
    Filter which can be used by the user to ignore (or add) to the list of validation problems found by the validation process (manual or automatic) for a certain file.
    Since:
    13
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filterValidationProblems​(ValidationProblems validationProblems)
      Callback received before (automatic or manual) validation problems are reported by Oxygen in the GUI.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidationProblemsFilter

        public ValidationProblemsFilter()
    • Method Detail

      • filterValidationProblems

        public void filterValidationProblems​(ValidationProblems validationProblems)
        Callback received before (automatic or manual) validation problems are reported by Oxygen in the GUI.
        Parameters:
        validationProblems - The problems found by Oxygen.