|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--resources.Resource
This Class is placed in the resources directory of this jar so that we can grab out resources from the jar easily. For more information on this go to: http://rachel.sourceforge.net/tutorial.html
| Constructor Summary | |
Resource()
|
|
| Method Summary | |
static java.net.URL |
getResource(java.lang.String resource)
Get an url to a resource in the resources directory of the IVCCore.jar file Note that you only need to provide the filename to grab the resource. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Resource()
| Method Detail |
public static java.net.URL getResource(java.lang.String resource)
resource - the file you wish to receive that is in the resources directory.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||