Class SimulatedLauncher
- java.lang.Object
-
- org.sonarsource.scanner.api.internal.SimulatedLauncher
-
- All Implemented Interfaces:
IsolatedLauncher
public class SimulatedLauncher extends Object implements IsolatedLauncher
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Map<String,String> props, LogOutput logOutput)StringgetVersion()
-
-
-
Method Detail
-
execute
public void execute(Map<String,String> props, LogOutput logOutput)
- Specified by:
executein interfaceIsolatedLauncher
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceIsolatedLauncher
-
-