public interface Analyzer extends Cancellable
Scope
to perform
the analysis and return the found warnings as ErrorDescription
s.
It is intended to be installed in the global lookup, using e.g. ServiceProvider
.Modifier and Type | Interface and Description |
---|---|
static class |
Analyzer.AnalyzerFactory |
static class |
Analyzer.Context |
static class |
Analyzer.CustomizerContext<D,C extends JComponent> |
static interface |
Analyzer.CustomizerProvider<D,C extends JComponent> |
static class |
Analyzer.MissingPlugin |
static class |
Analyzer.Result
Collector of the analysis problems.
|
static class |
Analyzer.WarningDescription |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends ErrorDescription> |
analyze()
Perform the analysis over the
Scope defined in the Analyzer.Context
given while constructing the Analyzer . |
cancel
Iterable<? extends ErrorDescription> analyze()
Scope
defined in the Analyzer.Context
given while constructing the Analyzer
.