|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.net.ftp.test.TestTools
Base class for login tools
Field Summary | |
protected java.lang.String |
host
Remote test host |
protected Logger |
log
Log stream |
protected java.lang.String |
password
User password |
protected java.util.Properties |
props
Test properties |
protected int |
timeout
Socket timeout |
protected java.lang.String |
user
Test user |
Constructor Summary | |
TestTools()
Constructor |
Method Summary | |
abstract FTPClientInterface |
connect()
Connect to the remote host |
void |
setProperties(java.util.Properties props)
Set test properties for connecting |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Logger log
protected java.util.Properties props
protected java.lang.String user
protected java.lang.String password
protected java.lang.String host
protected int timeout
Constructor Detail |
public TestTools()
Method Detail |
public void setProperties(java.util.Properties props)
props
- properties objpublic abstract FTPClientInterface connect() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |