Class CvsUser
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CvsUser
- 
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.
 
- 
getUserID
- 
getDisplayname
- 
validateValidate that this object is configured.- Throws:
- BuildException- if the instance has not be correctly configured.
 
 
-