@ThreadSafe public class AnalyzerService extends Object
Analyzer.| Constructor and Description |
|---|
AnalyzerService(ClassLoader classLoader,
Settings settings)
Creates a new instance of AnalyzerService.
|
| Modifier and Type | Method and Description |
|---|---|
List<Analyzer> |
getAnalyzers()
Returns a list of all instances of the Analyzer interface.
|
List<Analyzer> |
getAnalyzers(AnalysisPhase... phases)
Returns a list of all instances of the Analyzer interface that are bound
to one of the given phases.
|
List<Analyzer> |
getAnalyzers(List<AnalysisPhase> phases)
Returns a list of all instances of the Analyzer interface that are bound
to one of the given phases.
|
public AnalyzerService(ClassLoader classLoader, Settings settings)
classLoader - the ClassLoader to use when dynamically loading
Analyzer and Update servicessettings - the configured settingspublic List<Analyzer> getAnalyzers()
public List<Analyzer> getAnalyzers(AnalysisPhase... phases)
phases - the phases to obtain analyzers forpublic List<Analyzer> getAnalyzers(List<AnalysisPhase> phases)
phases - the phases to obtain analyzers forCopyright © 2012–2020 OWASP. All rights reserved.