| java.lang.Object com.xoetrope.resource.XResourceLoader
XResourceLoader | public class XResourceLoader (Code) | | A dynamic loader of resources from a URL.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
|
DOCUMENT_FILESIZE | final public static int DOCUMENT_FILESIZE(Code) | | |
DOWNLOAD_FILEDATE | final public static int DOWNLOAD_FILEDATE(Code) | | |
DOWNLOAD_FILENAME | final public static int DOWNLOAD_FILENAME(Code) | | |
DOWNLOAD_ID | final public static int DOWNLOAD_ID(Code) | | |
DOWNLOAD_PROGRESS | final public static int DOWNLOAD_PROGRESS(Code) | | |
XResourceLoader | protected XResourceLoader(XProject project)(Code) | | Creates a new instance of DocumentManager
|
getSourceFileName | public String getSourceFileName(String fileName)(Code) | | Get the complete server URL of the file
|
getTargetFile | public File getTargetFile(String fileName, boolean makeDirs)(Code) | | Get the complete target filename
|
pauseDownload | public void pauseDownload()(Code) | | |
setServerURL | public void setServerURL(String url)(Code) | | Fixup the server URL
|
setTargetFolder | public void setTargetFolder(File folder)(Code) | | Fixup the target folder
|
startCacheCheck | public void startCacheCheck(XBaseModel fileList, File outputFolder)(Code) | | Start the download service
|
stopDownload | public void stopDownload()(Code) | | |
|
|