org.dozer.util
Class ResourceLoader

java.lang.Object
  extended by 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

Constructor Summary
ResourceLoader()
           
 
Method Summary
 URL getResource(String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceLoader

public ResourceLoader()
Method Detail

getResource

public URL getResource(String resource)


Copyright © 2005-2011 dozer. All Rights Reserved.