Class SshClientConfigParser

  • All Implemented Interfaces:
    com.consol.citrus.config.annotation.AnnotationConfigParser<SshClientConfig,​SshClient>

    public class SshClientConfigParser
    extends Object
    implements com.consol.citrus.config.annotation.AnnotationConfigParser<SshClientConfig,​SshClient>
    Since:
    2.5
    Author:
    Christoph Deppisch
    • Constructor Detail

      • SshClientConfigParser

        public SshClientConfigParser()
    • Method Detail

      • parse

        public SshClient parse​(SshClientConfig annotation,
                               com.consol.citrus.spi.ReferenceResolver referenceResolver)
        Specified by:
        parse in interface com.consol.citrus.config.annotation.AnnotationConfigParser<SshClientConfig,​SshClient>