com.beust.jcommander.converters
Class StringConverter
java.lang.Object
com.beust.jcommander.converters.StringConverter
- All Implemented Interfaces:
- IStringConverter<String>
public class StringConverter
- extends Object
- implements IStringConverter<String>
Default converter for strings.
- Author:
- cbeust
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringConverter
public StringConverter()
convert
public String convert(String value)
- Specified by:
convert
in interface IStringConverter<String>
- Returns:
- an object of type created from the parameter value.
Copyright © 2011. All Rights Reserved.