public class XvfbConfig extends Object
| Constructor and Description |
|---|
XvfbConfig()
Instantiates a new Xvfb config.
|
XvfbConfig(String command)
Instantiates a new Xvfb config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(Param param,
Param... params)
Add params.
|
String |
getCommand()
Gets command.
|
List<String> |
getCommandLine()
Gets command line.
|
void |
setCommand(String command)
Sets command.
|
String |
toString() |
public XvfbConfig()
public XvfbConfig(String command)
command - the commandpublic void addParams(Param param, Param... params)
param - the paramparams - the paramspublic String getCommand()
public void setCommand(String command)
command - the commandCopyright © 2023. All rights reserved.