Snapper 3.0 API

org.enhydra.snapper.spec
Class DownloadFactory

java.lang.Object
  extended by org.enhydra.snapper.spec.DownloadFactory

public class DownloadFactory
extends java.lang.Object


Method Summary
static Download getDownload(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

getDownload

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

Throws:
java.lang.Exception

Snapper 3.0 API