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