Uses of Class
org.hackystat.sensor.xmldata.option.AbstractOption

Packages that use AbstractOption
org.hackystat.sensor.xmldata.option Implements the options that can be set by the user to change the behavior of the XmlDataSensor. 
 

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

Subclasses of AbstractOption in org.hackystat.sensor.xmldata.option
 class ArgListOption
          The option used when specifying the command-line arguments via a text file.
 class FileOption
          The option used to send generic sensor data, via the sensorshell, to the sensorbase.
 class MigrationOption
          The option used to port Hackystat version 7 (v7) data to the Hackystat 8 sensorbase with the following steps:
 class MultiShellOption
          The -multishell option is deprecated and scheduled for removal.
 class ResourceOption
          The option used to specify the resource associated with all of the entries sent to the server.
 class SdtOption
          The option that wraps the sensor data type information specified by the user.
 class SetRuntimeOption
          The option used to mark all data sent by this sensor as a batch of data.
 class UniqueTstampOption
          The option used to alter the "Timestmap" attribute in the sensor data files to ensure uniqueness.
 class VerboseOption
          The option called when the user wishes to display additional information that is useful when debugging.