Class CvsUser
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CvsUser
Represents a CVS user with a userID and a full name.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the user's full nameGet the user's id.voidsetDisplayname(String displayName) Set the user's fullnamevoidSet the user's idvoidvalidate()Validate that this object is configured.
- 
Constructor Details- 
CvsUserpublic CvsUser()
 
- 
- 
Method Details- 
setDisplaynameSet the user's fullname- Parameters:
- displayName- the user's full name
 
- 
setUseridSet the user's id- Parameters:
- userID- the user's new id value.
 
- 
getUserIDGet the user's id.- Returns:
- The userID value
 
- 
getDisplaynameGet the user's full name- Returns:
- the user's full name
 
- 
validateValidate that this object is configured.- Throws:
- BuildException- if the instance has not be correctly configured.
 
 
-