Package com.consol.citrus.ftp.client
Class FtpEndpointComponent
- java.lang.Object
-
- com.consol.citrus.endpoint.AbstractEndpointComponent
-
- com.consol.citrus.ftp.client.FtpEndpointComponent
-
- All Implemented Interfaces:
EndpointComponent
public class FtpEndpointComponent extends AbstractEndpointComponent
- Since:
- 2.0
- Author:
- Christoph Deppisch
-
-
Field Summary
-
Fields inherited from interface com.consol.citrus.endpoint.EndpointComponent
ENDPOINT_NAME, LOG, RESOURCE_PATH, TYPE_RESOLVER
-
-
Constructor Summary
Constructors Constructor Description FtpEndpointComponent()Default constructor using the name for this component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EndpointcreateEndpoint(String resourcePath, Map<String,String> parameters, TestContext context)-
Methods inherited from class com.consol.citrus.endpoint.AbstractEndpointComponent
createEndpoint, enrichEndpointConfiguration, getEndpointConfigurationParameters, getName, getParameters, getParameterString
-
-
-
-
Method Detail
-
createEndpoint
protected Endpoint createEndpoint(String resourcePath, Map<String,String> parameters, TestContext context)
- Specified by:
createEndpointin classAbstractEndpointComponent
-
-