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