Class SshServerConfigParser
java.lang.Object
org.citrusframework.ssh.config.annotation.SshServerConfigParser
- All Implemented Interfaces:
org.citrusframework.config.annotation.AnnotationConfigParser<SshServerConfig,SshServer>
public class SshServerConfigParser
extends Object
implements org.citrusframework.config.annotation.AnnotationConfigParser<SshServerConfig,SshServer>
- Since:
- 2.5
- Author:
- Christoph Deppisch
-
Field Summary
Fields inherited from interface org.citrusframework.config.annotation.AnnotationConfigParser
logger, parsers, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(SshServerConfig annotation, ReferenceResolver referenceResolver)
-
Constructor Details
-
SshServerConfigParser
public SshServerConfigParser()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceorg.citrusframework.config.annotation.AnnotationConfigParser<SshServerConfig,SshServer>
-