Package com.google.gerrit.sshd.commands
Interface QueryShell.Factory
-
- Enclosing class:
- QueryShell
public static interface QueryShell.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryShell
create(InputStream in, OutputStream out)
-
-
-
Method Detail
-
create
QueryShell create(InputStream in, OutputStream out)
-
-