org.apache.geronimo.deployment.util
Class URLInfo

java.lang.Object
  extended byorg.apache.geronimo.deployment.util.URLInfo

public class URLInfo
extends Object

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:58:49 $

Constructor Summary
URLInfo(URL url)
           
URLInfo(URL url, URLType type)
           
 
Method Summary
 boolean equals(Object obj)
           
 URLType getType()
           
 URL getUrl()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLInfo

public URLInfo(URL url,
               URLType type)

URLInfo

public URLInfo(URL url)
        throws IOException
Method Detail

getType

public URLType getType()

getUrl

public URL getUrl()

toString

public String toString()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.