You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by gi...@git.apache.org on 2017/07/28 16:03:54 UTC

[GitHub] keith-turner opened a new issue #894: Support merging multiple SimpleConfiguration objects

keith-turner opened a new issue #894: Support merging multiple SimpleConfiguration objects
URL: https://github.com/apache/incubator-fluo/issues/894
 
 
   It would be nice to be able to merge multiple simple configuration objects.   I don't think there is anything the current API that would easily facilitate this.  
   
   ```java
   SimpleConfiguration sc1 = foo1()
   SimpleConfiguration sc2 = foo2()
   SimpleConfiguration sc3 = foo3()
   SimpleConfiguration msc = new SimpleConfiguration(sc1)
   msc.merge(sc2)  //not sure about the method name merge... 
   msc.merge(sc3)
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services