org.sonar.api.batch
Class FileFilter

java.lang.Object
  extended by org.sonar.api.batch.FileFilter
All Implemented Interfaces:
FileFilter, BatchComponent, BatchExtension, Extension, FileSystemFilter

Deprecated. in 3.5. Replaced by FileSystemFilter

@Deprecated
public abstract class FileFilter
extends Object
implements FileFilter, FileSystemFilter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.api.scan.filesystem.FileSystemFilter
FileSystemFilter.Context
 
Constructor Summary
FileFilter()
          Deprecated.  
 
Method Summary
 boolean accept(File file, FileSystemFilter.Context context)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.FileFilter
accept
 

Constructor Detail

FileFilter

public FileFilter()
Deprecated. 
Method Detail

accept

public final boolean accept(File file,
                            FileSystemFilter.Context context)
Deprecated. 
Specified by:
accept in interface FileSystemFilter


Copyright © 2009–2015 SonarSource. All rights reserved.