Package com.googlecode.jslint4java.ant

Source Code of com.googlecode.jslint4java.ant.CheckstyleXmlResultFormatter

package com.googlecode.jslint4java.ant;

import com.googlecode.jslint4java.formatter.CheckstyleXmlFormatter;
import com.googlecode.jslint4java.formatter.JSLintResultFormatter;

public class CheckstyleXmlResultFormatter extends XmlResultFormatter implements ResultFormatter {

    @Override
    protected JSLintResultFormatter createFormatter() {
        return new CheckstyleXmlFormatter();
    }

}
TOP

Related Classes of com.googlecode.jslint4java.ant.CheckstyleXmlResultFormatter

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.