Uses of Interface
com.beust.jcommander.IStringConverter

Packages that use IStringConverter
com.beust.jcommander   
com.beust.jcommander.converters   
 

Uses of IStringConverter in com.beust.jcommander
 

Methods in com.beust.jcommander that return types with arguments of type IStringConverter
<T> Class<? extends IStringConverter<T>>
JCommander.findConverter(Class<T> cls)
           
<T> Class<? extends IStringConverter<T>>
IStringConverterFactory.getConverter(Class<T> forType)
           
 

Uses of IStringConverter in com.beust.jcommander.converters
 

Classes in com.beust.jcommander.converters that implement IStringConverter
 class BaseConverter<T>
          Base class for converters that stores the name of the option.
 class BooleanConverter
          Converts a string to a boolean.
 class CommaSeparatedConverter
          Convert a string of comma separated words into a list of string.
 class FileConverter
          Convert a string into a file.
 class IntegerConverter
          Convert a string to an integer.
 class LongConverter
          Convert a string to a long.
 class NoConverter
          Default value for a converter when none is specified.
 class StringConverter
          Default converter for strings.
 



Copyright © 2011. All Rights Reserved.