public class FTPApplicationProperties extends Object
This class provides common support to applications requiring properties related to FTP network services.
Modifier and Type | Field and Description |
---|---|
protected int |
clientDebugLevel |
protected FTPRemoteHostInformation |
ftpRemoteHostInformation |
static String |
propertyName_ClientDebugLevel |
Constructor and Description |
---|
FTPApplicationProperties()
Create default properties.
|
FTPApplicationProperties(Properties properties)
Extract the ftp properties from the supplied properties.
|
Modifier and Type | Method and Description |
---|---|
int |
getClientDebugLevel()
Return the client debug level.
|
FTPRemoteHostInformation |
getFTPRemoteHostInformation()
Return the network application information.
|
Properties |
getProperties(Properties properties)
Retrieve the ftp properties.
|
static void |
main(String[] arg)
Test the parsing of network properties from the specified file, by reading them and printing them.
|
String |
toString() |
public static final String propertyName_ClientDebugLevel
protected int clientDebugLevel
protected FTPRemoteHostInformation ftpRemoteHostInformation
public FTPApplicationProperties() throws FTPException
Create default properties.
FTPException
public FTPApplicationProperties(Properties properties) throws FTPException
Extract the ftp properties from the supplied properties.
properties
- FTPException
public Properties getProperties(Properties properties)
Retrieve the ftp properties.
param properties the existing properties to add to (replacing corresponding properties already there), or null if nonepublic int getClientDebugLevel()
Return the client debug level.
public FTPRemoteHostInformation getFTPRemoteHostInformation()
Return the network application information.
public static void main(String[] arg)
Test the parsing of network properties from the specified file, by reading them and printing them.
arg
- one argument, a single file name that is the properties file