net.mlw.fball.loader.yahoo
Class SeasonStatsLoader

java.lang.Object
  |
  +--net.mlw.fball.loader.LoaderContextHolder
        |
        +--net.mlw.fball.loader.yahoo.SeasonStatsLoader
All Implemented Interfaces:
Loader

public class SeasonStatsLoader
extends LoaderContextHolder

Version:
$Revision: 1.8 $ $Date: 2004/06/04 15:37:48 $
Author:
Matthew L. Wilson

Field Summary
 
Fields inherited from class net.mlw.fball.loader.LoaderContextHolder
eventListener, leagueDao, location, playerDao, providerDao, seasonStatsDao, teamDao
 
Constructor Summary
SeasonStatsLoader()
           
 
Method Summary
 void doLoad()
          Do the load.
 
Methods inherited from class net.mlw.fball.loader.LoaderContextHolder
getBaseDir, getName, getUrl, setBaseDir, setEventListener, setLeagueDao, setName, setPlayerDao, setProviderDao, setSeasonStatsDao, setTeamDao, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeasonStatsLoader

public SeasonStatsLoader()
Method Detail

doLoad

public void doLoad()
            throws java.lang.Exception
Description copied from interface: Loader
Do the load.

Throws:
java.lang.Exception - if an error occurs.
See Also:
Loader.doLoad()


Copyright © 2003-2004 mlavilson. All Rights Reserved.