org.formaria.deploy
Class UrlResourceStorageService

java.lang.Object
  extended by 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.


Constructor Summary
UrlResourceStorageService()
           
 
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
 

Constructor Detail

UrlResourceStorageService

public UrlResourceStorageService()
Method Detail

storeFile

public static boolean storeFile(java.net.URL src,
                                java.io.File dest)