ar.com.jiji.kaya.utils
Class URLUtils

java.lang.Object
  extended by ar.com.jiji.kaya.utils.URLUtils

public class URLUtils
extends java.lang.Object

Metodos para manipular urls.

Author:
lparra

Method Summary
static java.net.URL toURL(java.lang.String url)
          Convierte un string a un url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toURL

public static java.net.URL toURL(java.lang.String url)
                          throws ParseException
Convierte un string a un url.

Parameters:
url -
Returns:
Throws:
ParseException


Copyright © 2006 Kaya. All Rights Reserved.