Package de.willuhn.jameica.hbci.io
Class VelocityExporter.VelocityFormat
java.lang.Object
de.willuhn.jameica.hbci.io.VelocityExporter.VelocityFormat
- All Implemented Interfaces:
IOFormat
- Enclosing class:
- VelocityExporter
Hilfsklase, die das IOFormat implementiert.
-
Constructor Details
-
VelocityFormat
ct.- Parameters:
extension
- die Datei-Endung.variant
- optionaler Prefix fuer eine Variation.f
- das Template.
-
-
Method Details
-
getName
Description copied from interface:IOFormat
Liefert einen sprechenden Namen fuer das Datei-Format. Zum Beispiel "CSV-Datei" -
getFileExtensions
Description copied from interface:IOFormat
Liefert die Datei-Endungen des Formats. Zum Beispiel "*.csv" oder "*.txt".- Specified by:
getFileExtensions
in interfaceIOFormat
- Returns:
- Datei-Endung.
-
getTemplate
Liefert das Template-File.- Returns:
- Template-File.
-