public interface SourceTreeAnalyzer
| Modifier and Type | Method | Description |
|---|---|---|
AnalyzeResult |
analyze(AnalyzerSettings settings,
BannedImportGroup group) |
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, BannedImportGroup group)
settings - Context information for performing the analysis.group - The banned import.Copyright © 2014–2018. All rights reserved.