org.apache.xbean.classloader
Class AbstractUrlResourceLocation

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

public abstract class AbstractUrlResourceLocation
extends java.lang.Object
implements ResourceLocation

Version:
$Rev: 437551 $ $Date: 2006-08-28 08:14:47 +0200 (lun. 28 août 2006) $

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

Constructor Detail

AbstractUrlResourceLocation

public AbstractUrlResourceLocation(java.net.URL codeSource)
Method Detail

getCodeSource

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

close

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

equals

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

hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2011. All Rights Reserved.