public final class URLResource extends Object
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/language
License of use: Lesser
General Public License (LGPL) , no warranty
| Modifier and Type | Method and Description |
|---|---|
static URL |
getResource(String name)
resolves a resource for name
|
static InputStream |
getResourceAsStream(String name)
returns the reseource as stream
|
public static URL getResource(String name)
name - the name to search forpublic static InputStream getResourceAsStream(String name)
name - the name of the resourceCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.