org.codenarc.analyzer.SourceAnalyzer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CodeNarc Show documentation
Show all versions of CodeNarc Show documentation
The CodeNarc project provides a static analysis tool for Groovy code.
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