net.sf.sido.spring
Class DataFactoryLoader

java.lang.Object
  extended by net.sf.sido.spring.DataFactoryLoader

public class DataFactoryLoader
extends Object


Constructor Summary
DataFactoryLoader(org.springframework.context.ApplicationContext context)
           
 
Method Summary
 DataFactory getDataFactory()
           
 String getPaths()
           
 DataFactoryReader getReader()
           
 DataFactory load()
           
 void setDataFactory(DataFactory dataFactory)
           
 void setPaths(String paths)
           
 void setReader(DataFactoryReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFactoryLoader

public DataFactoryLoader(org.springframework.context.ApplicationContext context)
Method Detail

getDataFactory

public DataFactory getDataFactory()

getReader

public DataFactoryReader getReader()

getPaths

public String getPaths()

load

public DataFactory load()
                 throws IOException
Throws:
IOException

setDataFactory

public void setDataFactory(DataFactory dataFactory)

setReader

public void setReader(DataFactoryReader reader)

setPaths

public void setPaths(String paths)


Copyright © 2011. All Rights Reserved.