|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
OnlineHTTPLinkValidator.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 |
MailtoLinkValidator.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 |
LinkValidator.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||