org.eclipse.emf.mwe.internal.core.ast.util.converter
Class FileConverter

java.lang.Object
  extended by org.eclipse.emf.mwe.internal.core.ast.util.converter.FileConverter
All Implemented Interfaces:
Converter<java.io.File>

public class FileConverter
extends java.lang.Object
implements Converter<java.io.File>


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

Constructor Detail

FileConverter

public FileConverter()
Method Detail

convert

public java.io.File convert(java.lang.String s)
Specified by:
convert in interface Converter<java.io.File>