com.ebmwebsourcing.webeditor.server.impl.service.download
Class DownloadService

java.lang.Object
  extended by com.ebmwebsourcing.webeditor.server.impl.service.download.DownloadService

public class DownloadService
extends java.lang.Object


Method Summary
 java.util.HashMap<java.lang.String,java.io.File> getFilesToDownload()
           
 java.io.File getFileToDownload(java.lang.String id)
           
static DownloadService getInstance()
           
 void registerFileToDownload(java.lang.String id, java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DownloadService getInstance()

registerFileToDownload

public void registerFileToDownload(java.lang.String id,
                                   java.io.File file)

getFileToDownload

public java.io.File getFileToDownload(java.lang.String id)

getFilesToDownload

public java.util.HashMap<java.lang.String,java.io.File> getFilesToDownload()


Copyright © 2010-2011 Petals Link. All Rights Reserved.