Package de.willuhn.jameica.hbci.io
Class VelocityExporter.Filter
- java.lang.Object
-
- de.willuhn.jameica.hbci.io.VelocityExporter.Filter
-
- Enclosing class:
- VelocityExporter
public class VelocityExporter.Filter extends java.lang.Object
Hilfsklasse zum Escapen von Strings in der CSV-Datei.
-
-
Constructor Summary
Constructors Constructor Description Filter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
escape(java.lang.String s)
Escaped den angegebenen String fuer CSV.
-