public class CallgraphConstructorFactory extends Object
CallgraphConstructorFactory class.
| Modifier and Type | Field and Description |
|---|---|
static ClassLoader |
classLoaderToFindPlugins
Constant
classLoaderToFindPlugins |
| Constructor and Description |
|---|
CallgraphConstructorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ICallgraphConstructor |
buildCallgraphConstructor(String analysisFramework,
com.sap.psr.vulas.shared.json.model.Application appContext,
boolean useURLClassloader)
Build a call graph constructor, searching the service registry for a service implementation that registers itself using the given string
|
public static ClassLoader classLoaderToFindPlugins
classLoaderToFindPluginspublic static ICallgraphConstructor buildCallgraphConstructor(String analysisFramework, com.sap.psr.vulas.shared.json.model.Application appContext, boolean useURLClassloader)
analysisFramework - the framework to use, e.g., wala, sootappContext - the application for the call graph constructionuseURLClassloader - a boolean.Copyright © 2018–2020. All rights reserved.