scala.net

object Utility

[source: scala/net/Utility.scala]

object Utility
extends AnyRef
Skeleton in anticipation of more convenience methods.
Since
2.8
Method Summary
def parseURL (s : java.lang.String) : Option[java.net.URL]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def parseURL(s : java.lang.String) : Option[java.net.URL]