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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.tek42.perforce.parse.AbstractPerforceTemplate
AbstractPerforceTemplate.ResponseFilter
 
Constructor Summary
Users(Depot depot)
           
 
Method Summary
 User getUser(String name)
          Returns the user specified by username.
 
Methods inherited from class com.tek42.perforce.parse.AbstractPerforceTemplate
getExtraParams, getLogger, getP4Exe, getPerforceResponse, getPerforceResponse, getRawPerforceResponseBytes, 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(String name)
             throws Exception
Returns the user specified by username.

Parameters:
name -
Returns:
Throws:
Exception


Copyright © 2004-2012 Hudson. All Rights Reserved.