Uses of Class
org.apache.maven.doxia.linkcheck.validation.LinkValidationItem

Packages that use LinkValidationItem
org.apache.maven.doxia.linkcheck.validation   
 

Uses of LinkValidationItem in org.apache.maven.doxia.linkcheck.validation
 

Methods in org.apache.maven.doxia.linkcheck.validation with parameters of type LinkValidationItem
 LinkValidationResult LinkValidatorManager.getCachedResult(LinkValidationItem lvi)
          Returns a LinkValidationResult for the given LinkValidationItem if it has been cached from a previous run, returns null otherwise.
 Object MailtoLinkValidator.getResourceKey(LinkValidationItem lvi)
          The resource key is used by the cache to determine if it really needs to validate the link.
 Object LinkValidator.getResourceKey(LinkValidationItem lvi)
          The resource key is used by the cache to determine if it really needs to validate the link.
 Object HTTPLinkValidator.getResourceKey(LinkValidationItem lvi)
          The resource key is used by the cache to determine if it really needs to validate the link.
 Object FileLinkValidator.getResourceKey(LinkValidationItem lvi)
          The resource key is used by the cache to determine if it really needs to validate the link.
 LinkValidationResult MailtoLinkValidator.validateLink(LinkValidationItem lvi)
          If getResourceKey(lvi) returned null, this will NOT be called.
 LinkValidationResult LinkValidator.validateLink(LinkValidationItem lvi)
          If getResourceKey(lvi) returned null, this will NOT be called.
 LinkValidationResult OfflineHTTPLinkValidator.validateLink(LinkValidationItem lvi)
          If getResourceKey(lvi) returned null, this will NOT be called.
 LinkValidationResult LinkValidatorManager.validateLink(LinkValidationItem lvi)
          Validates the links of the given LinkValidationItem.
 LinkValidationResult OnlineHTTPLinkValidator.validateLink(LinkValidationItem lvi)
          If getResourceKey(lvi) returned null, this will NOT be called.
 LinkValidationResult FileLinkValidator.validateLink(LinkValidationItem lvi)
          If getResourceKey(lvi) returned null, this will NOT be called.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.