public class CmdStdinContext<T> extends Object
| Constructor and Description |
|---|
CmdStdinContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
T |
getResult() |
void |
setContent(String content) |
void |
setResult(T result) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.