DOC

net.sf.expectit : expectit-parent

Maven & Gradle

Jan 09, 2018
157 stars

ExpectIt :: Parent · Yet another pure Java(tm) implementation of the Unix Expect tool. It designed to be simple, easy to use and extensible.

Table Of Contents

Latest Version

Download net.sf.expectit : expectit-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement