| Name | Description | Type | Package | Framework |
| ActionBeanProperties | A collection of bean properties which are used by CasPropertyOverrideConfigurer to set properties on | Class | org.apache.oodt.cas.crawl.util | Apache OODT |
| AutoDetectProductCrawler | A ProductCrawler that uses a suite of files to define its crawling and ingestion policy: | Class | org.apache.oodt.cas.crawl | Apache OODT |
| BeanInfoHandler | Describe your class here. | Class | org.apache.oodt.cas.crawl.cli.option.handler | Apache OODT |
| CasPropertyList | Describe your class here. | Class | org.apache.oodt.cas.crawl.util | Apache OODT |
| CasPropertyOverrideConfigurer | A PropertyOverrideConfigurer which sets properties stored in ActionBeanProperties. | Class | org.apache.oodt.cas.crawl.util | Apache OODT |
| CasPropertyPlaceholderConfigurer | Describe your class here. | Class | org.apache.oodt.cas.crawl.util | Apache OODT |
| CrawlDaemon | A daemon utility class for ProductCrawlers that allows a regular ProductCrawler to be run as a daemon, and statistics about crawling to be | Class | org.apache.oodt.cas.crawl.daemon | Apache OODT |
| CrawlDaemonController | Class | org.apache.oodt.cas.crawl.daemon | Apache OODT | |
| CrawlerAction | An action taken by the crawler during success or fail of one of its lifecycle states: preIngest, postIngestSuccess, or postIngestFail . | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| CrawlerActionException | An Exception thrown by a CrawlerAction. | Class | org.apache.oodt.cas.crawl.structs.exceptions | Apache OODT |
| CrawlerActionInfoHandler | Class | org.apache.oodt.cas.crawl.cli.option.handler | Apache OODT | |
| CrawlerActionPhases | enum CrawlerActionPhasesSupported Crawler Phases. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| CrawlerActionRepo | A repository and reader for CrawlerActions associated with Crawler lifecycle phases: preIngest, postIngestSuccess and postIngestFail. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| CrawlerBeansPropHandler | A CmdLineOptionHandler which adds bean properties to ActionBeanProperties so that they can then be injected into | Class | org.apache.oodt.cas.crawl.cli.option.handler | Apache OODT |
| CrawlerLauncher | A command line interface to the new Spring enabled crawler. | Class | org.apache.oodt.cas.crawl | Apache OODT |
| CrawlerLauncherCliAction | A CmdLineAction which is responsible for launching crawlers. | Class | org.apache.oodt.cas.crawl.cli.action | Apache OODT |
| CrawlException | A general exception thrown by a component in the crawling framework . | Class | org.apache.oodt.cas.crawl.structs.exceptions | Apache OODT |
| DeleteFile | Deletes a product file as a CrawlerAction response. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| EmailNotification | This action sends an email notification. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| ExternAction | Execute some external command as a CrawlerAction response. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| FileBasedAction | This class provides some basic support for actions revolving around files. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| FilemgrUniquenessCheckComparator | A pre-ingest, Metadata extractor level comparator that checks whether a product exists before generating metadata for it. | Class | org.apache.oodt.cas.crawl.comparator | Apache OODT |
| FilemgrUniquenessChecker | Check whether a product exists in the database alreadyAuthor:bfoster (Brian Foster) | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| FileSettings | This class captures settings used in FileBased actions and the FileExists precondition. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| GroupAction | Support of a GroupAction could go a ways to simplify command line specification of actions to run. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| IngestAncillary | This action allows the crawler to ingest an ancillary file while crawling other files. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| IngestStatus | Interface | org.apache.oodt.cas.crawl.status | Apache OODT | |
| IngestStatus .Result | Class | org.apache.oodt.cas.crawl.status | Apache OODT | |
| MetExtractorProductCrawler | A variant of the Standard Product Crawler where . | Class | org.apache.oodt.cas.crawl | Apache OODT |
| MetExtractorSpec | A specification for instantiating MetExtractors . | Class | org.apache.oodt.cas.crawl.typedetection | Apache OODT |
| MimeExtractorConfigMetKeys | XML Config file Met Keys for the MimeExtractorConfig . | Interface | org.apache.oodt.cas.crawl.typedetection | Apache OODT |
| MimeExtractorConfigReader | Static reader class for MimeExtractors. | Class | org.apache.oodt.cas.crawl.typedetection | Apache OODT |
| MimeExtractorRepo | Repo of extractor spec and naming conventions mapped by mime-type. | Class | org.apache.oodt.cas.crawl.typedetection | Apache OODT |
| MimeTypeCrawlerAction | Calls a CrawlerAction if this File matches the specified set of internal mimeTypes. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| MoveFile | Moves a Product file as a reponse to a Crawler lifecycle phaseAuthor:bfoster (Brian Foster), mattmann (Chris Mattmann) | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| PreconditionInfoHandler | Class | org.apache.oodt.cas.crawl.cli.option.handler | Apache OODT | |
| ProductCrawler | An abstract base class for Product Crawling. | Class | org.apache.oodt.cas.crawl | Apache OODT |
| ProductCrawlerBean | Turns a ProductCrawler into a Spring-configurable entity. | Class | org.apache.oodt.cas.crawl.config | Apache OODT |
| SolrIndexingAction | Crawler action that ingests the product metadata into the configured Solr index. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| StdProductCrawler | A generic Product Crawler for Products. | Class | org.apache.oodt.cas.crawl | Apache OODT |
| TernaryAction | While branching seems more along the lines of a workflow deal having support for decisions based on success or failure of an action can help support | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| ToggleAction | Allows for cases where there are one of two (or more) actions which needs to run. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| WorkflowMgrStatusUpdate | Updates the Workflow Manager and notifies it that the crawled Product has been ingested successfully. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |