Package org.dwcj.util.files
Class FileLoader
java.lang.Object
org.dwcj.util.files.FileLoader
In DWCJ we oftentimes need file contents as String
This class helps keeping code free from too many redundancies
-
Method Summary
-
Method Details
-
getResourceFileAsString
- Parameters:
fileName- the path to the file, which will be resolved using the Classloader that is also running the app- Returns:
- the contents of the file as String
-