Schnittstelle ICLIValidation
- Alle bekannten Implementierungsklassen:
CLIValidation
public interface ICLIValidation
Interface defining the methods for XRechnung validation from command line.
- Seit:
- OpenXRechnungToolbox v3.0.0
- Autor:
- Dr. Jan C. Thiele
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
cliValidation
(String inputInvoice, String outputReport, String valiVersion, String config) Method to run the validation from command line.
-
Methodendetails
-
cliValidation
void cliValidation(String inputInvoice, String outputReport, String valiVersion, String config) throws Exception Method to run the validation from command line.- 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
-