org.sonar.api.scan.filesystem
Class FileQuery

java.lang.Object
  extended by org.sonar.api.scan.filesystem.FileQuery

Deprecated. in 4.2. Replaced by FileSystem and FilePredicate

@Deprecated
public class FileQuery
extends Object

Since:
3.5

Method Summary
 Map<String,Collection<String>> attributes()
          Deprecated.  
 boolean equals(Object obj)
          Deprecated.  
 Collection<String> exclusions()
          Deprecated.  
 Collection<FileFilter> filters()
          Deprecated.  
 Collection<String> inclusions()
          Deprecated.  
 Collection<String> languages()
          Deprecated.  
static FileQuery on(FileType... types)
          Deprecated.  
 FileQuery on(String attribute, String... values)
          Deprecated.  
 FileQuery onLanguage(String... languages)
          Deprecated.  
static FileQuery onMain()
          Deprecated.  
static FileQuery onSource()
          Deprecated.  
static FileQuery onTest()
          Deprecated.  
 Collection<String> typeAttributes()
          Deprecated.  
 Collection<FileType> types()
          Deprecated.  
 FileQuery withExclusions(String... exclusions)
          Deprecated.  
 FileQuery withInclusions(String... inclusions)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

on

public static FileQuery on(FileType... types)
Deprecated. 

onSource

public static FileQuery onSource()
Deprecated. 

onMain

public static FileQuery onMain()
Deprecated. 
Since:
4.2

onTest

public static FileQuery onTest()
Deprecated. 

on

public FileQuery on(String attribute,
                    String... values)
Deprecated. 

attributes

public Map<String,Collection<String>> attributes()
Deprecated. 

types

public Collection<FileType> types()
Deprecated. 

typeAttributes

public Collection<String> typeAttributes()
Deprecated. 

languages

public Collection<String> languages()
Deprecated. 

onLanguage

public FileQuery onLanguage(String... languages)
Deprecated. 

inclusions

public Collection<String> inclusions()
Deprecated. 

withInclusions

public FileQuery withInclusions(String... inclusions)
Deprecated. 

exclusions

public Collection<String> exclusions()
Deprecated. 

withExclusions

public FileQuery withExclusions(String... exclusions)
Deprecated. 

filters

public Collection<FileFilter> filters()
Deprecated. 

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object


Copyright © 2009–2015 SonarSource. All rights reserved.