On 03/01/2015 17:39, Ivan Gerasimov wrote:

Currently, there are tree variants of ClassLoaderHelper: for Windows, for Unix and for MacOS. We have to either duplicate code in Unix and MacOS realizations, or introduce another Helper class for initializing paths only, which would have only two realizations: for Windows and all Unixes.
When I made the comment then I was thinking of a method such as allowsQuotedPathElements (or a better name) that returns a boolean to indicate if quoting of path elements is allowed or not. That would abstract the capability a bit without needing to do isWindows checks.

-Alan.

Reply via email to