DOC

cn.benma666 : KettleEasyExpand

Maven & Gradle

May 20, 2024
38 stars

KettleEasyExpand · 一个简化kettle插件开发的通用插件,采用JSON作为参数配置,省去ui调试设计步骤,只需一个类就可以开发一个插件。

Table Of Contents

Latest Version

Download cn.benma666 : KettleEasyExpand Javadoc & API Documentation - Latest Versions:

All Versions

Download cn.benma666 : KettleEasyExpand Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x

How to open Javadoc JAR file in web browser

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

Advertisement