| Package | Description |
|---|---|
| de.skuzzle.enforcer.restrictimports |
| Modifier and Type | Method and Description |
|---|---|
Stream<Match> |
ImportMatcher.matchFile(Path file,
BannedImportGroup group)
Collects all imports that are banned within the given java source file.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Match>> |
SourceTreeAnalyzer.analyze(Stream<Path> roots,
Collection<BannedImportGroup> groups)
Analyzes all java classes found recursively in the given root directories
for matches of banned imports.
|
void |
RestrictImports.setBannedImports(List<BannedImportGroup> bannedImportGroups) |
Copyright © 2014–2015. All rights reserved.