org.enhydra.snapper.business
Class DownloadImpl
java.lang.Object
org.enhydra.snapper.business.DownloadImpl
- All Implemented Interfaces:
- Download
public class DownloadImpl
- extends java.lang.Object
- implements Download
- Author:
- Milin Radivoj
Method Summary |
java.io.File |
downloadFile(java.lang.String filePath,
java.lang.String insideContainerPath)
|
java.io.File |
downloadFtpFile(java.lang.String url,
java.lang.String type,
java.lang.String siteName)
|
java.io.File |
downloadWebDavFile(java.lang.String url,
java.lang.String type,
java.lang.String siteName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadImpl
public DownloadImpl()
downloadFtpFile
public java.io.File downloadFtpFile(java.lang.String url,
java.lang.String type,
java.lang.String siteName)
throws java.lang.Exception
- Specified by:
downloadFtpFile
in interface Download
- Throws:
java.lang.Exception
downloadWebDavFile
public java.io.File downloadWebDavFile(java.lang.String url,
java.lang.String type,
java.lang.String siteName)
throws java.lang.Exception
- Specified by:
downloadWebDavFile
in interface Download
- Throws:
java.lang.Exception
downloadFile
public java.io.File downloadFile(java.lang.String filePath,
java.lang.String insideContainerPath)
throws java.lang.Exception
- Specified by:
downloadFile
in interface Download
- Throws:
java.lang.Exception