Uses of Class
org.wildfly.plugin.common.StandardOutput
-
Packages that use StandardOutput Package Description org.wildfly.plugin.cli org.wildfly.plugin.common org.wildfly.plugin.server -
-
Uses of StandardOutput in org.wildfly.plugin.cli
Methods in org.wildfly.plugin.cli with parameters of type StandardOutput Modifier and Type Method Description protected abstract int
AbstractCommandExecutor. executeInNewProcess(T config, Path scriptFile, StandardOutput stdout)
protected int
CommandExecutor. executeInNewProcess(CommandConfiguration config, Path scriptFile, StandardOutput stdout)
protected int
OfflineCommandExecutor. executeInNewProcess(BaseCommandConfiguration config, Path scriptFile, StandardOutput stdout)
protected int
AbstractCommandExecutor. launchProcess(org.wildfly.core.launcher.CliCommandBuilder builder, T config, StandardOutput stdout)
-
Uses of StandardOutput in org.wildfly.plugin.common
Methods in org.wildfly.plugin.common that return StandardOutput Modifier and Type Method 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 andtoString()
will return the data of thediscardNone
parameter isfalse
, otherwise the data will be discardedSystem.out
orSystem.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 -
Uses of StandardOutput in org.wildfly.plugin.server
Methods in org.wildfly.plugin.server that return StandardOutput Modifier and Type Method Description protected StandardOutput
AbstractStartMojo. standardOutput()
protected StandardOutput
StartJarMojo. standardOutput()
protected StandardOutput
StartMojo. standardOutput()
-