Class UpdateBLZProperties


  • public class UpdateBLZProperties
    extends java.lang.Object
    Util-Klasse, welche die FinTS-Bankenliste im CSV-Format (kann von http://www.hbci-zka.de/institute/institut_hersteller.htm bezogen werden) parst, un die aktualisierten Daten in die blz.properties von HBCI4Java uebernimmt.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  UpdateBLZProperties.BICLine
      Implementiert eine einzelne Zeile aus der BLZ-Datei der Bundesbank.
      private static class  UpdateBLZProperties.Line
      Implementiert eine einzelne Zeile der blz.properties
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.nio.charset.Charset CHARSET_INPUT  
      private static java.nio.charset.Charset CHARSET_OUTPUT  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CHARSET_INPUT

        private static final java.nio.charset.Charset CHARSET_INPUT
      • CHARSET_OUTPUT

        private static final java.nio.charset.Charset CHARSET_OUTPUT
    • Constructor Detail

      • UpdateBLZProperties

        public UpdateBLZProperties()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Parameters:
        args - 1. Pfad/Dateiname zu "fints_institute.csv". 2. Pfad/Dateiname zu "blz.properties". 3. Pfad/Dateiname zur neuen "blz.properties". 4. optional: Pfad/Dateiname zur BLZ-Datei der Bundesbank. Falls angegeben, werden die eventuell vorhandene BIC-Updates übernommen
        Throws:
        java.lang.Exception