Interface Violation

    • Method Detail

      • validator

        String validator()
        Name of the validator that generated this violation information.
        Returns:
        Name of the validator
      • name

        String name()
        Name of the failed check.
        Returns:
        Name of the failed check
      • file

        String file()
        Validated file.
        Returns:
        Validated file.
      • lines

        String lines()
        Lines with the problem.
        Returns:
        Lines with the problem
      • message

        String message()
        Validation message.
        Returns:
        Validation message.