Class CvsUser
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CvsUser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the user's full nameGet the user's id.void
setDisplayname
(String displayName) Set the user's fullnamevoid
Set the user's idvoid
validate()
Validate that this object is configured.
-
Constructor Details
-
CvsUser
public CvsUser()
-
-
Method Details
-
setDisplayname
Set the user's fullname- Parameters:
displayName
- the user's full name
-
setUserid
Set the user's id- Parameters:
userID
- the user's new id value.
-
getUserID
-
getDisplayname
-
validate
Validate that this object is configured.- Throws:
BuildException
- if the instance has not be correctly configured.
-