Package org.hackystat.sensor.xmldata.option

Implements the options that can be set by the user to change the behavior of the XmlDataSensor.

See:
          Description

Interface Summary
Option The common interface between objects that wrap the options and parameters specified via command-line arguments.
 

Class Summary
AbstractOption The skeletal implementation of an option, which provides default implementations for the basic accessor methods.
ArgListOption The option used when specifying the command-line arguments via a text file.
FileOption The option used to send generic sensor data, via the sensorshell, to the sensorbase.
MigrationOption The option used to port Hackystat version 7 (v7) data to the Hackystat 8 sensorbase with the following steps:
MultiShellOption The -multishell option is deprecated and scheduled for removal.
OptionFactory The class which follows the factory pattern to encapsulate the creation of options based on the specified parameters.
OptionHandler The class that handles the options created by the XmlDataController.
OptionUtil The option utility class that contains methods used by multiple options.
OptionUtilTest Tests if the option utility helper methods return the correct values.
ResourceOption The option used to specify the resource associated with all of the entries sent to the server.
SdtOption The option that wraps the sensor data type information specified by the user.
SetRuntimeOption The option used to mark all data sent by this sensor as a batch of data.
TestArgListOption Tests if the arglist option operates as intended.
TestFileOption Tests if the FileOption operates as intended.
TestMultiShellOption Tests if the MultiShellOption receives the correct arguments and is processed as intended.
TestOptionHandler Tests if the option handler stores, validates, and executes options as intended.
TestResourceOption Tests if the resource option accepts and processes the correct arguments.
TestSdtOption Tests if the SdtOption operates as intended.
TestSetRuntimeOption Tests if the SetRuntimeOption takes no parameters and is processed correctly.
TestUniqueTstampOption Tests if the UniqueTstampOption sets the correct option map values.
TestVerboseOption Tests if the verbose option sets the correct option map parameters.
UniqueTstampOption The option used to alter the "Timestmap" attribute in the sensor data files to ensure uniqueness.
VerboseOption The option called when the user wishes to display additional information that is useful when debugging.
 

Enum Summary
Options The enumeration of options that have can have associated objects.
 

Package org.hackystat.sensor.xmldata.option Description

Implements the options that can be set by the user to change the behavior of the XmlDataSensor.