Uses of Class
org.wildfly.plugin.common.StandardOutput
-
Packages that use StandardOutput Package Description org.wildfly.plugin.common -
-
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
-