Uses of Class
de.skuzzle.enforcer.restrictimports.analyze.MatchedFile
-
Packages that use MatchedFile Package Description de.skuzzle.enforcer.restrictimports.analyze -
-
Uses of MatchedFile in de.skuzzle.enforcer.restrictimports.analyze
Methods in de.skuzzle.enforcer.restrictimports.analyze that return MatchedFile Modifier and Type Method Description MatchedFileMatchedFile.Builder. build()Creates theMatchedFileinstance.Methods in de.skuzzle.enforcer.restrictimports.analyze that return types with arguments of type MatchedFile Modifier and Type Method 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 theirBannedImportGroupMap<BannedImportGroup,List<MatchedFile>>AnalyzeResult. testMatchesByGroup()Returns the matches that occurred in test source files grouped by theirBannedImportGroup.Method parameters in de.skuzzle.enforcer.restrictimports.analyze with type arguments of type MatchedFile Modifier and Type Method Description AnalyzeResult.BuilderAnalyzeResult.Builder. withMatches(Collection<MatchedFile> matches)AnalyzeResult.BuilderAnalyzeResult.Builder. withMatchesInTestCode(Collection<MatchedFile> matches)
-