Class ScpEndpointConfiguration

  • All Implemented Interfaces:
    com.consol.citrus.endpoint.EndpointConfiguration, com.consol.citrus.endpoint.PollableEndpointConfiguration

    public class ScpEndpointConfiguration
    extends SftpEndpointConfiguration
    Since:
    2.7.6
    Author:
    Christoph Deppisch
    • Constructor Detail

      • ScpEndpointConfiguration

        public ScpEndpointConfiguration()
    • Method Detail

      • getStdin

        public InputStream getStdin()
        Gets the stdin.
        Returns:
      • setStdin

        public void setStdin​(InputStream stdin)
        Sets the stdin.
        Parameters:
        stdin -
      • getStdout

        public PrintStream getStdout()
        Gets the stdout.
        Returns:
      • setStdout

        public void setStdout​(PrintStream stdout)
        Sets the stdout.
        Parameters:
        stdout -
      • getStderr

        public PrintStream getStderr()
        Gets the stderr.
        Returns:
      • setStderr

        public void setStderr​(PrintStream stderr)
        Sets the stderr.
        Parameters:
        stderr -
      • getPortOption

        public String getPortOption()
        Gets the portOption.
        Returns:
      • setPortOption

        public void setPortOption​(String portOption)
        Sets the portOption.
        Parameters:
        portOption -