Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • App

        public App()
    • 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.