keith-turner commented on issue #894: Support merging multiple 
SimpleConfiguration objects
URL: https://github.com/apache/incubator-fluo/issues/894#issuecomment-318738663
 
 
   Another possible API for this is a static varargs merge method.  The method 
would take a few configs and return a new config that has the props of all.
   
   ```java
   SimpleConfiguration sc1 = foo1()
   SimpleConfiguration sc2 = foo2()
   SimpleConfiguration sc3 = foo3()
   SimpleConfiguration msc = SimpleConfiguration.merge(sc1,sc2,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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to