org.openarchitectureware.workflow.ast.util.converter
Class FileConverter

java.lang.Object
  extended by org.openarchitectureware.workflow.ast.util.converter.FileConverter
All Implemented Interfaces:
Converter

public class FileConverter
extends java.lang.Object
implements Converter


Constructor Summary
FileConverter()
           
 
Method Summary
 java.lang.Object 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.lang.Object convert(java.lang.String s)
Specified by:
convert in interface Converter