org.jruby.util
Class URLUtil

java.lang.Object
  extended by org.jruby.util.URLUtil

public class URLUtil
extends java.lang.Object

All this because URL.getPath sucks, and we can't re-open classes in Java ;-). See also: http://weblogs.java.net/blog/2007/04/25/how-convert-javaneturl-javaiofile


Constructor Summary
URLUtil()
           
 
Method Summary
static java.lang.String getPath(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLUtil

public URLUtil()
Method Detail

getPath

public static java.lang.String getPath(java.net.URL url)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.