org.sonatype.guice.bean.converters
Class FileTypeConverter

java.lang.Object
  extended by org.sonatype.guice.bean.converters.AbstractTypeConverter<File>
      extended by org.sonatype.guice.bean.converters.FileTypeConverter
All Implemented Interfaces:
com.google.inject.Module, com.google.inject.spi.TypeConverter

public final class FileTypeConverter
extends AbstractTypeConverter<File>

TypeConverter Module that converts constants to Files.


Constructor Summary
FileTypeConverter()
           
 
Method Summary
 Object convert(String value, com.google.inject.TypeLiteral<?> toType)
           
 
Methods inherited from class org.sonatype.guice.bean.converters.AbstractTypeConverter
configure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTypeConverter

public FileTypeConverter()
Method Detail

convert

public Object convert(String value,
                      com.google.inject.TypeLiteral<?> toType)


Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.