DOC

tech.sirwellington.alchemy : alchemy-thrift

Maven & Gradle

Jun 26, 2018
19 usages
1 stars

Part of the Alchemy Collection. Makes it Simple to work with Thrift in Java. Saves you from writing boiler-plate code, such as management of Clients, and serialization of Thrift Objects. This library also demonstrates how to incorporate thrift with maven, for incorporation into your continuous delivery and distribution of your thrift schemas.

Table Of Contents

Latest Version

Download tech.sirwellington.alchemy : alchemy-thrift Javadoc & API Documentation - Latest Versions:

All Versions

Download tech.sirwellington.alchemy : alchemy-thrift Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1
2.0
1.0
0.9.x
0.9

How to open Javadoc JAR file in web browser

  1. Rename the file alchemy-thrift-2.1-javadoc.jar to alchemy-thrift-2.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder alchemy-thrift-2.1-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 "alchemy-thrift-2.1-sources.jar" -d "alchemy-thrift-2.1-javadoc" -subpackages 

Advertisement