com.carlosbcruz.account.modelpersistence
Class AccountReader

java.lang.Object
  extended by com.carlosbcruz.account.modelpersistence.AccountReader
All Implemented Interfaces:
AccountModelProvider

public class AccountReader
extends java.lang.Object
implements AccountModelProvider

Controls the input of information from a file

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Field Summary
static java.lang.String FILE_TYPE_VERSION
           
 
Constructor Summary
AccountReader()
           
 
Method Summary
 AccountAllUserAccounts ReadAllUserAccounts(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_TYPE_VERSION

public static final java.lang.String FILE_TYPE_VERSION
See Also:
Constant Field Values
Constructor Detail

AccountReader

public AccountReader()
Method Detail

ReadAllUserAccounts

public AccountAllUserAccounts ReadAllUserAccounts(java.lang.String fileName)
                                           throws AccountFileException
Specified by:
ReadAllUserAccounts in interface AccountModelProvider
Throws:
AccountFileException