org.formaria.deploy
Class UrlResourceStorageService
java.lang.Object
org.formaria.deploy.UrlResourceStorageService
public class UrlResourceStorageService
- extends java.lang.Object
A utility to download a file and store it in the local files system. It is
required that the application is signed for this to work
Copyright (c) Formaria Ltd., 2008, 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 Formaria.
|
Method Summary |
static boolean |
storeFile(java.net.URL src,
java.io.File dest)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlResourceStorageService
public UrlResourceStorageService()
storeFile
public static boolean storeFile(java.net.URL src,
java.io.File dest)