Klasse CLICii2ubl

java.lang.Object
org.oxt.toolbox.cli.CLICii2ubl
Alle implementierten Schnittstellen:
ICLICii2ubl

public class CLICii2ubl extends Object implements 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

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    (Package privat) org.apache.logging.log4j.Logger
    Logger object.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Constructor
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    cliCii2ubl(String inputInvoice, String outputInvoice, String config)
    Method to run the conversion from CII invoice to UBL from command line

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • logger

      org.apache.logging.log4j.Logger logger
      Logger object.
  • Konstruktordetails

    • CLICii2ubl

      public CLICii2ubl()
      Constructor
  • Methodendetails

    • cliCii2ubl

      public void cliCii2ubl(String inputInvoice, String outputInvoice, String config) throws Exception
      Method to run the conversion from CII invoice to UBL from command line
      Angegeben von:
      cliCii2ubl in Schnittstelle ICLICii2ubl
      Parameter:
      inputInvoice - File to be converted
      outputInvoice - Path of resulting output ubl file
      config - Path to the configuration file of the application
      Löst aus:
      Exception - Unspecific exception