On 02.03.2014, at 23:05, Carsten Ziegeler <[email protected]> wrote:
> public MergeData merge(String[] paths) But why not make it implement Resource then (as it already does)? > Having a method which gets a relative path together with the search paths The concept of "root path" plus "relative path" plus "list of merge paths" is generic. The relative path logic can be very different from the one used for the search paths today (this might the cause of some confusion). Cheers, Alex
