org.constretto.internal.converter
Class FileValueConverter

java.lang.Object
  extended by org.constretto.internal.converter.FileValueConverter
All Implemented Interfaces:
ValueConverter<java.io.File>

public class FileValueConverter
extends java.lang.Object
implements ValueConverter<java.io.File>

Author:
Kaare Nilsen

Constructor Summary
FileValueConverter()
           
 
Method Summary
 java.io.File fromString(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileValueConverter

public FileValueConverter()
Method Detail

fromString

public java.io.File fromString(java.lang.String value)
                        throws ConstrettoConversionException
Specified by:
fromString in interface ValueConverter<java.io.File>
Throws:
ConstrettoConversionException


Copyright © 2008-2011. All Rights Reserved.