Class LayrryLauncher

java.lang.Object
org.moditect.layrry.launcher.LayrryLauncher

public final class LayrryLauncher extends Object
The main entry point for using Layrry on the command line. Expects the layers config file to be passed in:

LayrryLauncher --layers-config <path/to/layrry.yml> LayrryLauncher --layers-config <path/to/layrry.yml> --properties <path/to/layrry.properties> LayrryLauncher --layers-config https://host/path/to/layrry.yml --properties <path/to/layrry.properties> LayrryLauncher --layers-config https://host/path/to/layrry.yml --properties https://host/path/to/layrry.properties

  • Constructor Details

    • LayrryLauncher

      public LayrryLauncher()
  • Method Details