Class ChangedFilePredicate

  • All Implemented Interfaces:
    org.sonar.api.batch.fs.FilePredicate

    public class ChangedFilePredicate
    extends java.lang.Object
    implements org.sonar.api.batch.fs.FilePredicate
    • Constructor Summary

      Constructors 
      Constructor Description
      ChangedFilePredicate​(org.sonar.api.batch.fs.FilePredicate originalPredicate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(org.sonar.api.batch.fs.InputFile inputFile)  
      • Methods inherited from class java.lang.Object

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

      • ChangedFilePredicate

        public ChangedFilePredicate​(org.sonar.api.batch.fs.FilePredicate originalPredicate)
    • Method Detail

      • apply

        public boolean apply​(org.sonar.api.batch.fs.InputFile inputFile)
        Specified by:
        apply in interface org.sonar.api.batch.fs.FilePredicate