Package org.hackystat.sensor.xmldata

Implements a Xml sensor for the Ant build system, which sends sensor data generated by any tool to a Hackystat server.

See:
          Description

Class Summary
MessageDelegate The class which is delegated to by options and the controller when displaying informative messages to the user.
TestXmlDataController Tests if XmlDataController operates as intended.
XmlDataCliSensor The entry point into the XmlDataSensor.
XmlDataController The class which parses the command-line arguments specified by the user, validates the created options and their parameters, and executes the options.
 

Package org.hackystat.sensor.xmldata Description

Implements a Xml sensor for the Ant build system, which sends sensor data generated by any tool to a Hackystat server. This sensor is designed to run after a task in Ant, which creates a XML file that is compatible with the XML sensor data stored in Hackystat. This sensor reads in this file and uses that data to construct the notification that is sent to the server.