Class FilenamePredicate

    • Constructor Summary

      Constructors 
      Constructor Description
      FilenamePredicate​(java.lang.String filename)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(org.sonar.api.batch.fs.InputFile inputFile)  
      java.lang.Iterable<org.sonar.api.batch.fs.InputFile> get​(org.sonar.api.batch.fs.FileSystem.Index index)
      Get all files that are valid for this predicate.
      • Methods inherited from class java.lang.Object

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

      • FilenamePredicate

        public FilenamePredicate​(java.lang.String filename)
    • Method Detail

      • apply

        public boolean apply​(org.sonar.api.batch.fs.InputFile inputFile)