Uses of Interface
joptsimple.ValueConverter

Packages that use ValueConverter
joptsimple   
joptsimple.util   
 

Uses of ValueConverter in joptsimple
 

Methods in joptsimple with parameters of type ValueConverter
<T> ArgumentAcceptingOptionSpec<T>
ArgumentAcceptingOptionSpec.withValuesConvertedBy(ValueConverter<T> aConverter)
          Specifies a converter to use to translate arguments of this spec's option into Java objects.
 

Uses of ValueConverter in joptsimple.util
 

Classes in joptsimple.util that implement ValueConverter
 class DateConverter
          Converts values to Dates using a DateFormat object.
 class RegexMatcher
          Ensures that values entirely match a regular expression.
 

Methods in joptsimple.util that return ValueConverter
static ValueConverter<String> RegexMatcher.regex(String pattern)
          Gives a matcher that uses the given regular expression.
 



© Copyright 2004-2009 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu