org.sonar.api.batch.fs
Interface InputFileFilter

All Superinterfaces:
BatchComponent, BatchExtension, Extension

public interface InputFileFilter
extends BatchExtension

Extension point to exclude some files from inspection

Since:
4.2

Method Summary
 boolean accept(InputFile f)
           
 

Method Detail

accept

boolean accept(InputFile f)


Copyright © 2009-2014 SonarSource. All Rights Reserved.