org.unitils.ftp
Class FtpModule

java.lang.Object
  extended by org.unitils.ftp.FtpModule
All Implemented Interfaces:
org.unitils.core.Module

public class FtpModule
extends Object
implements org.unitils.core.Module

Since:
1.0.0
Author:
Jeroen Horemans, Thomas De Rycke, Willemijn Wouters

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

PACKAGENAME

protected static final String PACKAGENAME
See Also:
Constant Field Values

PROP_USERNAME

public static final String PROP_USERNAME
The key for the username in unitils.properties

See Also:
Constant Field Values

PROP_BASEFOLDER

public static final String PROP_BASEFOLDER
The key for the basefolder in unitils.properties

See Also:
Constant Field Values

PROP_PASSWORD

public static final String PROP_PASSWORD
The key for the password in unitils.properties

See Also:
Constant Field Values

PROP_ENCODING

public static final String PROP_ENCODING
The key for the encoding in unitils.properties

See Also:
Constant Field Values

PROP_PORT

public static final String PROP_PORT
The key for the port in unitils.properties

See Also:
Constant Field Values
Constructor Detail

FtpModule

public FtpModule()
Method Detail

init

public void init(Properties configuration)
Specified by:
init in interface org.unitils.core.Module

afterInit

public void afterInit()
Specified by:
afterInit in interface org.unitils.core.Module

getTestListener

public org.unitils.core.TestListener getTestListener()
Specified by:
getTestListener in interface org.unitils.core.Module


Copyright © 2013-2014. All Rights Reserved.