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, waitgetManifest, getResourceHandlepublic AbstractUrlResourceLocation(java.net.URL codeSource)
public final java.net.URL getCodeSource()
getCodeSource in interface ResourceLocationpublic void close()
close in interface ResourceLocationpublic final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic final java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.