Package com.thoughtworks.xstream.tools.benchmark.products

Examples of com.thoughtworks.xstream.tools.benchmark.products.XStreamSjsxp


            }
            if (name == null || name.equals("Woodstox")) {
                harness.addProduct(new XStreamWoodstox());
            }
            if (JVM.is16() && (name == null || name.equals("SJSXP"))) {
                harness.addProduct(new XStreamSjsxp());
            }
            if (name == null || name.equals("Xpp3")) {
                harness.addProduct(new XStreamXpp3());
            }
            if (name == null || name.equals("kXML2")) {
View Full Code Here

TOP

Related Classes of com.thoughtworks.xstream.tools.benchmark.products.XStreamSjsxp

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.