[jira] [Created] (OFBIZ-9394) FileUtil.java: New method to get absolute path from given relative path on base of ofbiz.home dir

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-9394) FileUtil.java: New method to get absolute path from given relative path on base of ofbiz.home dir

Nicolas Malin (Jira)
Martin Becker created OFBIZ-9394:
------------------------------------

             Summary: FileUtil.java: New method to get absolute path from given relative path on base of ofbiz.home dir
                 Key: OFBIZ-9394
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9394
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: Trunk
            Reporter: Martin Becker
            Priority: Trivial


This patch adds a method getAbsolutePathWithOfbizHome(String filename) to FileUtil.java. It returns by the given filename the absolute path starting with "ofbiz.home". Note that a quite similar method already exists in UtilURL.fromOfbizHomePath(String filename).
While both methods share similar code, the idea of extracting the duplicated code into another method or even class results in unnecessary imports (one or the other has to hold such a method and the other has to import the holding class) and thus has not been and shouldn't be done in the future.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)