| Package | Description |
|---|---|
| xyz.cofe.cxconsole.sysout |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextHook |
class |
ThreadTextHook
Обработчик текстового/символьного потока, который перенаправляет текстовый поток данных,
только при совпадение текущего треда с указанным тредом/группой.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Hook> |
SystemOutService.errputHooks |
protected List<Hook> |
SystemOutService.RedirectStream.hookList |
protected List<Hook> |
SystemOutService.outputHooks |
| Modifier and Type | Method and Description |
|---|---|
List<Hook> |
SystemOutService.getErrputHooksList()
Возвращает список обработчиков System.err
|
List<Hook> |
SystemOutService.RedirectStream.getHookList() |
List<Hook> |
PrintStreamProxy.getHooks() |
List<Hook> |
SystemOutService.getOutputHooksList()
Возвращает список обработчиков System.out
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemOutService.RedirectStream.setHookList(List<Hook> hookList) |
void |
PrintStreamProxy.setHooks(List<Hook> hooks) |
Copyright © 2018. All rights reserved.