public class Main extends Object
| Constructor and Description |
|---|
Main()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
exit(int exitCode) |
String |
getVersion()
Get version of Selenese Runner.
|
static void |
main(String[] args)
Selenese Runner main.
|
org.apache.commons.cli.CommandLine |
parseCommandLine(String... args)
Parse command line arguments.
|
void |
run(String[] args)
Start Selenese Runner.
|
public String getVersion()
This information is provided by maven generated property file.
public org.apache.commons.cli.CommandLine parseCommandLine(String... args) throws IllegalArgumentException
args - command line arguments.IllegalArgumentException - invalid options.public void run(String[] args)
args - command line arguments.protected void exit(int exitCode)
public static void main(String[] args)
args - command line arguments.Copyright © 2014. All rights reserved.