Snapper 1.0 API

org.enhydra.snapper.spec
Class FileTypeFactory

java.lang.Object
  extended byorg.enhydra.snapper.spec.FileTypeFactory

public class FileTypeFactory
extends java.lang.Object


Method Summary
static FileType getFileType(java.lang.String fullClassName)
          Create a Download as state object/value object/data transfer object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFileType

public static FileType getFileType(java.lang.String fullClassName)
                            throws java.lang.Exception
Create a Download as state object/value object/data transfer object

Throws:
java.lang.Exception

Snapper 1.0 API