| |
|
| java.lang.Object org.apache.tools.ant.taskdefs.cvslib.CvsUser
CvsUser | public class CvsUser (Code) | | Represents a CVS user with a userID and a full name.
|
getDisplayname | public String getDisplayname()(Code) | | Get the user's full name
the user's full name |
getUserID | public String getUserID()(Code) | | Get the user's id.
The userID value |
setDisplayname | public void setDisplayname(String displayName)(Code) | | Set the user's fullname
Parameters: displayName - the user's full name |
setUserid | public void setUserid(String userID)(Code) | | Set the user's id
Parameters: userID - the user's new id value. |
validate | public void validate() throws BuildException(Code) | | Validate that this object is configured.
exception: BuildException - if the instance has not be correctlyconfigured. |
|
|
|