Class SshClientConfigParser
java.lang.Object
org.citrusframework.ssh.config.annotation.SshClientConfigParser
- All Implemented Interfaces:
org.citrusframework.config.annotation.AnnotationConfigParser<SshClientConfig,SshClient>
public class SshClientConfigParser
extends Object
implements org.citrusframework.config.annotation.AnnotationConfigParser<SshClientConfig,SshClient>
- 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(SshClientConfig annotation, ReferenceResolver referenceResolver)
-
Constructor Details
-
SshClientConfigParser
public SshClientConfigParser()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceorg.citrusframework.config.annotation.AnnotationConfigParser<SshClientConfig,SshClient>
-