org.sonar.api.scan.filesystem
Interface FileSystemFilter

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

Deprecated. since 4.2 use InputFileFilter

@Deprecated
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
          Deprecated. Plugins must not implement this interface.
 
Method Summary
 boolean accept(File file, FileSystemFilter.Context context)
          Deprecated.  
 

Method Detail

accept

boolean accept(File file,
               FileSystemFilter.Context context)
Deprecated. 


Copyright © 2009-2014 SonarSource. All Rights Reserved.