Class FtpEndpointComponent

  • All Implemented Interfaces:
    com.consol.citrus.endpoint.EndpointComponent

    public class FtpEndpointComponent
    extends com.consol.citrus.endpoint.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.
    • Constructor Detail

      • FtpEndpointComponent

        public FtpEndpointComponent()
        Default constructor using the name for this component.
    • Method Detail

      • createEndpoint

        protected com.consol.citrus.endpoint.Endpoint createEndpoint​(String resourcePath,
                                                                     Map<String,​String> parameters,
                                                                     com.consol.citrus.context.TestContext context)
        Specified by:
        createEndpoint in class com.consol.citrus.endpoint.AbstractEndpointComponent