public interface SourceTreeAnalyzer
| Modifier and Type | Method and Description |
|---|---|
AnalyzeResult |
analyze(AnalyzerSettings settings,
BannedImportGroups groups)
Analyzes all java classes found recursively in the given root directories for
matches of banned imports.
|
static SourceTreeAnalyzer |
getInstance()
Creates a new
SourceTreeAnalyzer instance. |
static SourceTreeAnalyzer getInstance()
SourceTreeAnalyzer instance.AnalyzeResult analyze(AnalyzerSettings settings, BannedImportGroups groups)
settings - Context information for performing the analysis.groups - The banned imports.Copyright © 2014–2019. All rights reserved.