DOC

de.ovgu.dke.mocca : mocca-tools

Maven & Gradle

Mar 12, 2013

mocca-tools · MOCCA is the Message-Oriented Command and Context Architecture, providing a GLUE middle-ware that allows sending commands to a peer which are executed by state-less handlers in a specific context. This library contains tools commonly used with MOCCA, e.g. in-band file transfer.

Table Of Contents

Latest Version

Download de.ovgu.dke.mocca : mocca-tools Javadoc & API Documentation - Latest Versions:

All Versions

Download de.ovgu.dke.mocca : mocca-tools 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 mocca-tools-0.1.0-javadoc.jar to mocca-tools-0.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mocca-tools-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 "mocca-tools-0.1.0-sources.jar" -d "mocca-tools-0.1.0-javadoc" -subpackages 

Advertisement