com.beust.jcommander.converters
Class NoConverter
java.lang.Object
com.beust.jcommander.converters.NoConverter
- All Implemented Interfaces:
- IStringConverter<String>
public class NoConverter
- extends Object
- implements IStringConverter<String>
Default value for a converter when none is specified.
- Author:
- cbeust
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoConverter
public NoConverter()
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.