public class Console extends Object
| Constructor and Description |
|---|
Console() |
| Modifier and Type | Method and Description |
|---|---|
void |
capture() |
byte[] |
getErr() |
byte[] |
getOut() |
void |
release() |
public void capture()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic byte[] getOut()
public byte[] getErr()
public void release()
Copyright © 2022 The Apache Software Foundation. All rights reserved.