Package net.sf.ehcache.config.generator.model.elements

Examples of net.sf.ehcache.config.generator.model.elements.ConfigurationElement


     *
     * @param configuration
     * @param visitor
     */
    static void visitConfiguration(Configuration configuration, NodeElementVisitor visitor) {
        ConfigurationElement configElement = new ConfigurationElement(configuration);
        configElement.accept(visitor);
    }
View Full Code Here

TOP

Related Classes of net.sf.ehcache.config.generator.model.elements.ConfigurationElement

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.