DOC

net.oschina.arvin : thrift-client-support

Maven & Gradle

Nov 11, 2017

thrift-client-support · thrift-client-support is an sdk for easy use thrift connect to the thrift server.

Table Of Contents

Latest Version

Download net.oschina.arvin : thrift-client-support Javadoc & API Documentation - Latest Versions:

All Versions

Download net.oschina.arvin : thrift-client-support Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

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

Advertisement