Klasse CLIValidation
java.lang.Object
org.oxt.toolbox.cli.CLIValidation
- Alle implementierten Schnittstellen:
ICLIValidation
Class implementing the validation processing from command line (implements the ICLIValidation interface).
- Seit:
- OpenXRechnungToolbox v3.0.0
- Autor:
- Dr. Jan C. Thiele
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
cliValidation
(String inputInvoice, String outputReport, String valiVersion, String config) Method to run the validation from command line.
-
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 SchnittstelleICLIValidation
- Parameter:
inputInvoice
- Path of invoice file to be validatedoutputReport
- Path where the report file (html) should be writtenvaliVersion
- 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
-