|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anthonyeden.lib.resource.AbstractResourceLoader
com.anthonyeden.lib.resource.ClassPathResourceLoader
Implementation of the ResourceLoader interface which loads data from the class path. This ResourceLoader does not monitor the resource.
| Field Summary |
| Fields inherited from class com.anthonyeden.lib.resource.AbstractResourceLoader |
DEFAULT_DELAY |
| Constructor Summary | |
ClassPathResourceLoader()
|
|
| Method Summary | |
void |
loadResource(java.lang.String path,
ResourceRecipient handler,
boolean monitor)
Load the resource specified by the given path. |
| Methods inherited from class com.anthonyeden.lib.resource.AbstractResourceLoader |
getDelay, getMonitors, loadResource, setDelay, startMonitors, stopMonitors |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassPathResourceLoader()
| Method Detail |
public void loadResource(java.lang.String path,
ResourceRecipient handler,
boolean monitor)
throws ResourceException
path - The pathhandler - The ResourceRecipient callbackmonitor - Ignored by this resource loader
ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||