Package org.hackystat.sensorbase.resource.sensordatatypes

Provides the SensorDataTypes and SensorDataType resource implementations.

See:
          Description

Class Summary
SdtManager Provides a manager for the SensorDataType resource.
SensorDataTypeResource Implements a resource for PUT, GET, DELETE of host/sensordatatype/{sensordatatypename}.
SensorDataTypesResource Implements a resource for GET host/sensordatatypes that returns an index of all defined SDTs.
TestSdtRestApi Tests the SensorBase REST API for both the SensorDataTypes and SensorDataType resources.
 

Package org.hackystat.sensorbase.resource.sensordatatypes Description

Provides the SensorDataTypes and SensorDataType resource implementations. The SensorDataTypes resource returns an Index of all SensorDataType resources. The SensorDataType resource returns a representation of an individual Sensor Data Type.