Uses of Class
org.hackystat.sensorshell.usermap.UserMap.UserMapKey

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

Uses of UserMap.UserMapKey in org.hackystat.sensorshell.usermap
 

Methods in org.hackystat.sensorshell.usermap that return UserMap.UserMapKey
static UserMap.UserMapKey UserMap.UserMapKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserMap.UserMapKey[] UserMap.UserMapKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hackystat.sensorshell.usermap with parameters of type UserMap.UserMapKey
(package private)  java.lang.String UserMap.get(java.lang.String tool, java.lang.String toolAccount, UserMap.UserMapKey key)
          Gets the value of the given UserMapKey associated with the given tool and toolAccount, or null if not found.