| Package | Description | 
|---|---|
| org.sonar.api.scan.filesystem | 
 Replaced by  
org.sonar.api.batch.fs | 
| Modifier and Type | Method and Description | 
|---|---|
static FileQuery | 
FileQuery.on(FileType... types)
Deprecated.  
  | 
FileQuery | 
FileQuery.on(String attribute,
    String... values)
Deprecated.  
  | 
FileQuery | 
FileQuery.onLanguage(String... languages)
Deprecated.  
  | 
static FileQuery | 
FileQuery.onMain()
Deprecated.  
  | 
static FileQuery | 
FileQuery.onSource()
Deprecated.  
  | 
static FileQuery | 
FileQuery.onTest()
Deprecated.  
  | 
FileQuery | 
FileQuery.withExclusions(String... exclusions)
Deprecated.  
  | 
FileQuery | 
FileQuery.withInclusions(String... inclusions)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
List<File> | 
ModuleFileSystem.files(FileQuery query)
Deprecated.  
Search for files. 
 | 
Copyright © 2009–2015 SonarSource. All rights reserved.