2122232425262728
{ public static Configuration expandValues( final Configuration input, final Map data ) throws Exception { final PropertyExpander expander = new PropertyExpander(); return expandValues( expander, input, data ); }