@ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| ProcessMonitor |
To be used with
ForkedRunner |
| RunnerProperties |
Mostly used properties that can be injected in
Runner.setProperty(String, String). |
| ScanProperties |
Most commonly used properties of the task "scan".
|
| StreamConsumer |
| Class | Description |
|---|---|
| EmbeddedRunner |
Implementation of
Runner that is executed in the same JVM. |
| ForkedRunner |
Runner executed in a new JVM.
|
| PrintStreamConsumer |
Implementation of StreamConsumer that prints lines to
PrintStream. |
| Runner<T extends Runner> |
| Enum | Description |
|---|---|
| RunnerVersion |
Version of this sonar-runner API.
|
Copyright © 2011-2013 SonarSource. All Rights Reserved.