Serialized Form


Package org.apache.maven.doxia.linkcheck

Class org.apache.maven.doxia.linkcheck.HttpBean extends Object implements Serializable

Serialized Fields

method

String method
The HTTP method to use. Currently supported are "GET" and "HEAD".
HTTP GET
The HTTP GET method is defined in section 9.3 of RFC2616:
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
HTTP HEAD
The HTTP HEAD method is defined in section 9.4 of RFC2616:
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.


followRedirects

boolean followRedirects
if the HTTP method should automatically follow HTTP redirects (status code 302, etc.), false otherwise.


proxyHost

String proxyHost
The proxy host.


proxyPort

int proxyPort
The proxy port.


proxyUser

String proxyUser
The proxy user.


proxyPassword

String proxyPassword
The proxy password.


proxyNtlmHost

String proxyNtlmHost
The proxy NTLM (NT Lan Manager) host.


proxyNtlmDomain

String proxyNtlmDomain
The proxy NTLM (NT Lan Manager) domain.


timeout

int timeout
The timeout to be used. A value of zero means the timeout is not used. Default value is 2000.


httpClientParameters

Properties httpClientParameters

Class org.apache.maven.doxia.linkcheck.LinkCheckException extends Exception implements Serializable

serialVersionUID: -9132581894367552403L


Package org.apache.maven.doxia.linkcheck.model

Class org.apache.maven.doxia.linkcheck.model.LinkcheckFile extends Object implements Serializable

Serialized Fields

absolutePath

String absolutePath
The file to check as String Object.


relativePath

String relativePath
The relative path of the file.


successful

int successful
The number of successful links in this file.


unsuccessful

int unsuccessful
The number of unsuccessful links in this file.


results

List results
Field results.

Class org.apache.maven.doxia.linkcheck.model.LinkcheckFileResult extends Object implements Serializable

Serialized Fields

target

String target
The target URL.


status

String status
The status.


errorMessage

String errorMessage
The error message.

Class org.apache.maven.doxia.linkcheck.model.LinkcheckModel extends Object implements Serializable

Serialized Fields

files

List files
Field files.


modelEncoding

String modelEncoding
Field modelEncoding.


Package org.apache.maven.doxia.linkcheck.validation

Class org.apache.maven.doxia.linkcheck.validation.HTTPLinkValidationResult extends LinkValidationResult implements Serializable

serialVersionUID: 3541710617127916373L

Serialized Fields

httpStatusCode

int httpStatusCode
The httpStatusCode.

Class org.apache.maven.doxia.linkcheck.validation.LinkValidationResult extends Object implements Serializable

serialVersionUID: -8346824125135406813L

Serialized Fields

persistent

boolean persistent
The persistent property.


status

int status
The status.


errorMessage

String errorMessage
The error message.

Class org.apache.maven.doxia.linkcheck.validation.LinkValidatorManager extends Object implements Serializable

serialVersionUID: 2467928182206500945L

Serialized Fields

validators

List validators
validators.


excludedLinks

String[] excludedLinks
excludes.


cache

Map cache
cache.



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