Thanks for your input Lance, you pictured what i had in mind when i was
talking about the workaround.

But i want to know if adding a configuration type is something that is
doable ?

Le lun. 4 mai 2015 à 13:51, Lance Java <lance.j...@googlemail.com> a écrit :

> You could probably achieve this with an OrderedConfiguration<NodeConfig>
>
> Eg:
>
> public interface NodeConfig() {
>    public String getName();
>    public String getParentName(); //optional
>    public List<String> getChildNames(); // optional
> }
>
> After all contributions, you could build a tree of nodes by calculating
> actual children combining getParentName() with getChildNames() where
> appropriate. You could contribute multiple times to the same Node.
>

Reply via email to