Package de.willuhn.jameica.plugin

Examples of de.willuhn.jameica.plugin.Version


      //////////////////////////////////


      this.hbciProps = new Properties();
     
      Version v = getManifest().getVersion(); // client.product.name darf hoechstens 25 Zeichen lang sein
      this.hbciProps.put("client.product.name","HBCI4Java (Hibiscus " + v.getMajor() + "." + v.getMinor() + ")");
      this.hbciProps.put("client.product.version",v.getMajor() + "." + v.getMinor()); // Maximal 5 Zeichen
     
      // Wir aktivieren das Infopoint-Feature erstmal. Ob wir das Senden
      // dann zulassen entscheiden wir erst, wenn der Callback aufgerufen
      // wird. Wir schicken in dem Fall eine QueryMessage an den Channel
      // "hibiscus.infopoint".
View Full Code Here

TOP

Related Classes of de.willuhn.jameica.plugin.Version

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.