Class AbstractCheck.FileContext

  • Enclosing class:
    AbstractCheck

    private static class AbstractCheck.FileContext
    extends java.lang.Object
    The actual context holder.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FileContext()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • violations

        private final java.util.SortedSet<Violation> violations
        The sorted set for collecting violations.
      • fileContents

        private FileContents fileContents
        The current file contents.
    • Constructor Detail

      • FileContext

        private FileContext()