A C D E F G H I K M O P R S T U V X

A

AbstractOption - Class in org.hackystat.sensor.xmldata.option
The skeletal implementation of an option, which provides default implementations for the basic accessor methods.
AbstractOption(XmlDataController, String, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.AbstractOption
Constructs this option with a controller, option name, and a list of parameters used to execute this option.
addOption(Option) - Method in class org.hackystat.sensor.xmldata.option.OptionHandler
Adds the specified option to this class.
addOptionObject(Options, Object) - Method in class org.hackystat.sensor.xmldata.XmlDataController
Adds a mapping of the specified option to the specified object.
ArgListOption - Class in org.hackystat.sensor.xmldata.option
The option used when specifying the command-line arguments via a text file.
ArgListOption(XmlDataController, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.ArgListOption
Creates this option with the specified controller and parameters.

C

clearOptions() - Method in class org.hackystat.sensor.xmldata.option.OptionHandler
Clears all of the options managed by this class.
createEntries() - Method in class org.hackystat.sensor.xmldata.jaxb.ObjectFactory
Create an instance of Entries
createEntry() - Method in class org.hackystat.sensor.xmldata.jaxb.ObjectFactory
Create an instance of Entry
createEntry() - Method in class org.hackystat.sensor.xmldata.jaxb.v7.ObjectFactory
Create an instance of Entry
createSensor() - Method in class org.hackystat.sensor.xmldata.jaxb.v7.ObjectFactory
Create an instance of Sensor
createShell(SensorShellProperties, XmlDataController) - Static method in class org.hackystat.sensor.xmldata.option.OptionUtil
Creates a Shell instance based on the information found in the specified controller.
createUnmarshaller(Class<?>, String) - Static method in class org.hackystat.sensor.xmldata.option.OptionUtil
The helper method that returns an unmarshaller that is created using the specified JAXB context class and schema file.
createXmlData() - Method in class org.hackystat.sensor.xmldata.jaxb.ObjectFactory
Create an instance of XmlData

D

decode(String) - Static method in class org.hackystat.sensor.xmldata.util.StringListCodec
Decodes the passed string, returning a List of strings.

E

encode() - Method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Encodes the contents of this PropertyMap into a String that can be persisted or transmitted using Soap.
encode(List<String>) - Static method in class org.hackystat.sensor.xmldata.util.StringListCodec
Encodes the passed list of strings into a single string and returns it.
Entries - Class in org.hackystat.sensor.xmldata.jaxb
Java class for anonymous complex type.
Entries() - Constructor for class org.hackystat.sensor.xmldata.jaxb.Entries
 
entries - Variable in class org.hackystat.sensor.xmldata.jaxb.XmlData
 
entry - Variable in class org.hackystat.sensor.xmldata.jaxb.Entries
 
Entry - Class in org.hackystat.sensor.xmldata.jaxb
Java class for anonymous complex type.
Entry() - Constructor for class org.hackystat.sensor.xmldata.jaxb.Entry
 
Entry - Class in org.hackystat.sensor.xmldata.jaxb.v7
Java class for anonymous complex type.
Entry() - Constructor for class org.hackystat.sensor.xmldata.jaxb.v7.Entry
 
entry - Variable in class org.hackystat.sensor.xmldata.jaxb.v7.Sensor
 
execute() - Method in class org.hackystat.sensor.xmldata.option.AbstractOption
Implements the execute method with the default execute behavior, which is to do nothing.
execute() - Method in class org.hackystat.sensor.xmldata.option.ArgListOption
Executes this option using the specified argument list file.
execute() - Method in class org.hackystat.sensor.xmldata.option.FileOption
Executes this option by grabbing all information stored in the specified files, and sending them to the sensorbase.
execute() - Method in class org.hackystat.sensor.xmldata.option.MigrationOption
Executes this option by converting all version 7 data found in the specified directory to version 8 compatiable data.
execute() - Method in interface org.hackystat.sensor.xmldata.option.Option
Executes this option based on the option name and parameters.
execute() - Method in class org.hackystat.sensor.xmldata.option.OptionHandler
Executes all of the stored options that have operations to execute on their wrapped parameters.
execute() - Method in class org.hackystat.sensor.xmldata.XmlDataController
Executes all of the options specified by the user.

F

FileOption - Class in org.hackystat.sensor.xmldata.option
The option used to send generic sensor data, via the sensorshell, to the sensorbase.
FileOption(XmlDataController, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.FileOption
Creates this option with the specified controller and parameters.
fireMessage(String) - Method in class org.hackystat.sensor.xmldata.MessageDelegate
Displays the specified message.
fireMessage(String, String) - Method in class org.hackystat.sensor.xmldata.MessageDelegate
Displays the specified message is verbose mode is disabled or the verbose message if verbose mode is enabled.
fireMessage(String) - Method in class org.hackystat.sensor.xmldata.XmlDataController
Displays the specified message.
fireMessage(String, String) - Method in class org.hackystat.sensor.xmldata.XmlDataController
Displays the specified message is verbose mode is disabled or the verbose message if verbose mode is enabled.
fireSendMessage(XmlDataController, Shell, int) - Static method in class org.hackystat.sensor.xmldata.option.OptionUtil
The helper method that fires a message to the specified controller based on the connectivity of the sensorshell to a Hackystat server.
fireVerboseMessage(String) - Method in class org.hackystat.sensor.xmldata.MessageDelegate
Displays the specified message if verbose mode is enabled.
fireVerboseMessage(String) - Method in class org.hackystat.sensor.xmldata.XmlDataController
Displays the specified message if verbose mode is enabled.
formattedString() - Method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Returns the contents of the property map in human readable form.

G

get(String) - Method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Gets the property value associated with name, or returns null if not found.
get(String, String) - Method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Returns the property value associated with name, or defaultValue if not found.
getController() - Method in class org.hackystat.sensor.xmldata.option.AbstractOption
Returns the controller which provides access to parameters processed in other options and global sensor operations.
getCurrentTimestamp(boolean, TstampSet) - Static method in class org.hackystat.sensor.xmldata.option.OptionUtil
Returns the current timestamp based on the specified parameters.
getDefaultMapString() - Static method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Returns a new String representation of an empty SensorDataPropertyMap instance.
getEntries() - Method in class org.hackystat.sensor.xmldata.jaxb.XmlData
Gets the value of the entries property.
getEntry() - Method in class org.hackystat.sensor.xmldata.jaxb.Entries
Gets the value of the entry property.
getEntry() - Method in class org.hackystat.sensor.xmldata.jaxb.v7.Sensor
Gets the value of the entry property.
getHost() - Method in class org.hackystat.sensor.xmldata.XmlDataController
Returns the SensorBase host stored in the sensor properties file.
getIgnoreCase(String) - Method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Returns the property value associated with name, where name is not case-sensitive.
getInstance(XmlDataController, String, List<String>) - Static method in class org.hackystat.sensor.xmldata.option.OptionFactory
Returns an option instance based on the specified option name and parameters.
getMap(String) - Static method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Returns a new SensorDataPropertyMap instance generated from the encoded String.
getMapVerboseString(Map<String, String>) - Static method in class org.hackystat.sensor.xmldata.option.OptionUtil
Returns the string containing the information stored in the key-value mapping of sensor data.
getName() - Method in class org.hackystat.sensor.xmldata.option.AbstractOption
Returns the name of this option.
getName() - Method in interface org.hackystat.sensor.xmldata.option.Option
Returns the name of this option.
getOptionObject(Options) - Method in class org.hackystat.sensor.xmldata.XmlDataController
Returns the object mapped to the specified option.
getOtherAttributes() - Method in class org.hackystat.sensor.xmldata.jaxb.Entry
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.hackystat.sensor.xmldata.jaxb.v7.Entry
Gets a map that contains attributes that aren't bound to any typed property on this class.
getParameters() - Method in class org.hackystat.sensor.xmldata.option.AbstractOption
Returns a list of parameters used to execute this option.
getParameters() - Method in interface org.hackystat.sensor.xmldata.option.Option
Returns a list of parameters used to execute this option.
getResource() - Method in class org.hackystat.sensor.xmldata.jaxb.Entry
Gets the value of the resource property.
getRunTime() - Method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Returns a string containing the "runTime" attribute, or null if not found.
getTimestampInMillis(String) - Static method in class org.hackystat.sensor.xmldata.option.OptionUtil
Returns the long value of the specified timestamp string representation.
getTool() - Method in class org.hackystat.sensor.xmldata.jaxb.Entry
Gets the value of the tool property.

H

hasRequiredOptions() - Method in class org.hackystat.sensor.xmldata.option.OptionHandler
Returns true if this class contains all of the required options.

I

isOption(String) - Method in class org.hackystat.sensor.xmldata.option.OptionHandler
A helper method that returns true if the specified string is an option.
isOptionsValid() - Method in class org.hackystat.sensor.xmldata.option.OptionHandler
Returns true if all of the options stored in this class are valid and contain no duplicate options.
isValid() - Method in class org.hackystat.sensor.xmldata.option.AbstractOption
Returns true if this option's parameters are valid.
isValid() - Method in class org.hackystat.sensor.xmldata.option.ArgListOption
Returns true if the specified parameters contains only one element, which is a valid text file containing the list of command-line arguments.
isValid() - Method in class org.hackystat.sensor.xmldata.option.FileOption
Returns true if the the list of parameters contains 1 or more files that exist.
isValid() - Method in class org.hackystat.sensor.xmldata.option.MigrationOption
Returns true if the specified option parameters follows the convention:
isValid() - Method in class org.hackystat.sensor.xmldata.option.MultiShellOption
Returns true if the list of parameters contains no parameters.
isValid() - Method in interface org.hackystat.sensor.xmldata.option.Option
Returns true if this option's parameters are valid.
isValid() - Method in class org.hackystat.sensor.xmldata.option.ResourceOption
Returns true if the list of parameters contains only one element.
isValid() - Method in class org.hackystat.sensor.xmldata.option.SdtOption
Returns true if the list of parameters contains only one element.
isValid() - Method in class org.hackystat.sensor.xmldata.option.SetRuntimeOption
Returns true if the list of parameters contains only no elements.
isValid() - Method in class org.hackystat.sensor.xmldata.option.UniqueTstampOption
Returns true if the list of parameters contains no parameters.
isValid() - Method in class org.hackystat.sensor.xmldata.option.VerboseOption
Returns true if this option is valid.

K

keySet() - Method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Returns a set containing the keys associated with this property map.

M

main(String[]) - Static method in class org.hackystat.sensor.xmldata.XmlDataCliSensor
Provide the command line interface to the XmlData sensor.
massageTimestamp(Boolean, TstampSet, long) - Static method in class org.hackystat.sensor.xmldata.option.OptionUtil
"Massages" the specified timestamp by using the specified parameters.
MAX_NUM_STRINGS - Static variable in class org.hackystat.sensor.xmldata.util.StringListCodec
The maximum number of strings that can be encoded.
MAX_STRING_LENGTH - Static variable in class org.hackystat.sensor.xmldata.util.StringListCodec
The maximum length of any individual string to be encoded.
MessageDelegate - Class in org.hackystat.sensor.xmldata
The class which is delegated to by options and the controller when displaying informative messages to the user.
MessageDelegate(XmlDataController) - Constructor for class org.hackystat.sensor.xmldata.MessageDelegate
Constructs this delegate class with the specified controller.
MigrationOption - Class in org.hackystat.sensor.xmldata.option
The option used to port Hackystat version 7 (v7) data to the Hackystat 8 sensorbase with the following steps:
MigrationOption(XmlDataController, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.MigrationOption
Creates this option with the specified controller and parameters.
MultiShellOption - Class in org.hackystat.sensor.xmldata.option
The -multishell option is deprecated and scheduled for removal.
MultiShellOption(XmlDataController, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.MultiShellOption
Static factory method that creates an option with the specified controller and parameters.

O

ObjectFactory - Class in org.hackystat.sensor.xmldata.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.sensor.xmldata.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.sensor.xmldata.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.sensor.xmldata.jaxb
ObjectFactory - Class in org.hackystat.sensor.xmldata.jaxb.v7
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.sensor.xmldata.jaxb.v7 package.
ObjectFactory() - Constructor for class org.hackystat.sensor.xmldata.jaxb.v7.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.sensor.xmldata.jaxb.v7
Option - Interface in org.hackystat.sensor.xmldata.option
The common interface between objects that wrap the options and parameters specified via command-line arguments.
OPTION_NAME - Static variable in class org.hackystat.sensor.xmldata.option.ArgListOption
The name of this option, which is "-argList".
OPTION_NAME - Static variable in class org.hackystat.sensor.xmldata.option.FileOption
The name of this option, which is "-file".
OPTION_NAME - Static variable in class org.hackystat.sensor.xmldata.option.MigrationOption
The name of this option, which is "-migration".
OPTION_NAME - Static variable in class org.hackystat.sensor.xmldata.option.MultiShellOption
This option's name, which is "-multishell".
OPTION_NAME - Static variable in class org.hackystat.sensor.xmldata.option.ResourceOption
This option's name, which is "-resource".
OPTION_NAME - Static variable in class org.hackystat.sensor.xmldata.option.SdtOption
This option's name, which is "-sdt".
OPTION_NAME - Static variable in class org.hackystat.sensor.xmldata.option.SetRuntimeOption
This option's name, which is "-setRuntime".
OPTION_NAME - Static variable in class org.hackystat.sensor.xmldata.option.UniqueTstampOption
The option name, which is "-uniqueTimestamps".
OPTION_NAME - Static variable in class org.hackystat.sensor.xmldata.option.VerboseOption
The option name, which is "-verbose".
OptionFactory - Class in org.hackystat.sensor.xmldata.option
The class which follows the factory pattern to encapsulate the creation of options based on the specified parameters.
OptionHandler - Class in org.hackystat.sensor.xmldata.option
The class that handles the options created by the XmlDataController.
OptionHandler(XmlDataController) - Constructor for class org.hackystat.sensor.xmldata.option.OptionHandler
Constructs this handler with the specified controller.
Options - Enum in org.hackystat.sensor.xmldata.option
The enumeration of options that have can have associated objects.
OptionUtil - Class in org.hackystat.sensor.xmldata.option
The option utility class that contains methods used by multiple options.
OptionUtilTest - Class in org.hackystat.sensor.xmldata.option
Tests if the option utility helper methods return the correct values.
OptionUtilTest() - Constructor for class org.hackystat.sensor.xmldata.option.OptionUtilTest
 
org.hackystat.sensor.xmldata - 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.
org.hackystat.sensor.xmldata.jaxb - package org.hackystat.sensor.xmldata.jaxb
Contains the JAXB auto-generated classes.
org.hackystat.sensor.xmldata.jaxb.v7 - package org.hackystat.sensor.xmldata.jaxb.v7
 
org.hackystat.sensor.xmldata.option - package org.hackystat.sensor.xmldata.option
Implements the options that can be set by the user to change the behavior of the XmlDataSensor.
org.hackystat.sensor.xmldata.util - package org.hackystat.sensor.xmldata.util
Contains the utility classes that are useful for operations performed by this sensor.

P

process() - Method in class org.hackystat.sensor.xmldata.option.AbstractOption
Implements the process method to provide the default process behavior, which is perform no parameter processing.
process() - Method in class org.hackystat.sensor.xmldata.option.MigrationOption
Sets the variables used by the execute method.
process() - Method in class org.hackystat.sensor.xmldata.option.MultiShellOption
Processes this option by setting the multi-shell option to true.
process() - Method in interface org.hackystat.sensor.xmldata.option.Option
Processes the parameters found in this option.
process() - Method in class org.hackystat.sensor.xmldata.option.ResourceOption
Processes this option by setting the sdt name found in this option.
process() - Method in class org.hackystat.sensor.xmldata.option.SdtOption
Processes this option by setting the sdt name found in this option.
process() - Method in class org.hackystat.sensor.xmldata.option.SetRuntimeOption
Processes this option by setting the runtime option to true.
process() - Method in class org.hackystat.sensor.xmldata.option.UniqueTstampOption
Processes this option by setting the unique timestamps mode to true.
process() - Method in class org.hackystat.sensor.xmldata.option.VerboseOption
Processes this option by setting the verbose mode to true.
processArguments(List<String>) - Method in class org.hackystat.sensor.xmldata.XmlDataController
Processes the command-line arguments and creates the objects that can be executed.
processOptions() - Method in class org.hackystat.sensor.xmldata.option.OptionHandler
Processes all of the options wrapped in this object.
put(String, String) - Method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Puts the (name, value) pair into the SensorDataPropertyMap.

R

resource - Variable in class org.hackystat.sensor.xmldata.jaxb.Entry
 
ResourceOption - Class in org.hackystat.sensor.xmldata.option
The option used to specify the resource associated with all of the entries sent to the server.
ResourceOption(XmlDataController, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.ResourceOption
Creates this option with the specified controller and parameters.

S

SdtOption - Class in org.hackystat.sensor.xmldata.option
The option that wraps the sensor data type information specified by the user.
SdtOption(XmlDataController, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.SdtOption
Creates this option with the specified controller and parameters.
Sensor - Class in org.hackystat.sensor.xmldata.jaxb.v7
Java class for anonymous complex type.
Sensor() - Constructor for class org.hackystat.sensor.xmldata.jaxb.v7.Sensor
 
SensorDataPropertyMap - Class in org.hackystat.sensor.xmldata.util
Provides a thread-safe property map implementation for use as the value of the default 'pMap' field in all Sensor Data.
SensorDataPropertyMap() - Constructor for class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
The default public constructor for the SensorDataPropertyMap.
SensorDataPropertyMap(String) - Constructor for class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Creates a thread-safe plist, initializing it with the contents of encodedMap.
setEntries(Entries) - Method in class org.hackystat.sensor.xmldata.jaxb.XmlData
Sets the value of the entries property.
setResource(String) - Method in class org.hackystat.sensor.xmldata.jaxb.Entry
Sets the value of the resource property.
SetRuntimeOption - Class in org.hackystat.sensor.xmldata.option
The option used to mark all data sent by this sensor as a batch of data.
SetRuntimeOption(XmlDataController, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.SetRuntimeOption
Creates this option with the specified controller and parameters.
setTool(String) - Method in class org.hackystat.sensor.xmldata.jaxb.Entry
Sets the value of the tool property.
setUp() - Method in class org.hackystat.sensor.xmldata.option.TestMultiShellOption
Sets each test case up.
setUp() - Method in class org.hackystat.sensor.xmldata.option.TestOptionHandler
Sets up each test case.
setUp() - Method in class org.hackystat.sensor.xmldata.option.TestSetRuntimeOption
Sets each test case up.
setUp() - Method in class org.hackystat.sensor.xmldata.option.TestUniqueTstampOption
Sets each test case up.
setUp() - Method in class org.hackystat.sensor.xmldata.option.TestVerboseOption
Sets each test case up.
StringListCodec - Class in org.hackystat.sensor.xmldata.util
Provides an encoder for transforming a List instance containing strings into a single string (suitable for transmission via SOAP) and a decoder for reconstructing the List on the other side.
StringListCodec() - Constructor for class org.hackystat.sensor.xmldata.util.StringListCodec
 
StringListCodecException - Exception in org.hackystat.sensor.xmldata.util
Thrown when exceptions occur during string list encoding and decoding.
StringListCodecException(String, Throwable) - Constructor for exception org.hackystat.sensor.xmldata.util.StringListCodecException
Thrown when exceptions occur during string list encoding and decoding.
StringListCodecException(String) - Constructor for exception org.hackystat.sensor.xmldata.util.StringListCodecException
Thrown when exceptions occur during elapsed time processing.

T

testAddAndGetOptionObject() - Method in class org.hackystat.sensor.xmldata.TestXmlDataController
Tests if the option map containing option value parameters stores and retrieves the correct values.
TestArgListOption - Class in org.hackystat.sensor.xmldata.option
Tests if the arglist option operates as intended.
TestArgListOption() - Constructor for class org.hackystat.sensor.xmldata.option.TestArgListOption
 
testCreateShell() - Method in class org.hackystat.sensor.xmldata.option.OptionUtilTest
Tests if the correct sensorshell instance is returned.
TestFileOption - Class in org.hackystat.sensor.xmldata.option
Tests if the FileOption operates as intended.
TestFileOption() - Constructor for class org.hackystat.sensor.xmldata.option.TestFileOption
 
testGetCurrentTimestamp() - Method in class org.hackystat.sensor.xmldata.option.OptionUtilTest
Tests if the correct current timestamp is returned.
testGetTimestampInMillis() - Method in class org.hackystat.sensor.xmldata.option.OptionUtilTest
Tests if the correct long value in milliseconds is returned based on the timestamp.
testHasRequiredOptions() - Method in class org.hackystat.sensor.xmldata.option.TestOptionHandler
Tests if all of the required options have been added.
testIsOption() - Method in class org.hackystat.sensor.xmldata.option.TestOptionHandler
Tests if the specified option strings return true if they are indeed an option rather than a parameter.
testIsValid() - Method in class org.hackystat.sensor.xmldata.option.TestArgListOption
Tests if isValid returns the correct value depending on the specified parameters.
testIsValid() - Method in class org.hackystat.sensor.xmldata.option.TestMultiShellOption
Tests if the isValid method always returns true when no arguments are specified or false if any arguments are specified.
testIsValid() - Method in class org.hackystat.sensor.xmldata.option.TestResourceOption
Tests if isValid returns the correct value depending on the specified parameters.
testIsValid() - Method in class org.hackystat.sensor.xmldata.option.TestSdtOption
Tests if isValid returns the correct value depending on the specified parameters.
testIsValid() - Method in class org.hackystat.sensor.xmldata.option.TestSetRuntimeOption
Tests if the isValid method always returns true when no arguments are specified.
testIsValid() - Method in class org.hackystat.sensor.xmldata.option.TestUniqueTstampOption
Tests if the isValid method always returns true when no arguments are specified.
testIsValid() - Method in class org.hackystat.sensor.xmldata.option.TestVerboseOption
Tests if the isValid method always returns true when no arguments are specified.
testLineBreak() - Method in class org.hackystat.sensor.xmldata.util.TestStringListCodec
Tests whether line breaks are coverted or not.
testMassageTimestamp() - Method in class org.hackystat.sensor.xmldata.option.OptionUtilTest
Tests if the specified timestamp is massaged to valid values correctly.
testMultipleFileArguments() - Method in class org.hackystat.sensor.xmldata.option.TestFileOption
Tests if isValid returns true if more than one file is specified.
TestMultiShellOption - Class in org.hackystat.sensor.xmldata.option
Tests if the MultiShellOption receives the correct arguments and is processed as intended.
TestMultiShellOption() - Constructor for class org.hackystat.sensor.xmldata.option.TestMultiShellOption
 
testNoFileArguments() - Method in class org.hackystat.sensor.xmldata.option.TestFileOption
Tests if isValid returns false when no arguments are specified.
testNonExistantFile() - Method in class org.hackystat.sensor.xmldata.option.TestFileOption
Tests if isValid returns false if a non-existant file is specified.
testOneFileArgument() - Method in class org.hackystat.sensor.xmldata.option.TestFileOption
Tests if isValid returns true if one file is specified.
TestOptionHandler - Class in org.hackystat.sensor.xmldata.option
Tests if the option handler stores, validates, and executes options as intended.
TestOptionHandler() - Constructor for class org.hackystat.sensor.xmldata.option.TestOptionHandler
 
testProcess() - Method in class org.hackystat.sensor.xmldata.option.TestMultiShellOption
Tests if the process method sets the correct option values.
testProcess() - Method in class org.hackystat.sensor.xmldata.option.TestSetRuntimeOption
Tests if the process method sets the correct option values.
testProcess() - Method in class org.hackystat.sensor.xmldata.option.TestUniqueTstampOption
Tests if the process method sets the correct option values.
testProcess() - Method in class org.hackystat.sensor.xmldata.option.TestVerboseOption
Tests if the process method sets the correct option values.
TestResourceOption - Class in org.hackystat.sensor.xmldata.option
Tests if the resource option accepts and processes the correct arguments.
TestResourceOption() - Constructor for class org.hackystat.sensor.xmldata.option.TestResourceOption
 
TestSdtOption - Class in org.hackystat.sensor.xmldata.option
Tests if the SdtOption operates as intended.
TestSdtOption() - Constructor for class org.hackystat.sensor.xmldata.option.TestSdtOption
 
TestSensorDataPropertyMap - Class in org.hackystat.sensor.xmldata.util
Tests the SensorDataPropertyMap implementation.
TestSensorDataPropertyMap() - Constructor for class org.hackystat.sensor.xmldata.util.TestSensorDataPropertyMap
 
TestSetRuntimeOption - Class in org.hackystat.sensor.xmldata.option
Tests if the SetRuntimeOption takes no parameters and is processed correctly.
TestSetRuntimeOption() - Constructor for class org.hackystat.sensor.xmldata.option.TestSetRuntimeOption
 
TestStringListCodec - Class in org.hackystat.sensor.xmldata.util
Tests the StringListCodec implementation.
TestStringListCodec() - Constructor for class org.hackystat.sensor.xmldata.util.TestStringListCodec
 
testStringListCodec() - Method in class org.hackystat.sensor.xmldata.util.TestStringListCodec
Tests the stringlistcodec method.
testThreadSafePropertyMap() - Method in class org.hackystat.sensor.xmldata.util.TestSensorDataPropertyMap
Tests the thread safe property map ADT.
TestUniqueTstampOption - Class in org.hackystat.sensor.xmldata.option
Tests if the UniqueTstampOption sets the correct option map values.
TestUniqueTstampOption() - Constructor for class org.hackystat.sensor.xmldata.option.TestUniqueTstampOption
 
testValidateOptions() - Method in class org.hackystat.sensor.xmldata.option.TestOptionHandler
Tests if the options are validated correctly.
TestVerboseOption - Class in org.hackystat.sensor.xmldata.option
Tests if the verbose option sets the correct option map parameters.
TestVerboseOption() - Constructor for class org.hackystat.sensor.xmldata.option.TestVerboseOption
 
TestXmlDataController - Class in org.hackystat.sensor.xmldata
Tests if XmlDataController operates as intended.
TestXmlDataController() - Constructor for class org.hackystat.sensor.xmldata.TestXmlDataController
 
tool - Variable in class org.hackystat.sensor.xmldata.jaxb.Entry
 
toString() - Method in class org.hackystat.sensor.xmldata.util.SensorDataPropertyMap
Returns the contents of the property map in its encoded form.

U

UniqueTstampOption - Class in org.hackystat.sensor.xmldata.option
The option used to alter the "Timestmap" attribute in the sensor data files to ensure uniqueness.
UniqueTstampOption(XmlDataController, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.UniqueTstampOption
Creates this option with the specified controller and the specified list of parameters.

V

valueOf(String) - Static method in enum org.hackystat.sensor.xmldata.option.Options
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hackystat.sensor.xmldata.option.Options
Returns an array containing the constants of this enum type, in the order they are declared.
VerboseOption - Class in org.hackystat.sensor.xmldata.option
The option called when the user wishes to display additional information that is useful when debugging.
VerboseOption(XmlDataController, List<String>) - Constructor for class org.hackystat.sensor.xmldata.option.VerboseOption
Creates this option with the specified controller and the specified list of parameters.

X

XmlData - Class in org.hackystat.sensor.xmldata.jaxb
Java class for anonymous complex type.
XmlData() - Constructor for class org.hackystat.sensor.xmldata.jaxb.XmlData
 
XmlDataCliSensor - Class in org.hackystat.sensor.xmldata
The entry point into the XmlDataSensor.
XmlDataCliSensor() - Constructor for class org.hackystat.sensor.xmldata.XmlDataCliSensor
 
XmlDataController - Class in org.hackystat.sensor.xmldata
The class which parses the command-line arguments specified by the user, validates the created options and their parameters, and executes the options.
XmlDataController() - Constructor for class org.hackystat.sensor.xmldata.XmlDataController
Constructs this controller with the classes that help manage the command-line arguments and message capabilities.

A C D E F G H I K M O P R S T U V X