| Package | Description |
|---|---|
| org.sonar.api.batch | |
| org.sonar.api.resources | |
| org.sonar.batch | |
| org.sonar.plugins.checkstyle | |
| org.sonar.plugins.pmd |
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectFileSystem2
|
| Constructor and Description |
|---|
DefaultProjectClasspath(ProjectDefinition def,
ProjectFileSystem projectFileSystem) |
DefaultProjectClasspath(ProjectDefinition def,
ProjectFileSystem projectFileSystem,
org.apache.maven.project.MavenProject pom) |
| Constructor and Description |
|---|
CheckstyleConfiguration(Settings conf,
CheckstyleProfileExporter confExporter,
RulesProfile profile,
ProjectFileSystem fileSystem) |
| Constructor and Description |
|---|
PmdConfiguration(ProjectFileSystem projectFileSystem,
Settings settings) |
PmdExecutor(Project project,
ProjectFileSystem projectFileSystem,
RulesProfile rulesProfile,
PmdProfileExporter pmdProfileExporter,
PmdConfiguration pmdConfiguration) |
PmdViolationToRuleViolation(ProjectFileSystem projectFileSystem,
RuleFinder ruleFinder) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.