Package org.kapott.hbci.GV.parsers
Class AbstractCamtParser
- java.lang.Object
-
- org.kapott.hbci.GV.parsers.AbstractCamtParser
-
- All Implemented Interfaces:
ISEPAParser<List<GVRKUms.BTag>>
- Direct Known Subclasses:
ParseCamt05200101,ParseCamt05200102,ParseCamt05200103,ParseCamt05200104,ParseCamt05200105,ParseCamt05200106,ParseCamt05200107,ParseCamt05200108
public abstract class AbstractCamtParser extends Object implements ISEPAParser<List<GVRKUms.BTag>>
Abstrakte Basis-Implementierung der CAMT-Parser.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kapott.hbci.GV.parsers.ISEPAParser
ISEPAParser.Names
-
-
Constructor Summary
Constructors Constructor Description AbstractCamtParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringtrim(String s)Entfernt die Whitespaces des Textes.protected List<String>trim(List<String> list)Entfernt die Whitespaces in der Liste der Texte.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kapott.hbci.GV.parsers.ISEPAParser
parse
-
-