org.apache.xbean.classloader
public abstract class AbstractUrlResourceLocation extends java.lang.Object implements ResourceLocation
Constructor and Description |
---|
AbstractUrlResourceLocation(java.net.URL codeSource) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
equals(java.lang.Object o) |
java.net.URL |
getCodeSource() |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getManifest, getResourceHandle
public AbstractUrlResourceLocation(java.net.URL codeSource)
public final java.net.URL getCodeSource()
getCodeSource
in interface ResourceLocation
public void close()
close
in interface ResourceLocation
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public final java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2014. All Rights Reserved.