Package org.moditect.layrry.launcher
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 Summary
Constructors Constructor Description LayrryLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlaunch(String... args)static voidmain(String... args)
-