com.carlosbcruz.account.control
Interface AccountParser
- All Known Implementing Classes:
- Citibank, Itau, Itau2, Itau3
public interface AccountParser
Interface to be implemented when it is wanted to provide a class
that can parse a specific com.carlosbcruz.account.control report from a bank
- Author:
- Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com
parseFirstTransactionLine
AccountTransactionBean parseFirstTransactionLine(java.lang.String report)
- Transform the first line of the bank report into a bean that
can be processed by the com.carlosbcruz.account.control application
- Parameters:
report
- The bank report
- Returns:
- The transaction parsed into a bean