org.sonar.api.batch.fs
Interface FilePredicate


public interface FilePredicate

Determines if a file must be kept in search results. See FileSystem and FilePredicates.

Since:
4.2

Method Summary
 boolean apply(InputFile inputFile)
           
 

Method Detail

apply

boolean apply(InputFile inputFile)


Copyright © 2009-2014 SonarSource. All Rights Reserved.