Show Me Glossary
 

LdapCrawlerPluginManager Walk-through

Previous previous|nextNext Page

Timothy now looks at LDAPCrawlerPluginManager.java. This implements the CrawlerPluginManager interface, which is used by a crawler plug-in to submit URL-related data to the crawler. It returns information about the plug-in, including the required parameters, such as LDAP URL and the Display URL base.

Timothy goes through LdapCrawlerPluginManager.java.

 

Show Me

Show Me