it.geosolutions.tools.geotools.file
Class Url

java.lang.Object
  extended by it.geosolutions.tools.geotools.file.Url

public class Url
extends Object


Constructor Summary
Url()
           
 
Method Summary
static File URLToFile(URL fileURL)
          Tries to convert a URL into a File.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Url

public Url()
Method Detail

URLToFile

public static File URLToFile(URL fileURL)
Tries to convert a URL into a File. Return null if something bad happens

Parameters:
fileURL - URL to be converted into a File.
Returns:
File for this URL or null.


Copyright © 2011-2012 GeoSolutions. All Rights Reserved.