Class CLI

java.lang.Object
org.chenile.workflow.cli.CLI
All Implemented Interfaces:
Runnable

public class CLI extends Object implements Runnable
  • Field Details

    • exclusive

      CLI.Exclusive exclusive
    • xmlFileNames

      private File[] xmlFileNames
    • outputFile

      private String outputFile
    • stylingFile

      private File stylingFile
    • enablementPropertiesFile

      private File enablementPropertiesFile
    • prefix

      private String prefix
    • cliHelper

      private final CLIHelper cliHelper
  • Constructor Details

    • CLI

      public CLI()
  • Method Details

    • main

      public static void main(String... args)
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • makeCLIParams

      private CLIParams makeCLIParams()