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

org.codenarc.analyzer.SourceAnalyzer Maven / Gradle / Ivy

There is a newer version: 3.5.0-groovy-4.0
Show newest version
package org.codenarc.analyzer;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

public interface SourceAnalyzer
 {
 org.codenarc.results.Results analyze(org.codenarc.ruleset.RuleSet ruleSet);
 java.util.List getSourceDirectories();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy