Class URLUtils

java.lang.Object
net.thucydides.core.util.URLUtils

public class URLUtils
extends java.lang.Object
Created by john on 27/06/2014.
  • Constructor Summary

    Constructors
    Constructor Description
    URLUtils()  
  • Method Summary

    Modifier and Type Method Description
    static java.io.File urlToFile​(java.net.URL url)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • URLUtils

      public URLUtils()
  • Method Details

    • urlToFile

      public static java.io.File urlToFile​(java.net.URL url)