| Package | Description |
|---|---|
| org.sonar.api.batch | |
| org.sonar.api.resources |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSourceImporter.analyse(ProjectFileSystem fileSystem,
SensorContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectFileSystem
Deprecated.
in 2.8. In fact this class should not be located in sonar-plugin-api and most of the methods were overridden by a component in sonar-batch.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectFileSystem |
ProjectFileSystem.addSourceDir(File dir)
Deprecated.
since 2.6 - ProjectFileSystem should be immutable
See http://jira.codehaus.org/browse/SONAR-2126
|
ProjectFileSystem |
ProjectFileSystem.addTestDir(File dir)
Deprecated.
since 2.6 - ProjectFileSystem should be immutable
See http://jira.codehaus.org/browse/SONAR-2126
|
ProjectFileSystem |
Project.getFileSystem()
Note: it's better to get a reference on ProjectFileSystem as an IoC dependency (constructor parameter)
|
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.setFileSystem(ProjectFileSystem fs)
Deprecated.
since 2.6. See http://jira.codehaus.org/browse/SONAR-2126
|
Copyright © 2009-2013 SonarSource. All Rights Reserved.