com.tek42.perforce.parse
Class Users

java.lang.Object
  extended by com.tek42.perforce.parse.AbstractPerforceTemplate
      extended by com.tek42.perforce.parse.Users

public class Users
extends AbstractPerforceTemplate

Base API object for interacting with users.

Author:
Mike Wille

Constructor Summary
Users(Depot depot)
           
 
Method Summary
 User getUser(java.lang.String name)
          Returns the user specified by username.
 
Methods inherited from class com.tek42.perforce.parse.AbstractPerforceTemplate
getExtraParams, getLogger, getPerforceResponse, getRawPerforceResponseLines, hitMax, login, parseList, saveToPerforce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Users

public Users(Depot depot)
Method Detail

getUser

public User getUser(java.lang.String name)
             throws java.lang.Exception
Returns the user specified by username.

Parameters:
name -
Returns:
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.