public class MailProtocolTestTask.AddUser extends Object
Constructor and Description |
---|
AddUser() |
Modifier and Type | Method and Description |
---|---|
void |
addText(String scriptText)
Sets user addition script.
|
String |
getPasswd()
Gets the password for the user.
|
int |
getPort()
Gets the port against which the user addition
script should be executed.
|
File |
getScript()
Gets the file containing the user creation script.
|
String |
getUser()
Gets the name of the user to be created.
|
void |
setPasswd(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(File script)
Sets the file containing the user creation script.
|
void |
setUser(String user)
Sets the name of the user to be created.
|
public AddUser()
public int getPort()
public void setPort(int port)
port
- port numberpublic void setPasswd(String passwd)
passwd
- not nullpublic String getUser()
public void setUser(String user)
user
- not nullpublic void addText(String scriptText)
scriptText
- not nullpublic File getScript()
Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.