| Package | Description |
|---|---|
| org.wildfly.plugin.common |
| Modifier and Type | Method and Description |
|---|---|
static StandardOutput |
StandardOutput.parse(String stdout,
boolean discardNone)
Parses the string and attempts to determine where the data for the stream should be written.
|
static StandardOutput |
StandardOutput.parse(String stdout,
boolean discardNone,
boolean append)
Parses the string and attempts to determine where the data for the stream should be written.The following are
the options for the value:
none indicates the data for this stream will be consumed and toString() will return the
data of the discardNone parameter is false, otherwise the data will be discarded
System.out or System.err to write to the respective stream
Any other value is assumed to be the path to a file and the data will written to the file
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.