Modifier and Type | Class | Description |
---|---|---|
static class |
CommandLine.DefaultExceptionHandler<R> |
Modifier and Type | Method | Description |
---|---|---|
<R> R |
CommandLine.parseWithHandlers(CommandLine.IParseResultHandler2<R> handler,
CommandLine.IExceptionHandler2<R> exceptionHandler,
String... args) |
Deprecated.
use
CommandLine.execute(String...) and CommandLine.getExecutionResult() instead |
Copyright © 2017–2019. All rights reserved.