Uses of Class
org.hackystat.sensorshell.usermap.SensorShellMapException

Packages that use SensorShellMapException
org.hackystat.sensorshell.usermap Implements a generic mapping utility that connects tool specific user accounts to the user's Hackystat information. 
 

Uses of SensorShellMapException in org.hackystat.sensorshell.usermap
 

Methods in org.hackystat.sensorshell.usermap that throw SensorShellMapException
 SensorShell SensorShellMap.getUserShell(java.lang.String toolAccount)
          Gets the SensorShell instance for a Hackystat user with an account for the given tool.
 SensorShell SensorShellMap.getUserShell(java.lang.String toolAccount, java.util.Properties properties)
          Gets the SensorShell instance for a Hackystat user with an account for the given tool.
 void SensorShellMap.validateHackystatInfo(java.lang.String tool)
          Validates the hackystat user, password, and sensorbase associated with tool.
 void UserMap.validateHackystatUsers(java.lang.String tool)
          A method that will check all of the mappings associated with the given tool and throw an error if (a) any of the sensorbases could not be contacted, and/or (b) any of the users did not appear to be registered.
 

Constructors in org.hackystat.sensorshell.usermap that throw SensorShellMapException
SensorShellMap(java.lang.String tool)
          Instantiate this class which initializes the UserMap used to get SensorShells for users and also sets the Hackystat host for the SensorShells.
SensorShellMap(java.lang.String tool, java.io.File userMapFile)
          A package private constructor meant to be used only by Junit test cases.
UserMap()
          Creates the user map and initializes the user mappings.
UserMap(java.io.File userMapFile)
          This constructor initializes the user mappings from a given file.