Schnittstelle IValidator
- Alle bekannten Implementierungsklassen:
ValidatorImpl
public interface IValidator
Interface defining the methods for XRechnung validation.
- Autor:
- Dr. Jan C. Thiele
-
Methodenübersicht
-
Methodendetails
-
runValidation
Method to run the validation.- Parameter:
invoicePath
- path of invoice filescenarioXmlPath
- path to validation scenario file- Gibt zurück:
- string string with validation report
- Löst aus:
IOException
- read errorException
- unspecific error
-
saveAs
Method to save the validation report to a file.- Parameter:
filePath
- file path to save the report into- Löst aus:
IOException
- write error
-