public class Engine extends Engine
| Constructor and Description |
|---|
Engine(org.apache.maven.project.MavenProject project)
Creates a new Engine to perform anyalsis on dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupFinal()
Closes the CPEAnalyzer if it has been created and persisted in the root parent MavenProject context.
|
protected void |
closeAnalyzer(Analyzer analyzer)
Closes the given analyzer.
|
protected Analyzer |
initializeAnalyzer(Analyzer analyzer)
Initializes the given analyzer.
|
analyzeDependencies, cleanup, getAnalyzers, getAnalyzers, getDependencies, initializeEngine, scan, scan, scan, scan, scan, scan, scanDirectory, scanFile, setDependencies, supportsExtensionpublic Engine(org.apache.maven.project.MavenProject project)
throws DatabaseException
project - the current Maven projectDatabaseException - thrown if there is an issue connecting to the databaseprotected Analyzer initializeAnalyzer(Analyzer analyzer)
initializeAnalyzer in class Engineanalyzer - the analyzer to initializeprotected void closeAnalyzer(Analyzer analyzer)
closeAnalyzer in class Engineanalyzer - the analyzer to closepublic void cleanupFinal()
Copyright© 2012-14 Jeremy Long. All Rights Reserved.