org.apache.maven.plugin.linkcheck.validation
Class HTTPLinkValidator

java.lang.Object
  extended byorg.apache.maven.plugin.linkcheck.validation.HTTPLinkValidator
All Implemented Interfaces:
LinkValidator
Direct Known Subclasses:
OfflineHTTPLinkValidator, OnlineHTTPLinkValidator

public abstract class HTTPLinkValidator
extends Object
implements LinkValidator

Checks links which are normal URLs

Version:
$Id: HTTPLinkValidator.java 532339 2007-04-25 12:28:56Z ltheussl $
Author:
Ben Walding, Arnaud Heritier

Constructor Summary
HTTPLinkValidator()
           
 
Method Summary
 Object getResourceKey(LinkValidationItem lvi)
          The resource key is used by the cache to determine if it really needs to validate the link.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.plugin.linkcheck.validation.LinkValidator
validateLink
 

Constructor Detail

HTTPLinkValidator

public HTTPLinkValidator()
Method Detail

getResourceKey

public Object getResourceKey(LinkValidationItem lvi)
Description copied from interface: LinkValidator
The resource key is used by the cache to determine if it really needs to validate the link. No actual validation should be done at this point.

Specified by:
getResourceKey in interface LinkValidator
Parameters:
lvi -
Returns:
Object null if this validator should not be doing this work.
See Also:
org.apache.maven.plugin.linkcheck.LinkValidator#getResourceKey(org.apache.maven.plugin.linkcheck.LinkValidationItem)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.