Uses of Interface
org.archive.crawler.settings.ValueErrorHandler

Packages that use ValueErrorHandler
org.archive.crawler.admin Contains classes that the web UI uses to monitor and control crawls. 
org.archive.crawler.settings Provides classes for the settings framework. 
 

Uses of ValueErrorHandler in org.archive.crawler.admin
 

Classes in org.archive.crawler.admin that implement ValueErrorHandler
 class CrawlJobErrorHandler
          An implementation of the ValueErrorHandler for the UI.
 

Uses of ValueErrorHandler in org.archive.crawler.settings
 

Classes in org.archive.crawler.settings that implement ValueErrorHandler
 class CrawlSettingsSAXHandler
          An SAX element handler that updates a CrawlerSettings object.
 class SettingsFrameworkTestCase
          Set up a couple of settings to test different functions of the settings framework.
 

Methods in org.archive.crawler.settings with parameters of type ValueErrorHandler
 void SettingsHandler.registerValueErrorHandler(ValueErrorHandler errorHandler)
          Register an instance of ValueErrorHandler.
 void SettingsHandler.unregisterValueErrorHandler(ValueErrorHandler errorHandler)
          Unregister an instance of ValueErrorHandler.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.