@Service public class ConsolePrinterImpl extends Object implements ConsolePrinter, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
ConsolePrinterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
initialize() |
Future<?> |
printWithColor(org.fusesource.jansi.Ansi.Color color,
String message) |
void |
waitForAllPrintTasksToFinish() |
@PostConstruct public void initialize()
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void waitForAllPrintTasksToFinish()
waitForAllPrintTasksToFinish in interface ConsolePrinterpublic Future<?> printWithColor(org.fusesource.jansi.Ansi.Color color, String message)
printWithColor in interface ConsolePrinterCopyright © 2017. All Rights Reserved.