Class ResourceFileLoader
- java.lang.Object
-
- com.netgrif.application.engine.utils.ResourceFileLoader
-
@Component public class ResourceFileLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResourceFileLoader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.io.File
loadResourceFile(java.lang.String path)
void
setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
-
-
-
Method Detail
-
loadResourceFile
public static java.io.File loadResourceFile(java.lang.String path) throws java.io.IOException
- Throws:
java.io.IOException
-
setResourceLoader
@Autowired public void setResourceLoader(@Qualifier("webApplicationContext") org.springframework.core.io.ResourceLoader resourceLoader)
-
-