Package com.volantis.mcs.integration

Examples of com.volantis.mcs.integration.MarkupPlugin.release()


    // javadoc inherited from MarkupPluginContainer interface
    public void releasePlugins() {
        Iterator iterator = plugins.values().iterator();
        while (iterator.hasNext()) {
            MarkupPlugin plugin = (MarkupPlugin) iterator.next();
            plugin.release();
        }
        plugins.clear();
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.