|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchCoreFatalException | |
---|---|
gov.nasa.pds.search.core | |
gov.nasa.pds.search.core.extractor | |
gov.nasa.pds.search.core.registry |
Uses of SearchCoreFatalException in gov.nasa.pds.search.core |
---|
Methods in gov.nasa.pds.search.core that throw SearchCoreFatalException | |
---|---|
File |
SearchCore.prepForExtractorRun(boolean clean)
Create the output directory for the Registry Extractor data. |
Uses of SearchCoreFatalException in gov.nasa.pds.search.core.extractor |
---|
Constructors in gov.nasa.pds.search.core.extractor that throw SearchCoreFatalException | |
---|---|
RegistryExtractor(File confDir,
List<String> primaryRegistries,
List<String> secondaryRegistries)
Constructor used when an output directory is not specified and needs to be found using the java.class.path |
|
RegistryExtractor(File confDir,
List<String> primaryRegistries,
List<String> secondaryRegistries,
File outputDir)
Primary Constructor for RegistryExtractor class, including output directory
and the registry to query against. |
Uses of SearchCoreFatalException in gov.nasa.pds.search.core.registry |
---|
Methods in gov.nasa.pds.search.core.registry that throw SearchCoreFatalException | |
---|---|
boolean |
RegistryResults.nextPage()
Handles paging through results |
void |
RegistryResults.performRegistryQuery(int start,
int pageLength)
Queries Registry with page beginning at start with specified page length. |
List<String> |
ProductClass.query(File coreConfig)
Driving method for querying data from the registry |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |