public class Nokia5529IdmFtpProperties
extends java.lang.Object
| Constructor and Description |
|---|
Nokia5529IdmFtpProperties()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
configureProperties(java.util.Properties propsFile)
Configures all properties
|
java.lang.String |
getDirectory()
Gets the directory
|
java.lang.String |
getHost()
Gets the host
|
java.lang.String |
getPassword()
Gets the password
|
java.lang.String |
getUsername()
Gets the username
|
boolean |
isCompressed()
Gets the Compressed flag
|
void |
setCompressed(boolean blnCompressed)
Sets blnCompressed
|
void |
setDirectory(java.lang.String strDirectory)
Sets strDirectory
|
void |
setHost(java.lang.String strHost)
Sets strHost
|
void |
setPassword(java.lang.String strPassword)
Sets strPassword
|
void |
setUsername(java.lang.String strUsername)
Sets strUsername
|
public void configureProperties(java.util.Properties propsFile)
propsFile - The properties filepublic void setHost(java.lang.String strHost)
strHost - The strHost to setpublic java.lang.String getHost()
public void setUsername(java.lang.String strUsername)
strUsername - The strUsername to setpublic java.lang.String getUsername()
public void setPassword(java.lang.String strPassword)
strPassword - The strPassword to setpublic java.lang.String getPassword()
public void setCompressed(boolean blnCompressed)
blnCompressed - The blnCompressed to setpublic boolean isCompressed()
public void setDirectory(java.lang.String strDirectory)
strDirectory - The strDirectory to setpublic java.lang.String getDirectory()