org.apache.geronimo.kernel.classloader
Class AbstractUrlResourceLocation

java.lang.Object
  extended by org.apache.geronimo.kernel.classloader.AbstractUrlResourceLocation
All Implemented Interfaces:
ResourceLocation
Direct Known Subclasses:
DirectoryResourceLocation, JarResourceLocation

public abstract class AbstractUrlResourceLocation
extends Object
implements ResourceLocation


Constructor Summary
AbstractUrlResourceLocation(URL codeSource)
           
 
Method Summary
 void close()
           
 boolean equals(Object o)
           
 URL getCodeSource()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.geronimo.kernel.classloader.ResourceLocation
getManifest, getResourceHandle
 

Constructor Detail

AbstractUrlResourceLocation

public AbstractUrlResourceLocation(URL codeSource)
Method Detail

getCodeSource

public final URL getCodeSource()
Specified by:
getCodeSource in interface ResourceLocation

close

public void close()
Specified by:
close in interface ResourceLocation

equals

public final boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

toString

public final String toString()
Overrides:
toString in class Object


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.