Uses of Class
org.apache.oodt.cas.pushpull.config.DataFilesInfo

Packages that use DataFilesInfo
org.apache.oodt.cas.pushpull.config   
org.apache.oodt.cas.pushpull.retrievalmethod   
org.apache.oodt.cas.pushpull.retrievalsystem   
 

Uses of DataFilesInfo in org.apache.oodt.cas.pushpull.config
 

Methods in org.apache.oodt.cas.pushpull.config that return DataFilesInfo
 DataFilesInfo DaemonInfo.getDataFilesInfo()
           
 

Constructors in org.apache.oodt.cas.pushpull.config with parameters of type DataFilesInfo
DaemonInfo(String firstRunDateTimeString, String period, String epsilon, boolean runOnReboot, PropFilesInfo pfi, DataFilesInfo dfi)
           
 

Uses of DataFilesInfo in org.apache.oodt.cas.pushpull.retrievalmethod
 

Methods in org.apache.oodt.cas.pushpull.retrievalmethod with parameters of type DataFilesInfo
 void RetrievalMethod.processPropFile(FileRetrievalSystem frs, Parser propFileParser, File propFile, DataFilesInfo dfi, DataFileToPropFileLinker linker)
           
 void RemoteCrawler.processPropFile(FileRetrievalSystem frs, Parser propFileParser, File propFile, DataFilesInfo dfi, DataFileToPropFileLinker linker)
          Starts the crawler and creates a default DirStruct if null was supplied in constructor
 void ListRetriever.processPropFile(FileRetrievalSystem frs, Parser propFileParser, File propFile, DataFilesInfo dfi, DataFileToPropFileLinker linker)
           
 

Uses of DataFilesInfo in org.apache.oodt.cas.pushpull.retrievalsystem
 

Methods in org.apache.oodt.cas.pushpull.retrievalsystem with parameters of type DataFilesInfo
 void RetrievalSetup.retrieveFiles(PropFilesInfo pfi, DataFilesInfo dfi)
           
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.