T - typepublic interface CommandLineConverter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
configure(CommandLineParser parser) |
T |
convert(Iterable<String> args) |
T |
convert(Iterable<String> args,
T target) |
T |
convert(ParsedCommandLine args) |
T |
convert(ParsedCommandLine args,
T target) |
T convert(Iterable<String> args) throws CommandLineArgumentException
CommandLineArgumentExceptionT convert(Iterable<String> args, T target) throws CommandLineArgumentException
CommandLineArgumentExceptionT convert(ParsedCommandLine args) throws CommandLineArgumentException
CommandLineArgumentExceptionT convert(ParsedCommandLine args, T target) throws CommandLineArgumentException
CommandLineArgumentExceptionvoid configure(CommandLineParser parser)
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.