public class FileFromStringConverter extends Object implements IConverter<String,File>
| Constructor and Description |
|---|
FileFromStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
File |
convert(String source)
Convert the actual source object.
|
Class<?> |
getSourceType()
The source type the converter supports.
|
Class<?> |
getTargetType()
The target type the converter supports.
|
public File convert(String source) throws ConversionException
IConverterconvert in interface IConverter<String,File>ConversionExceptionpublic Class<?> getSourceType()
IConvertergetSourceType in interface IConverter<String,File>public Class<?> getTargetType()
IConvertergetTargetType in interface IConverter<String,File>Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.