All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cj.jshintmojo.reporter.JSHintReporter Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package com.cj.jshintmojo.reporter;

import java.util.Map;

import com.cj.jshintmojo.cache.Result;

/**
 * A interface for JSHint reporting class.
 */
public interface JSHintReporter {

    /**
     * Creates a lint reporting string. 
     * 
     * @param results lint results to report.
     * @return reporting string.
     */
    public String report(Map results);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy