Package io.ebean.docker.commands.process
Class ProcessHandler
- java.lang.Object
-
- io.ebean.docker.commands.process.ProcessHandler
-
public class ProcessHandler extends Object
Handle the external process response (exit code, std out, std err).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProcessResultcommand(String... command)Process a basic command.static ProcessResultcommand(List<String> commands)static ProcessResultmatchCommand(String match, String clearMatch, String... command)static ProcessResultprocess(ProcessBuilder pb)
-
-
-
Method Detail
-
matchCommand
public static ProcessResult matchCommand(String match, String clearMatch, String... command)
-
command
public static ProcessResult command(String... command)
Process a basic command.
-
command
public static ProcessResult command(List<String> commands)
-
process
public static ProcessResult process(ProcessBuilder pb)
-
-