| Package | Description |
|---|---|
| de.skuzzle.enforcer.restrictimports.analyze |
| Modifier and Type | Method and Description |
|---|---|
MatchedFile |
MatchedFile.Builder.build()
Creates the
MatchedFile instance. |
| Modifier and Type | Method and Description |
|---|---|
List<MatchedFile> |
AnalyzeResult.getSrcMatches()
Contains all the matches that were found within the analyzed compile
source files.
|
List<MatchedFile> |
AnalyzeResult.getTestMatches()
Contains all the matches that were found within the analyzed test source
files.
|
Map<BannedImportGroup,List<MatchedFile>> |
AnalyzeResult.srcMatchesByGroup()
Returns the matches that occurred in compile source files grouped by their
BannedImportGroup |
Map<BannedImportGroup,List<MatchedFile>> |
AnalyzeResult.testMatchesByGroup()
Returns the matches that occurred in test source files grouped by their
BannedImportGroup |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeResult.Builder |
AnalyzeResult.Builder.withMatches(Collection<MatchedFile> matches) |
AnalyzeResult.Builder |
AnalyzeResult.Builder.withMatchesInTestCode(Collection<MatchedFile> matches) |
Copyright © 2014–2019. All rights reserved.