- All Implemented Interfaces:
joptsimple.ValueConverter<String>
public class JavaNameConverter
extends Object
implements joptsimple.ValueConverter<String>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface joptsimple.ValueConverter
revert
-
Field Details
-
IDENT_PATTERN
public static final String IDENT_PATTERN
- See Also:
-
-
NAME_PATTERN
public static final String NAME_PATTERN
- See Also:
-
-
Constructor Details
-
JavaNameConverter
public JavaNameConverter(String what)
-
Method Details
-
convert
- Specified by:
convert
in interface joptsimple.ValueConverter<String>
-
valueType
- Specified by:
valueType
in interface joptsimple.ValueConverter<String>
-
valuePattern
- Specified by:
valuePattern
in interface joptsimple.ValueConverter<String>