Package org.grails.core.io
Class MockResourceLoader
- java.lang.Object
-
- org.springframework.core.io.DefaultResourceLoader
-
- org.grails.core.io.MockResourceLoader
-
- All Implemented Interfaces:
org.springframework.core.io.ResourceLoader
- Direct Known Subclasses:
MockStringResourceLoader
public class MockResourceLoader extends org.springframework.core.io.DefaultResourceLoaderLoads from the file system if its not found on the classpath. Useful for mock testing.- Since:
- 0.4
-
-
Constructor Summary
Constructors Constructor Description MockResourceLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.io.ResourcegetResource(java.lang.String location)
-