org.codehaus.groovy.grails.support
Class MockResourceLoader
java.lang.Object
org.springframework.core.io.DefaultResourceLoader
org.codehaus.groovy.grails.support.MockResourceLoader
- All Implemented Interfaces:
- ResourceLoader
- Direct Known Subclasses:
- MockStringResourceLoader
public class MockResourceLoader
- extends DefaultResourceLoader
Loads from the file system if its not found on the classpath. Useful for mock testing.
- Since:
- 0.4
- Author:
- Graeme Rocher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockResourceLoader
public MockResourceLoader()
getResource
public Resource getResource(String location)
- Specified by:
getResource
in interface ResourceLoader
- Overrides:
getResource
in class DefaultResourceLoader