Package com.ehealthsystem.tools
Class ResourceReader
java.lang.Object
com.ehealthsystem.tools.ResourceReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getResourceString
(String resourceName) Reads a requested resource and returns its content as string
-
Constructor Details
-
ResourceReader
public ResourceReader()
-
-
Method Details
-
getResourceString
Reads a requested resource and returns its content as string- Parameters:
resourceName
- the name of the resource to be read- Returns:
- text content of the resource as string
-