public class ParameterFactory extends Object implements com.beust.jcommander.IStringConverterFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
ParameterFactory.BooleanConverter
IStringConverter that converts from string to Boolean.
|
| Constructor and Description |
|---|
ParameterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<String> |
expandBooleanParams(List<String> args,
Class<?> optionsClass) |
<T> Class<? extends com.beust.jcommander.IStringConverter<T>> |
getConverter(Class<T> type) |
Copyright © 2022. All rights reserved.