DOC

org.apache.excalibur.components : excalibur-sourceresolve

Maven & Gradle

Jul 05, 2007
8 usages

Excalibur Sourceresolve · A very common problem is resolving a source, which means finding a source using a URI. The source resolver of Avalon Excalibur is a component helping you in this task. It resolves sources from a given URI. The URI can use all available protocols of the JRE. In addition own protocols can be plugged-in. So using the standard protocols like HTTP, FTP or file can be handled in the same way, like dealing with custom, self-build protocols such as myxmldatabase://root/documents/test.xml.

Table Of Contents

Latest Version

Download org.apache.excalibur.components : excalibur-sourceresolve Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.excalibur.components : excalibur-sourceresolve Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file excalibur-sourceresolve-2.2.3-javadoc.jar to excalibur-sourceresolve-2.2.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder excalibur-sourceresolve-2.2.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "excalibur-sourceresolve-2.2.3-sources.jar" -d "excalibur-sourceresolve-2.2.3-javadoc" -subpackages