DOC

org.openjax : expect

Maven & Gradle

May 23, 2020

OpenJAX Expect · Module for the automation of interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. With this library you can wrap interactive applications in any java code.

Table Of Contents

Latest Version

Download org.openjax : expect Javadoc & API Documentation - Latest Versions:

All Versions

Download org.openjax : expect 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 expect-0.2.14-javadoc.jar to expect-0.2.14-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder expect-0.2.14-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 "expect-0.2.14-sources.jar" -d "expect-0.2.14-javadoc" -subpackages 

Advertisement