org.apache.oodt.cas.pushpull.retrievalmethod
Class RemoteCrawler

java.lang.Object
  extended by org.apache.oodt.cas.pushpull.retrievalmethod.RemoteCrawler
All Implemented Interfaces:
RetrievalMethod

public class RemoteCrawler
extends Object
implements RetrievalMethod

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Constructor Summary
RemoteCrawler()
           
 
Method Summary
 void 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCrawler

public RemoteCrawler()
Method Detail

processPropFile

public void processPropFile(FileRetrievalSystem frs,
                            Parser propFileParser,
                            File propFile,
                            DataFilesInfo dfi,
                            DataFileToPropFileLinker linker)
                     throws Exception
Starts the crawler and creates a default DirStruct if null was supplied in constructor

Specified by:
processPropFile in interface RetrievalMethod
Throws:
MalformedURLException
ProtocolException
ProtocolFileException
Exception


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