Class Application

java.lang.Object
com.mohamnag.jstatic.Application

public class Application extends Object
This is the entry point to the application. It supports following arguments passed in on command line:
  • "--config": can be used to define config file name. See ConfigArguments for details.
  • "--watch": if passed in, will start a watch mode. In this mode specific changes will result in a rerun of pipeline or even a reload of configuration. See FileWatcher.
  • "--serve": will activate a local server to serve static files. This is independent of the watch mode. For more details see ServerArguments and LocalServer docs.
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • main

      public static void main(String[] args)