Klasse CLIValidation

java.lang.Object
org.oxt.toolbox.cli.CLIValidation
Alle implementierten Schnittstellen:
ICLIValidation

public class CLIValidation extends Object implements ICLIValidation
Class implementing the validation processing from command line (implements the ICLIValidation interface).
Seit:
OpenXRechnungToolbox v3.0.0
Autor:
Dr. Jan C. Thiele
  • Konstruktordetails

    • CLIValidation

      public CLIValidation()
      Constructor
  • Methodendetails

    • cliValidation

      public void cliValidation(String inputInvoice, String outputReport, String valiVersion, String config) throws Exception
      Method to run the validation from command line.
      Angegeben von:
      cliValidation in Schnittstelle ICLIValidation
      Parameter:
      inputInvoice - Path of invoice file to be validated
      outputReport - Path where the report file (html) should be written
      valiVersion - Version against which should be validated (must be a valid version number from the list of versions [available_valiVersions] in the App configuration file)
      config - Path to the App configuration file
      Löst aus:
      Exception - Unspecific exception