org.dozer.util
Class ResourceLoader
java.lang.Object
org.dozer.util.ResourceLoader
public class ResourceLoader
- extends Object
Internal class that loads resources from the classpath. Also supports loading
resources outside of the classpath if it is prepended with "file:". Only
intended for internal use.
- Author:
- tierney.matt, garsombke.franz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceLoader
public ResourceLoader()
getResource
public URL getResource(String resource)
Copyright © 2005-2011 dozer. All Rights Reserved.