A C D E F G H I L M N O S T U V W

A

addLinkValidator(LinkValidator) - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
 

C

check(LinkValidatorManager) - Method in class org.apache.maven.plugin.linkcheck.FileToCheck
 

D

doExecute() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Execute task.

E

ERROR - Static variable in class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
 
equals(Object) - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidationItem
 

F

FileLinkValidator - class org.apache.maven.plugin.linkcheck.validation.FileLinkValidator.
A link validator solely for files on the local filesystem.
FileLinkValidator() - Constructor for class org.apache.maven.plugin.linkcheck.validation.FileLinkValidator
 
FileToCheck - class org.apache.maven.plugin.linkcheck.FileToCheck.
 
FileToCheck(File, File) - Constructor for class org.apache.maven.plugin.linkcheck.FileToCheck
 
findFiles(List, File) - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
 

G

getBasedir() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Get the base directory for the change log generator.
getCache() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Returns the cacheFile.
getCachedResult(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
 
getErrorMessage() - Method in class org.apache.maven.plugin.linkcheck.LinkCheckResult
 
getErrorMessage() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
 
getExclude() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Returns the exclude.
getExclude() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
Deprecated. use getExcludes()
getExcludes() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
Returns the excludes.
getFile(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.FileLinkValidator
 
getFiles() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
 
getLink() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidationItem
Returns the link.
getLinkValidatorManager() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
 
getMessage() - Method in class org.apache.maven.plugin.linkcheck.FileToCheck
Returns the message.
getMethod() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
 
getName() - Method in class org.apache.maven.plugin.linkcheck.FileToCheck
 
getOutputEncoding() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Returns the outputEncoding.
getProject() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
 
getResourceKey(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.FileLinkValidator
 
getResourceKey(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.HTTPLinkValidator
 
getResourceKey(LinkValidationItem) - Method in interface org.apache.maven.plugin.linkcheck.validation.LinkValidator
The resource key is used by the cache to determine if it really needs to validate the link.
getResourceKey(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.MailtoLinkValidator
 
getResults() - Method in class org.apache.maven.plugin.linkcheck.FileToCheck
 
getSource() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidationItem
Returns the source.
getStatus() - Method in class org.apache.maven.plugin.linkcheck.FileToCheck
Returns the status.
getStatus() - Method in class org.apache.maven.plugin.linkcheck.LinkCheckResult
Returns the status.
getStatus() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
Returns the status.
getSuccessful() - Method in class org.apache.maven.plugin.linkcheck.FileToCheck
Returns the successful.
getTarget() - Method in class org.apache.maven.plugin.linkcheck.LinkCheckResult
Returns the target.
getUnsuccessful() - Method in class org.apache.maven.plugin.linkcheck.FileToCheck
Returns the unsuccessful.
getValidators() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
 

H

HTTPLinkValidator - class org.apache.maven.plugin.linkcheck.validation.HTTPLinkValidator.
Checks links which are normal URLs
HTTPLinkValidator() - Constructor for class org.apache.maven.plugin.linkcheck.validation.HTTPLinkValidator
 
hashCode() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidationItem
 

I

isPersistent() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
 

L

LinkCheck - class org.apache.maven.plugin.linkcheck.LinkCheck.
The main bean to be called whenever a set of documents should have their links checked.
LinkCheck() - Constructor for class org.apache.maven.plugin.linkcheck.LinkCheck
 
LinkCheckResult - class org.apache.maven.plugin.linkcheck.LinkCheckResult.
An class containing the results of a single check of a link.
LinkCheckResult() - Constructor for class org.apache.maven.plugin.linkcheck.LinkCheckResult
 
LinkValidationItem - class org.apache.maven.plugin.linkcheck.validation.LinkValidationItem.
 
LinkValidationItem(File, String) - Constructor for class org.apache.maven.plugin.linkcheck.validation.LinkValidationItem
 
LinkValidationResult - class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult.
This class is used to return status responses from the validation handlers.
LinkValidationResult(int, boolean, String) - Constructor for class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
 
LinkValidator - interface org.apache.maven.plugin.linkcheck.validation.LinkValidator.
 
LinkValidatorManager - class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager.
 
LinkValidatorManager() - Constructor for class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
 
loadCache(String) - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
 

M

MailtoLinkValidator - class org.apache.maven.plugin.linkcheck.validation.MailtoLinkValidator.
 
MailtoLinkValidator() - Constructor for class org.apache.maven.plugin.linkcheck.validation.MailtoLinkValidator
 

N

NOTMINE - Static variable in class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
 

O

OfflineHTTPLinkValidator - class org.apache.maven.plugin.linkcheck.validation.OfflineHTTPLinkValidator.
Fake links check when maven is offline
OfflineHTTPLinkValidator() - Constructor for class org.apache.maven.plugin.linkcheck.validation.OfflineHTTPLinkValidator
 
OnlineHTTPLinkValidator - class org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator.
Checks links which are normal URLs
OnlineHTTPLinkValidator(String, String, String, String, String, String, String) - Constructor for class org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator
 
org.apache.maven.plugin.linkcheck - package org.apache.maven.plugin.linkcheck
 
org.apache.maven.plugin.linkcheck.validation - package org.apache.maven.plugin.linkcheck.validation
 

S

STATUS_JTIDY_FAILURE - Static variable in class org.apache.maven.plugin.linkcheck.FileToCheck
 
STATUS_OK - Static variable in class org.apache.maven.plugin.linkcheck.FileToCheck
 
STATUS_UNKNOWN - Static variable in class org.apache.maven.plugin.linkcheck.FileToCheck
 
saveCache(String) - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
 
setBasedir(File) - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Set the base directory for the change log generator.
setCache(String) - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Sets the cacheFile.
setCachedResult(Object, LinkValidationResult) - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
 
setErrorMessage(String) - Method in class org.apache.maven.plugin.linkcheck.LinkCheckResult
 
setExclude(String) - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Sets the exclude, a string with exclude locations delimited by the space character, the comma character, the tab character, the newline character, the carriage-return character, and the form-feed character.
setExclude(String) - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
Deprecated. use setExcludes()
setExcludes(String[]) - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
Sets the excludes.
setMethod(String) - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
 
setOutput(File) - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Set the output file for the log.
setOutputEncoding(String) - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Sets the outputEncoding.
setProject(Object) - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
Sets the project.
setStatus(String) - Method in class org.apache.maven.plugin.linkcheck.LinkCheckResult
Sets the status.
setTarget(String) - Method in class org.apache.maven.plugin.linkcheck.LinkCheckResult
Sets the target.

T

toString() - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
 
toXML() - Method in class org.apache.maven.plugin.linkcheck.FileToCheck
 
toXML() - Method in class org.apache.maven.plugin.linkcheck.LinkCheck
 
toXML() - Method in class org.apache.maven.plugin.linkcheck.LinkCheckResult
Creates an XML representation of this link check result

U

UNKNOWN - Static variable in class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
 

V

VALID - Static variable in class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
 
validateLink(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.FileLinkValidator
 
validateLink(LinkValidationItem) - Method in interface org.apache.maven.plugin.linkcheck.validation.LinkValidator
If getResource(lvi) returned null, this will NOT be called.
validateLink(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.LinkValidatorManager
 
validateLink(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.MailtoLinkValidator
 
validateLink(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.OfflineHTTPLinkValidator
 
validateLink(LinkValidationItem) - Method in class org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator
 

W

WARNING - Static variable in class org.apache.maven.plugin.linkcheck.validation.LinkValidationResult
 

A C D E F G H I L M N O S T U V W

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