resources
Class Resource

java.lang.Object
  |
  +--resources.Resource

public class Resource
extends java.lang.Object

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

Author:
Team IVC

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

Resource

public Resource()
Method Detail

getResource

public 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.

Parameters:
resource - the file you wish to receive that is in the resources directory.
Returns:
an url to the resource.