public static class Converters.RegexPatternConverter extends java.lang.Object implements Converter<java.util.regex.Pattern>
| Constructor and Description |
|---|
RegexPatternConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.regex.Pattern |
convert(java.lang.String input)
Convert a string into type T.
|
java.lang.String |
getTypeDescription()
The type description appears in usage messages.
|
public java.util.regex.Pattern convert(java.lang.String input)
throws OptionsParsingException
Converterconvert in interface Converter<java.util.regex.Pattern>OptionsParsingExceptionpublic java.lang.String getTypeDescription()
ConvertergetTypeDescription in interface Converter<java.util.regex.Pattern>