public class AlgorithmParameterGeneratorConverter extends AbstractBaseConverter<AlgorithmParameterGenerator>
String into a AlgorithmParameterGenerator.
For a description of the format, see AlgorithmParameterGenerator.getInstance(String).
Example:
@Parameter(names = { "--algorithmParameterGenerator" }, converter = AlgorithmParameterGeneratorConverter.class)
private AlgorithmParameterGenerator algorithmParameterGenerator;
AlgorithmParameterGenerator,
AlgorithmParameterGenerator.getInstance(String)failOnNull, targetClass| Constructor and Description |
|---|
AlgorithmParameterGeneratorConverter(String optionName)
Constructs a converter.
|
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmParameterGenerator |
convertImpl(String value)
Converts a value.
|
convert, getErrorString, isSingle, newParameterException, newParameterException, split, toInt, toURIpublic AlgorithmParameterGeneratorConverter(String optionName)
optionName - The option name, may be null.protected AlgorithmParameterGenerator convertImpl(String value) throws NoSuchAlgorithmException, NoSuchProviderException
AbstractBaseConverterconvertImpl in class AbstractBaseConverter<AlgorithmParameterGenerator>value - the value to convertNoSuchAlgorithmExceptionNoSuchProviderExceptionCopyright © 2016-2016 Gary Gregory. All Rights Reserved.
Use is subject to The Apache Software License, Version 2.0