|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.common.resources.Resource
public abstract class Resource
Represents a resource that either has been or can be loaded using
a URI
. There can only be one instance of
Resource
having the same (as in URI's equals, not the identity)
URI
.
Instances are created using ResourceManager#createResource(URI)
.
Method Summary | |
---|---|
java.net.URI |
getResourceLocator()
Returns the URI used for loading the resource. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.net.URI getResourceLocator()
URI
used for loading the resource.
URI
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |