org.apache.tools.ant.taskdefs.cvslib

Class CvsUser


public class CvsUser
extends java.lang.Object

Represents a CVS user with a userID and a full name.

Version:
$Revision: 1.5.2.4 $ $Date: 2004/03/09 17:01:40 $

Method Summary

void
setDisplayname(String displayName)
Set the user's fullname
void
setUserid(String userID)
Set the user's id

Method Details

setDisplayname

public void setDisplayname(String displayName)
Set the user's fullname

Parameters:
displayName - the user's full name


setUserid

public void setUserid(String userID)
Set the user's id

Parameters:
userID - the user's new id value.


Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.