public class SimulatedLauncher extends Object implements IsolatedLauncher
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Properties properties) |
void |
execute(Properties properties,
IssueListener listener) |
void |
executeOldVersion(Properties properties,
List<Object> extensions) |
String |
getVersion() |
void |
start(Properties properties,
LogOutput logOutput,
boolean preferCache) |
void |
stop() |
void |
syncProject(String projectKey) |
public void start(Properties properties, LogOutput logOutput, boolean preferCache)
start in interface IsolatedLauncherpublic void stop()
stop in interface IsolatedLauncherpublic void execute(Properties properties)
execute in interface IsolatedLauncherpublic void execute(Properties properties, IssueListener listener)
execute in interface IsolatedLauncherpublic void syncProject(String projectKey)
syncProject in interface IsolatedLauncherpublic void executeOldVersion(Properties properties, List<Object> extensions)
executeOldVersion in interface IsolatedLauncherpublic String getVersion()
getVersion in interface IsolatedLauncherCopyright © 2011-2016 SonarSource. All Rights Reserved.