org.sonar.batch.scan.filesystem
Class DeprecatedFileFilters

java.lang.Object
  extended by org.sonar.batch.scan.filesystem.DeprecatedFileFilters
All Implemented Interfaces:
InputFileFilter, BatchComponent, BatchExtension, Extension

public class DeprecatedFileFilters
extends Object
implements InputFileFilter


Constructor Summary
DeprecatedFileFilters()
           
DeprecatedFileFilters(FileSystemFilter[] filters)
           
 
Method Summary
 boolean accept(InputFile inputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecatedFileFilters

public DeprecatedFileFilters(FileSystemFilter[] filters)

DeprecatedFileFilters

public DeprecatedFileFilters()
Method Detail

accept

public boolean accept(InputFile inputFile)
Specified by:
accept in interface InputFileFilter


Copyright © 2009–2015 SonarSource. All rights reserved.