Class SftpServerConfigParser
- java.lang.Object
-
- com.consol.citrus.ftp.config.annotation.SftpServerConfigParser
-
- All Implemented Interfaces:
com.consol.citrus.config.annotation.AnnotationConfigParser<SftpServerConfig,SftpServer>
public class SftpServerConfigParser extends Object implements com.consol.citrus.config.annotation.AnnotationConfigParser<SftpServerConfig,SftpServer>
- Since:
- 2.7.6
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description SftpServerConfigParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SftpServerparse(SftpServerConfig annotation, com.consol.citrus.spi.ReferenceResolver referenceResolver)
-
-
-
Method Detail
-
parse
public SftpServer parse(SftpServerConfig annotation, com.consol.citrus.spi.ReferenceResolver referenceResolver)
- Specified by:
parsein interfacecom.consol.citrus.config.annotation.AnnotationConfigParser<SftpServerConfig,SftpServer>
-
-