public class ConsoleApp
extends java.lang.Object
Use this entry point to run genius negotiations from an xml file. Example xml file can be found at xml-runner/example.xml
Constructor and Description |
---|
ConsoleApp() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Genius console entry point
|
public static void main(java.lang.String[] args)
Use this entry point to run genius negotiations from an xml file. Example xml file can be found at xml-runner/example.xml
When no arguments are given, input and output file are prompted at the console. Input file is expected to be an .xml file and output is expected to be an .csv file, although you are free to give different extensions.
args
- 1st argument: input file or empty to be prompted. 2nd argument: output file or empty to be prompted