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 intAbstractCommandExecutor. executeInNewProcess(T config, Path scriptFile, StandardOutput stdout)protected intCommandExecutor. executeInNewProcess(CommandConfiguration config, Path scriptFile, StandardOutput stdout)protected intOfflineCommandExecutor. executeInNewProcess(BaseCommandConfiguration config, Path scriptFile, StandardOutput stdout)protected intAbstractCommandExecutor. 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 StandardOutputStandardOutput. parse(String stdout, boolean discardNone)Parses the string and attempts to determine where the data for the stream should be written.static StandardOutputStandardOutput. 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:noneindicates the data for this stream will be consumed andtoString()will return the data of thediscardNoneparameter isfalse, otherwise the data will be discardedSystem.outorSystem.errto 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 StandardOutputAbstractStartMojo. standardOutput()protected StandardOutputStartJarMojo. standardOutput()protected StandardOutputStartMojo. standardOutput()
-