Uses of Interface
com.beust.jcommander.IStringConverterFactory
-
Packages that use IStringConverterFactory Package Description com.beust.jcommander -
-
Uses of IStringConverterFactory in com.beust.jcommander
Methods in com.beust.jcommander with parameters of type IStringConverterFactory Modifier and Type Method Description void
JCommander. addConverterFactory(IStringConverterFactory converterFactory)
Adds a factory to lookup string converters.JCommander.Builder
JCommander.Builder. addConverterFactory(IStringConverterFactory factory)
Adds a factory to lookup string converters.
-