DOC

com.pragmaticautomation : pragautox10

Maven & Gradle

Oct 07, 2008

Pragmatic Project Automation X10 · It�s an open source Java library that includes the CruiseControl plug-in, an API to make your wildest X10 dreams come true, detailed instructions, and an ever-so-useful collection of tests. Way down deep, the library uses the Java Communications API to send bits out over the serial port and into the Firecracker Computer Interface. (Linux users will need the RXTX implementation). Michel Dalal�s Java X10 CM17A API library, an implementation of the FireCracker (CM17A) Communications Specification, is used to send out the correct 1s and 0s in response to human-friendly commands. Many thanks to him for doing all the low-level bit twiddling and sharing the goodies with us!

Table Of Contents

Latest Version

Download com.pragmaticautomation : pragautox10 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.pragmaticautomation : pragautox10 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

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