Klasse ValidatorImpl
java.lang.Object
org.oxt.toolbox.validation.ValidatorImpl
- Alle implementierten Schnittstellen:
IValidator
Class implementing the validation report processing (implements the IValidator interface).
- Autor:
- Dr. Jan C. Thiele
-
Felddetails
-
Konstruktordetails
-
ValidatorImpl
public ValidatorImpl()
-
-
Methodendetails
-
runValidation
Beschreibung aus Schnittstelle kopiert:IValidator
Method to run the validation.- Angegeben von:
runValidation
in SchnittstelleIValidator
- Parameter:
invoicePath
- path of invoice filevaliVersion
- path to validation scenario file- Gibt zurück:
- string string with validation report
- Löst aus:
IOException
- read errorException
- unspecific error
-
saveAs
Beschreibung aus Schnittstelle kopiert:IValidator
Method to save the validation report to a file.- Angegeben von:
saveAs
in SchnittstelleIValidator
- Parameter:
filePath
- file path to save the report into- Löst aus:
IOException
- write error
-