| Package | Description |
|---|---|
| org.kuali.common.util.channel.model |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext.Builder |
CommandContext.builder(String command) |
CommandContext.Builder |
CommandContext.Builder.ignoreExitValue(boolean ignoreExitValue) |
CommandContext.Builder |
CommandContext.Builder.stderr(org.codehaus.plexus.util.cli.StreamConsumer stderr) |
CommandContext.Builder |
CommandContext.Builder.stdin(InputStream stdin) |
CommandContext.Builder |
CommandContext.Builder.stdin(String stdin)
Convert the string into a
byte[] using UTF-8 encoding |
CommandContext.Builder |
CommandContext.Builder.stdin(String stdin,
String encoding)
Convert the string into a
byte[] using the indicated encoding |
CommandContext.Builder |
CommandContext.Builder.stdout(org.codehaus.plexus.util.cli.StreamConsumer stdout) |
CommandContext.Builder |
CommandContext.Builder.successCodes(List<Integer> successCodes) |
CommandContext.Builder |
CommandContext.Builder.timeout(int timeout) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.