public static class CliOperation.Result<T> extends java.lang.Object
int
exit
T
summary
Result(int exit)
Result(int exit, T summary)
void
throwOnError()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int exit
public final T summary
public Result(int exit)
public Result(int exit, T summary)
public void throwOnError()