Klasse CLICii2ubl
java.lang.Object
org.oxt.toolbox.cli.CLICii2ubl
- Alle implementierten Schnittstellen:
ICLICii2ubl
Class implementing the conversion processing from command line (implements the ICLICii2ubl interface).
- Seit:
- OpenXRechnungToolbox v3.0.0
- Autor:
- Dr. Jan C. Thiele
-
Feldübersicht
Modifizierer und TypFeldBeschreibung(Package privat) org.apache.logging.log4j.Logger
Logger object. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
cliCii2ubl
(String inputInvoice, String outputInvoice, String config) Method to run the conversion from CII invoice to UBL from command line
-
Felddetails
-
logger
org.apache.logging.log4j.Logger loggerLogger object.
-
-
Konstruktordetails
-
CLICii2ubl
public CLICii2ubl()Constructor
-
-
Methodendetails
-
cliCii2ubl
Method to run the conversion from CII invoice to UBL from command line- Angegeben von:
cliCii2ubl
in SchnittstelleICLICii2ubl
- Parameter:
inputInvoice
- File to be convertedoutputInvoice
- Path of resulting output ubl fileconfig
- Path to the configuration file of the application- Löst aus:
Exception
- Unspecific exception
-