Uses of Interface
org.apache.oodt.cas.pushpull.filerestrictions.Parser

Packages that use Parser
org.apache.oodt.cas.pushpull.config   
org.apache.oodt.cas.pushpull.filerestrictions.parsers   
org.apache.oodt.cas.pushpull.retrievalmethod   
 

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

Methods in org.apache.oodt.cas.pushpull.config that return Parser
 Parser PropFilesInfo.getParserForFile(File propFile)
           
 Parser PropFilesInfo.getParserForFilename(String propFilename)
           
 

Methods in org.apache.oodt.cas.pushpull.config with parameters of type Parser
 void PropFilesInfo.addPropFiles(String regExp, Parser parser)
           
 Class<RetrievalMethod> ParserInfo.getRetrievalMethod(Parser parser)
           
 

Method parameters in org.apache.oodt.cas.pushpull.config with type arguments of type Parser
 void PropFilesInfo.setDownloadInfo(DownloadInfo di, HashMap<File,Parser> fileToParserMap)
           
 

Uses of Parser in org.apache.oodt.cas.pushpull.filerestrictions.parsers
 

Classes in org.apache.oodt.cas.pushpull.filerestrictions.parsers that implement Parser
 class ClassNoaaEmailParser
           
 class DirStructXmlParser
           
 class FileListParser
           
 

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

Methods in org.apache.oodt.cas.pushpull.retrievalmethod with parameters of type Parser
 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)
           
 



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