org.apache.tools.ant.taskdefs.cvslib
Class CvsUser
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CvsUser
public class CvsUser
extends java.lang.Object
Represents a CVS user with a userID and a full name.
getDisplayname
public String getDisplayname()
Get the user's full name
getUserID
public String getUserID()
Get the user's id.
setDisplayname
public void setDisplayname(String displayName)
Set the user's fullname
displayName
- the user's full name
setUserid
public void setUserid(String userID)
Set the user's id
userID
- the user's new id value.
validate
public void validate()
throws BuildException
Validate that this object is configured.