org.apache.geronimo.kernel.classloader
Class AbstractUrlResourceLocation

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

public abstract class AbstractUrlResourceLocation
extends Object
implements ResourceLocation

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

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)

hashCode

public final int hashCode()

toString

public final String toString()


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