Class App
- java.lang.Object
-
- App
-
public class App extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description App()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Run Synthea generation.static void
usage()
Display usage info - what are the command line args, examples, etc.
-
-
-
Method Detail
-
usage
public static void usage()
Display usage info - what are the command line args, examples, etc.
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
Run Synthea generation.- Parameters:
args
- None. See documentation on configuration.- Throws:
java.lang.Exception
- On errors.
-
-