DOC

com.whaleal.icefrog : icefrog-all

Maven & Gradle

Feb 22, 2022
8 stars

icefrog是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。

Table Of Contents

Latest Version

Download com.whaleal.icefrog : icefrog-all Javadoc & API Documentation - Latest Versions:

All Versions

Download com.whaleal.icefrog : icefrog-all Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement