gov.nasa.pds.search.core.extractor
Interface DataExtractor

All Known Implementing Classes:
RegistryExtractor

public interface DataExtractor

Interface for classes use to query data to include in index

Author:
jpadams

Method Summary
 File getConfDir()
           
 List<File> getCoreConfigs(File configDir)
          Return the List of core configuration files
 int getQueryMax()
           
 void run()
          Driver method for extraction of data from data source
 void setConfDir(File confDir)
           
 void setQueryMax(int queryMax)
           
 

Method Detail

run

void run()
         throws Exception
Driver method for extraction of data from data source

Throws:
Exception

getCoreConfigs

List<File> getCoreConfigs(File configDir)
                          throws Exception
Return the List of core configuration files

Returns:
Throws:
Exception

getConfDir

File getConfDir()

setConfDir

void setConfDir(File confDir)

getQueryMax

int getQueryMax()

setQueryMax

void setQueryMax(int queryMax)


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.