|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mpt.ant.MailProtocolTestTask.AddUser
public class MailProtocolTestTask.AddUser
Adds a user.
| Constructor Summary | |
|---|---|
MailProtocolTestTask.AddUser()
|
|
| Method Summary | |
|---|---|
void |
addText(java.lang.String scriptText)
Sets user addition script. |
java.lang.String |
getPasswd()
Gets the password for the user. |
int |
getPort()
Gets the port against which the user addition script should be executed. |
java.io.File |
getScript()
Gets the file containing the user creation script. |
java.lang.String |
getUser()
Gets the name of the user to be created. |
void |
setPasswd(java.lang.String passwd)
Sets the password for the user. |
void |
setPort(int port)
Sets the port against which the user addition script should be executed. |
void |
setScript(java.io.File script)
Sets the file containing the user creation script. |
void |
setUser(java.lang.String user)
Sets the name of the user to be created. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailProtocolTestTask.AddUser()
| Method Detail |
|---|
public int getPort()
public void setPort(int port)
port - port numberpublic java.lang.String getPasswd()
public void setPasswd(java.lang.String passwd)
passwd - not nullpublic java.lang.String getUser()
public void setUser(java.lang.String user)
user - not nullpublic void addText(java.lang.String scriptText)
scriptText - not nullpublic java.io.File getScript()
public void setScript(java.io.File script)
script - not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||