org.apache.tools.ant.taskdefs.cvslib
public class CvsUser extends Object
Method Summary | |
---|---|
String | getDisplayname()
Get the user's full name
|
String | getUserID()
Get the user's id.
|
void | setDisplayname(String displayName)
Set the user's fullname
|
void | setUserid(String userID)
Set the user's id
|
void | validate()
Validate that this object is configured.
|
Returns: the user's full name
Returns: The userID value
Parameters: displayName the user's full name
Parameters: userID the user's new id value.
Throws: BuildException if the instance has not be correctly configured.