org.sonar.api.scan.filesystem
Interface FileSystemFilter

All Superinterfaces:
BatchComponent, BatchExtension, Extension
All Known Implementing Classes:
FileFilter

public interface FileSystemFilter
extends BatchExtension

Extension point to exclude some files from project scan. Some use-cases :

Since:
3.5

Nested Class Summary
static interface FileSystemFilter.Context
          Plugins must not implement this interface.
 
Method Summary
 boolean accept(File file, FileSystemFilter.Context context)
           
 

Method Detail

accept

boolean accept(File file,
               FileSystemFilter.Context context)


Copyright © 2009-2013 SonarSource. All Rights Reserved.