checkLinks: to specify that the presence of all external links must be checked (default is true)checkHTTPLinks: to specify that the presence of HTTP external links must be checked (default is true. Note that if checkLinks is false, checkHTTPLinks will be set to false regaldless on how the user has set its valueforceHTTPLinksInvalid: set to true if you want all the HTTP links check to fail (default is false). Note that if checkHTTPLinks is false, then this property will not be usedcheckHTTPLinksThreaded specifies if HTTP links must be checked in a Thread pool (true by default)checkHTTPLinksTimeOut set the timeout of the Thread pool used for checking URL links with the "http" protocol, if the check is performed in background ThreadscheckHTTPLinksPool set the number of Threads in the Thread pool used for checking URL links with the "http" protocol, if the check is performed in background ThreadsdefaultHTTPTimeout set the timeout for checking the availability of an http link (300 ms by default)urlExceptions: specifies the XML files for which URLs won't be checkedtimeouts: specifies the XML file setting specific timeouts for URLsuserAgent: specifies the user agent used when accessing external linksproxy.host: specifies the host for a proxy when accessing external linksproxy.port: specifies the port for a proxy when accessing external linksproxy.authentication: specifies that the proxy must be authenticated (default is false)<xs:element name="urlExceptions"> <xs:complexType> <xs:sequence maxOccurs="unbounded" minOccurs="0"> <xs:element ref="urlException" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="urlException"> <xs:complexType> <xs:attribute name="url" type="xs:anyURI" use="required" /> </xs:complexType> </xs:element>All the children URLs of the URLs specified in this file won't be checked. It avoid to return warnings in the case where some URLs are not allowed on the Network where the docJGenerator tool is used (black list or white list).
<urlExceptions> <urlException url="http://docs.oracle.com/javase/8/docs/api/" /> </urlExceptions>
<timeouts timeout="300"> <url url="http://docs.oracle.com/javase/8/docs/api/" timeout="500" /> </timeouts>Here the default timeout is 300ms, but the timeout for the javadoc API website is 500ms.
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.
Project Web Hosted by
Copyright 1999-2010 -
Geeknet, Inc., All Rights Reserved
About
-
Legal
-
Help