DOC

lu.uni.serval : commons-frame-communication

Maven & Gradle

Jan 15, 2021

Git Utils · Minimal library allowing one way communication between java processes using java frames as a message mechanism and relying on a socket connection. The first purpose of this library is to allow to send messages with small overhead when instrumenting java code through agents.

Table Of Contents

Latest Version

Download lu.uni.serval : commons-frame-communication Javadoc & API Documentation - Latest Versions:

All Versions

Download lu.uni.serval : commons-frame-communication Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

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

Advertisement