public static class SystemOutService.RedirectThread extends SystemOutService.RedirectStream
| Modifier and Type | Field and Description |
|---|---|
protected Set<Appendable> |
targets |
protected Set<String> |
threadGroups |
protected Set<Long> |
threads |
hookListsoutSrvc| Constructor and Description |
|---|
RedirectThread(SystemOutService.Redirect sample) |
RedirectThread(SystemOutService soutSrvc) |
| Modifier and Type | Method and Description |
|---|---|
SystemOutService.RedirectThread |
clone() |
ThreadTextHook |
createHook() |
Set<Appendable> |
getTargets() |
Set<String> |
getThreadGroups() |
Set<Long> |
getThreads() |
Closeable |
to(Appendable... targets) |
from, from, getHookList, setHookListerror, outputprotected final Set<Appendable> targets
public RedirectThread(SystemOutService soutSrvc)
public RedirectThread(SystemOutService.Redirect sample)
public SystemOutService.RedirectThread clone()
clone in class SystemOutService.RedirectStreampublic Set<Appendable> getTargets()
public ThreadTextHook createHook()
public Closeable to(Appendable... targets)
Copyright © 2018. All rights reserved.