| Package | Description | 
|---|---|
| org.sonar.api.batch.fs.internal | |
| org.sonar.api.batch.sensor.internal | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultFileSystem | 
DefaultFileSystem.add(DefaultInputDir inputDir)
Adds InputDir to the list. 
 | 
DefaultFileSystem | 
DefaultFileSystem.add(DefaultInputFile inputFile)
Adds InputFile to the list and registers its language, if present. 
 | 
DefaultFileSystem | 
DefaultFileSystem.addLanguages(String language,
                        String... others)
Adds a language to the list. 
 | 
DefaultFileSystem | 
DefaultFileSystem.setEncoding(Charset e)  | 
DefaultFileSystem | 
DefaultFileSystem.setWorkDir(File d)  | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultFileSystem | 
SensorContextTester.fileSystem()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SensorContextTester.setFileSystem(DefaultFileSystem fs)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.