Show Me Glossary
 

FileCrawlerPluginManager Walk-Through

Previous previous|nextNext Page

Timothy now looks at FileCrawlerPluginManager.java. This implements the CrawlerPluginManager interface, which is used by a crawler plug-in to submit URL-related data to the crawler. This class returns information about the plug-in, including the required users parameters. It puts the start directory into the queue or resumes the previous crawling.

Timothy goes through FileCrawlerPluginManager.java.

Show Me

Show Me