DOC

io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates

Maven & Gradle

Sep 18, 2015
2 usages
2 stars

Handy URI Templates · Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to utilize templatized URIs and inject replacement variables to expand the template into a URI. The library sports a fluent API, ability to plugin custom object renderers, and supports all levels of URI templates.

Table Of Contents

Latest Version

Download io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates Javadoc & API Documentation - Latest Versions:

All Versions

Download io.wcm.osgi.wrapper : io.wcm.osgi.wrapper.handy-uri-templates Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0002-javadoc.jar to io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0002-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0002-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 "io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0002-sources.jar" -d "io.wcm.osgi.wrapper.handy-uri-templates-2.0.3-0002-javadoc" -subpackages 

Advertisement