|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Options | |
---|---|
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 Options in org.hackystat.sensor.xmldata |
---|
Methods in org.hackystat.sensor.xmldata with parameters of type Options | |
---|---|
void |
XmlDataController.addOptionObject(Options option,
java.lang.Object object)
Adds a mapping of the specified option to the specified object. |
java.lang.Object |
XmlDataController.getOptionObject(Options option)
Returns the object mapped to the specified option. |
Uses of Options in org.hackystat.sensor.xmldata.option |
---|
Methods in org.hackystat.sensor.xmldata.option that return Options | |
---|---|
static Options |
Options.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Options[] |
Options.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |