Package org.hackystat.sensorshell.usermap

Implements a generic mapping utility that connects tool specific user accounts to the user's Hackystat information.

See:
          Description

Class Summary
SensorShellMap Allows for lazy instantiation of SensorShells for user tool accounts.
TestSensorShellMap Tests the SensorShellMap class.
TestUserMap A test case class to test the UserMap class.
UserMap Gets hackystat information for a specific tool by parsing a predefined xml file located in the user's .hackystat/usermap directory.
 

Enum Summary
UserMap.UserMapKey Keys in the user map used to access information.
 

Exception Summary
SensorShellMapException This class implements an exception that is thrown when using a SensorShellMap fails to instantiate or otherwise does not work correctly.
 

Package org.hackystat.sensorshell.usermap Description

Implements a generic mapping utility that connects tool specific user accounts to the user's Hackystat information. The SensorShellMap class is meant to be used directly by developers. This class internally manages and uses a UserMap. See the UserMap class and the SensorShellMap class for more details.