org.shept.util
public class FtpConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
fileType |
private InetAddress |
hostAddress |
private String |
password |
private int |
port |
private String |
serverPath |
private String |
userName |
| Constructor and Description |
|---|
FtpConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFileType() |
InetAddress |
getHostAddress() |
String |
getPassword() |
int |
getPort() |
String |
getServerPath() |
String |
getUserName() |
void |
setFileType(int fileType) |
void |
setHostAddress(InetAddress hostAddress) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setServerPath(String serverPath) |
void |
setUserName(String userName) |
private int fileType
private int port
private InetAddress hostAddress
private String userName
private String password
private String serverPath
public int getFileType()
public void setFileType(int fileType)
fileType - the fileType to setpublic int getPort()
public void setPort(int port)
port - the port to setpublic InetAddress getHostAddress()
public void setHostAddress(InetAddress hostAddress)
hostAddress - the hostAddress to setpublic String getUserName()
public void setUserName(String userName)
userName - the userName to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic String getServerPath()
public void setServerPath(String serverPath)
serverPath - the serverPath to setCopyright © 2014. All Rights Reserved.