org.constretto.internal.converter
Class FileValueConverter

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

public class FileValueConverter
extends Object
implements ValueConverter<File>

Author:
trygvis

Constructor Summary
FileValueConverter()
           
FileValueConverter(File basedir)
           
FileValueConverter(File basedir, boolean convertToAbsolute)
           
 
Method Summary
 File fromString(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()

FileValueConverter

public FileValueConverter(File basedir)

FileValueConverter

public FileValueConverter(File basedir,
                          boolean convertToAbsolute)
Method Detail

fromString

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


Copyright © 2008-2013. All Rights Reserved.