| Package | Description |
|---|---|
| org.wildfly.plugin.cli | |
| org.wildfly.plugin.common |
| Modifier and Type | Method and Description |
|---|---|
protected int |
OfflineCommandExecutor.executeInNewProcess(BaseCommandConfiguration config,
Path scriptFile,
StandardOutput stdout) |
protected int |
CommandExecutor.executeInNewProcess(CommandConfiguration config,
Path scriptFile,
StandardOutput stdout) |
protected abstract int |
AbstractCommandExecutor.executeInNewProcess(T config,
Path scriptFile,
StandardOutput stdout) |
protected int |
AbstractCommandExecutor.launchProcess(org.wildfly.core.launcher.CliCommandBuilder builder,
T config,
StandardOutput stdout) |
| 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 © 2022 JBoss by Red Hat. All rights reserved.