public class OssIndexAnalyzer extends AbstractAnalyzer
| Modifier and Type | Field and Description |
|---|---|
static String |
REFERENCE_TYPE
The reference type.
|
| Constructor and Description |
|---|
OssIndexAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
analyzeDependency(Dependency dependency,
Engine engine)
Analyzes a given dependency.
|
protected void |
closeAnalyzer()
Closes a given Analyzer.
|
AnalysisPhase |
getAnalysisPhase()
Returns the phase that the analyzer is intended to run in.
|
protected String |
getAnalyzerEnabledSettingKey()
Returns the setting key to determine if the analyzer is enabled.
|
String |
getName()
Returns the name of the analyzer.
|
boolean |
supportsParallelProcessing()
Run without parallel support.
|
analyze, close, getSettings, initialize, isEnabled, prepare, prepareAnalyzer, setEnabledpublic static final String REFERENCE_TYPE
public String getName()
Analyzerpublic AnalysisPhase getAnalysisPhase()
Analyzerprotected String getAnalyzerEnabledSettingKey()
AbstractAnalyzerReturns the setting key to determine if the analyzer is enabled.
getAnalyzerEnabledSettingKey in class AbstractAnalyzerpublic boolean supportsParallelProcessing()
supportsParallelProcessing in interface AnalyzersupportsParallelProcessing in class AbstractAnalyzerprotected void closeAnalyzer()
throws Exception
AbstractAnalyzercloseAnalyzer in class AbstractAnalyzerException - thrown if there is an exceptionprotected void analyzeDependency(Dependency dependency, Engine engine) throws AnalysisException
AbstractAnalyzeranalyzeDependency in class AbstractAnalyzerdependency - the dependency to analyzeengine - the engine scanningAnalysisException - thrown if there is an analysis exceptionCopyright © 2012–2020 OWASP. All rights reserved.