org.apache.geronimo.deployment.util
Class URLInfo

java.lang.Object
  extended by org.apache.geronimo.deployment.util.URLInfo

public class URLInfo
extends Object


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
Throws:
IOException
Method Detail

getType

public URLType getType()

getUrl

public URL getUrl()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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