Package io.github.crizzis.codenarc
Interface AnalysisScopeConfig
-
- All Known Implementing Classes:
CodeNarcVerifyMojo
public interface AnalysisScopeConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getExcludes()List<String>getIncludes()org.apache.maven.model.FileSet[]getSources()org.apache.maven.model.FileSet[]getTestSources()booleanisIncludeMain()booleanisIncludeTests()
-