public interface SourceTreeAnalyzer
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Match>> |
analyze(Stream<Path> roots,
BannedImportGroup group)
Analyzes all java classes found recursively in the given root directories
for matches of banned imports.
|
Map<String,List<Match>> analyze(Stream<Path> roots, BannedImportGroup group)
roots - The source directories.group - The banned import.Copyright © 2014–2016. All rights reserved.