Uses of Class
org.hackystat.sensor.xmldata.XmlDataController

Packages that use XmlDataController
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. 
org.hackystat.sensor.xmldata.option Implements the options that can be set by the user to change the behavior of the XmlDataSensor. 
 

Uses of XmlDataController in org.hackystat.sensor.xmldata
 

Constructors in org.hackystat.sensor.xmldata with parameters of type XmlDataController
MessageDelegate(XmlDataController controller)
          Constructs this delegate class with the specified controller.
 

Uses of XmlDataController in org.hackystat.sensor.xmldata.option
 

Methods in org.hackystat.sensor.xmldata.option that return XmlDataController
 XmlDataController AbstractOption.getController()
          Returns the controller which provides access to parameters processed in other options and global sensor operations.
 

Methods in org.hackystat.sensor.xmldata.option with parameters of type XmlDataController
static org.hackystat.sensorshell.Shell OptionUtil.createShell(org.hackystat.sensorshell.SensorShellProperties properties, XmlDataController controller)
          Creates a Shell instance based on the information found in the specified controller.
static void OptionUtil.fireSendMessage(XmlDataController controller, org.hackystat.sensorshell.Shell shell, int entriesAdded)
          The helper method that fires a message to the specified controller based on the connectivity of the sensorshell to a Hackystat server.
static Option OptionFactory.getInstance(XmlDataController controller, java.lang.String optionName, java.util.List<java.lang.String> parameters)
          Returns an option instance based on the specified option name and parameters.
 

Constructors in org.hackystat.sensor.xmldata.option with parameters of type XmlDataController
AbstractOption(XmlDataController controller, java.lang.String name, java.util.List<java.lang.String> parameters)
          Constructs this option with a controller, option name, and a list of parameters used to execute this option.
ArgListOption(XmlDataController controller, java.util.List<java.lang.String> parameters)
          Creates this option with the specified controller and parameters.
FileOption(XmlDataController controller, java.util.List<java.lang.String> parameters)
          Creates this option with the specified controller and parameters.
MigrationOption(XmlDataController controller, java.util.List<java.lang.String> parameters)
          Creates this option with the specified controller and parameters.
MultiShellOption(XmlDataController controller, java.util.List<java.lang.String> parameters)
          Static factory method that creates an option with the specified controller and parameters.
OptionHandler(XmlDataController controller)
          Constructs this handler with the specified controller.
ResourceOption(XmlDataController controller, java.util.List<java.lang.String> parameters)
          Creates this option with the specified controller and parameters.
SdtOption(XmlDataController controller, java.util.List<java.lang.String> parameters)
          Creates this option with the specified controller and parameters.
SetRuntimeOption(XmlDataController controller, java.util.List<java.lang.String> parameters)
          Creates this option with the specified controller and parameters.
UniqueTstampOption(XmlDataController controller, java.util.List<java.lang.String> parameters)
          Creates this option with the specified controller and the specified list of parameters.
VerboseOption(XmlDataController controller, java.util.List<java.lang.String> parameters)
          Creates this option with the specified controller and the specified list of parameters.