public class VerboseCommandOutput extends CommandOutput
| Constructor and Description |
|---|
VerboseCommandOutput(CommandOutput output,
VerboseCommandOutputConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the output;
|
void |
print(String value)
Print out value to output without line break
|
void |
printError(Throwable e) |
void |
printMessage(String message)
Print message to non-standard console for human to read.
|
printlnpublic VerboseCommandOutput(CommandOutput output, VerboseCommandOutputConfig config)
output - Proxy'ed outputconfig - Dynamic configpublic void close()
CommandOutputclose in class CommandOutputpublic void print(String value)
CommandOutputprint in class CommandOutputvalue - Value to print outpublic void printError(Throwable e)
printError in class CommandOutpute - Error to print outpublic void printMessage(String message)
CommandOutputprintMessage in class CommandOutputmessage - Message to print out.Copyright © 2008–2020. All rights reserved.