]> source.dussan.org Git - sonar-scanner-cli.git/commit
SONARPLUGINS-2574 ability to subscribe to output
authorSimonBrandhof <simon.brandhof@gmail.com>
Thu, 4 Apr 2013 14:30:01 +0000 (16:30 +0200)
committerSimonBrandhof <simon.brandhof@gmail.com>
Thu, 4 Apr 2013 14:30:01 +0000 (16:30 +0200)
commitffe66f347edd4ef1aa6cfb58d4614223dcf8ab79
treef47d40790fd83d018b91b75480b1ff0194840959
parent0aba058c75832c2db746f09604a4ea467074a088
SONARPLUGINS-2574 ability to subscribe to output
sonar-runner-api/src/main/java/org/sonar/runner/api/CommandExecutor.java
sonar-runner-api/src/main/java/org/sonar/runner/api/ForkedRunner.java
sonar-runner-api/src/main/java/org/sonar/runner/api/PrintStreamConsumer.java [new file with mode: 0644]
sonar-runner-api/src/main/java/org/sonar/runner/api/StreamConsumer.java [new file with mode: 0644]
sonar-runner-api/src/test/java/org/sonar/runner/api/CommandExecutorTest.java