Uses of Interface
org.hackystat.sensor.xmldata.option.Option

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

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

Classes in org.hackystat.sensor.xmldata.option that implement Option
 class AbstractOption
          The skeletal implementation of an option, which provides default implementations for the basic accessor methods.
 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.
 

Methods in org.hackystat.sensor.xmldata.option that return Option
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.
 

Methods in org.hackystat.sensor.xmldata.option with parameters of type Option
 void OptionHandler.addOption(Option option)
          Adds the specified option to this class.