Package org.adempiere.report.jasper
Class FileResourceLoader
java.lang.Object
org.adempiere.report.jasper.FileResourceLoader
- Author:
- hengsin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetReportFile(String reportPath) getResourceBundle(String resourcePath, String bundleName, Language currLang) Get property resource file from file://File[]getSubreports(File reportFile, File reportDir) static booleanisFileResourcePath(String path)
-
Constructor Details
-
FileResourceLoader
public FileResourceLoader()
-
-
Method Details
-
getReportFile
- Parameters:
reportPath-- Returns:
- File
-
getResourceBundle
Get property resource file from file://- Parameters:
resourcePath-bundleName-currLang-- Returns:
- File
-
getSubreports
- Parameters:
reportFile-reportDir-- Returns:
- File[]
-
isFileResourcePath
- Parameters:
path-- Returns:
- true if path is "file:*"
-