com.carlosbcruz.account.modelpersistence
Class AccountWriter

java.lang.Object
  extended by com.carlosbcruz.account.modelpersistence.AccountWriter
All Implemented Interfaces:
AccountModelPersistence

public class AccountWriter
extends java.lang.Object
implements AccountModelPersistence

Controls the output of information from a file

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

Constructor Summary
AccountWriter()
           
 
Method Summary
 void WriteAllUserAccounts(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountWriter

public AccountWriter()
Method Detail

WriteAllUserAccounts

public void WriteAllUserAccounts(java.lang.String fileName)
                          throws AccountFileException
Specified by:
WriteAllUserAccounts in interface AccountModelPersistence
Throws:
AccountFileException