public class Main extends Object
This is the main entry point to RestReplay
from the command line, from running the jar file,
or for launching the self-test with its self-test web server.
This class, Main
,
is marked as the entry point in the ResReplay jar file distribution, so running the jar file
runs this class, passing all the jar command line options here.
Main checks RunOptions
, and runs an instance of
Master
to run master files, and RestReplay
to run control files.
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static void |
printHelp(org.apache.commons.cli.Options options) |
static String |
usage() |
Copyright © 2016. All rights reserved.