Use Tree Navigation
public interface

SshCommandFactory

com.atlassian.bitbucket.ssh.command.SshCommandFactory

Class Overview

Describes a factory for parsing commands and creating SshCommand instances to run them.

Summary

Public Methods
@Nonnull Optional<SshCommand> create(String command, InputStream stdin, OutputStream stdout, OutputStream stderr)
boolean supports(String command)

Public Methods

@Nonnull public Optional<SshCommand> create (String command, InputStream stdin, OutputStream stdout, OutputStream stderr)

public boolean supports (String command)

Feedback?
View cookie preferences