|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.freecol.common.resources.Resource
net.sf.freecol.common.resources.FAFileResource
public class FAFileResource
A Resource wrapping a FAFile.
Resource,
FAFile| Field Summary | |
|---|---|
private FAFile |
FAFile
|
| Constructor Summary | |
|---|---|
FAFileResource(FAFile FAFile)
|
|
FAFileResource(java.net.URI resourceLocator)
Do not use directly. |
|
| Method Summary | |
|---|---|
FAFile |
getFAFile()
Gets the FAFile represented by this resource. |
void |
preload()
Preloading is a noop for this resource type. |
| Methods inherited from class net.sf.freecol.common.resources.Resource |
|---|
getResourceLocator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private FAFile FAFile
| Constructor Detail |
|---|
public FAFileResource(FAFile FAFile)
FAFileResource(java.net.URI resourceLocator)
throws java.lang.Exception
resourceLocator - The URI used when loading this
resource.
java.lang.ExceptionResourceFactory.createResource(URI)| Method Detail |
|---|
public void preload()
preload in class Resourcepublic FAFile getFAFile()
FAFile represented by this resource.
FAFile for this resource, or the default
Java FAFile if none found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||