Class ConfigArguments

java.lang.Object
com.mohamnag.jstatic.config.ConfigArguments

public class ConfigArguments extends Object
Accepts an argument starting with "--config" followed by the path to the config file like following: "--config"=path/to/config.yaml

If not provided, file name will default to "config.yaml" in current directory.

  • Field Details

  • Constructor Details

    • ConfigArguments

      public ConfigArguments()
  • Method Details