Package org.seedstack.seed.command
Interface StreamCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(InputStream inputStream, OutputStream outputStream, OutputStream errorStream)The action code to be executed in a stream context.
-
-
-
Method Detail
-
execute
void execute(InputStream inputStream, OutputStream outputStream, OutputStream errorStream)
The action code to be executed in a stream context.- Parameters:
inputStream- the input stream.outputStream- the output stream.errorStream- the error stream.
-
-