Package org.codehaus.spice.configkit

Examples of org.codehaus.spice.configkit.PropertyExpander


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

TOP

Related Classes of org.codehaus.spice.configkit.PropertyExpander

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.