|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unitils.ftp.FtpModule
public class FtpModule
| Field Summary | |
|---|---|
protected static String |
PACKAGENAME
|
static String |
PROP_BASEFOLDER
The key for the basefolder in unitils.properties |
static String |
PROP_ENCODING
The key for the encoding in unitils.properties |
static String |
PROP_PASSWORD
The key for the password in unitils.properties |
static String |
PROP_PORT
The key for the port in unitils.properties |
static String |
PROP_USERNAME
The key for the username in unitils.properties |
| Constructor Summary | |
|---|---|
FtpModule()
|
|
| Method Summary | |
|---|---|
void |
afterInit()
|
org.unitils.core.TestListener |
getTestListener()
|
void |
init(Properties configuration)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String PACKAGENAME
public static final String PROP_USERNAME
public static final String PROP_BASEFOLDER
public static final String PROP_PASSWORD
public static final String PROP_ENCODING
public static final String PROP_PORT
| Constructor Detail |
|---|
public FtpModule()
| Method Detail |
|---|
public void init(Properties configuration)
init in interface org.unitils.core.Modulepublic void afterInit()
afterInit in interface org.unitils.core.Modulepublic org.unitils.core.TestListener getTestListener()
getTestListener in interface org.unitils.core.Module
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||