- Enclosing class:
- CmdLine
public static class CmdLine.Result
extends Object
Returns the given result.
-
Field Summary
Fields
final com.diffplug.common.collect.ImmutableList<String>
final com.diffplug.common.collect.ImmutableList<String>
-
Constructor Summary
Constructors
Result(File directory,
String cmd,
com.diffplug.common.collect.ImmutableList<String> output,
com.diffplug.common.collect.ImmutableList<String> error)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
directory
public final File directory
-
-
output
public final com.diffplug.common.collect.ImmutableList<String> output
-
error
public final com.diffplug.common.collect.ImmutableList<String> error
-
Constructor Details
-
Result
public Result(File directory,
String cmd,
com.diffplug.common.collect.ImmutableList<String> output,
com.diffplug.common.collect.ImmutableList<String> error)