org.sonar.api.batch.fs
Interface FilePredicate

All Known Implementing Classes:
RelativePathPredicate

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–2015 SonarSource. All rights reserved.