public class RemoteLauncher extends Object
Modifier and Type | Field | Description |
---|---|---|
protected SessionFactory |
factory |
Modifier and Type | Method | Description |
---|---|---|
String |
findChrome() |
|
protected List<String> |
getCommonParameters(String chromeExecutablePath,
List<String> arguments) |
|
com.jcabi.ssh.Shell |
getShell() |
|
protected void |
internalLaunch(List<String> list,
List<String> parameters) |
|
void |
kill() |
|
SessionFactory |
launch() |
|
SessionFactory |
launch(String chromeExecutablePath,
List<String> arguments) |
|
SessionFactory |
launch(List<String> arguments) |
|
boolean |
launched() |
protected final SessionFactory factory
public String findChrome()
public void kill()
public com.jcabi.ssh.Shell getShell() throws IOException
IOException
protected List<String> getCommonParameters(String chromeExecutablePath, List<String> arguments)
public boolean launched()
public final SessionFactory launch()
public final SessionFactory launch(List<String> arguments)
public final SessionFactory launch(String chromeExecutablePath, List<String> arguments)
Copyright © 2017–2018 WebFolder OÜ. All rights reserved.