Interface ShellCommandExecutor.OutputParser<T>
-
- All Known Implementing Classes:
ShellCommandExecutor.ToStringOutputParser
- Enclosing class:
- ShellCommandExecutor
public static interface ShellCommandExecutor.OutputParser<T>
-
-
Field Summary
Fields Modifier and Type Field Description static ShellCommandExecutor.OutputParser<Void>
IGNORE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
parse(InputStream inputStream)
-
-
-
Field Detail
-
IGNORE
static final ShellCommandExecutor.OutputParser<Void> IGNORE
-
-
Method Detail
-
parse
T parse(InputStream inputStream) throws IOException
- Throws:
IOException
-
-