public class A2CGoal extends AbstractReachGoal
A2CGoal class.
| Constructor and Description |
|---|
A2CGoal()
Constructor for A2CGoal.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<com.sap.psr.vulas.shared.json.model.ConstructId> |
getEntryPoints()
Getter for the field
entryPoints. |
protected void |
setEntryPoints(ReachabilityAnalyzer _ra)
Sets the entry points of the
ReachabilityAnalyzer. |
cleanAfterExecution, executeTasks, getAppConstructs, prepareExecutionaddAppPath, addAppPaths, getApplicationContext, getAppPaths, getKnownDependencies, hasAppPaths, setKnownDependenciesaddGoalStats, addGoalStats, addGoalStats, addGoalStats, checkPreconditions, executeAsync, executeSync, getConfiguration, getGoalClient, getGoalContext, getGoalType, getId, getResultObject, run, runsIn, setConfiguration, setGoalClient, setGoalContext, setObserver, skipGoalUpload, start, stop, stop, toJson, toString, uploadprotected final Set<com.sap.psr.vulas.shared.json.model.ConstructId> getEntryPoints()
Getter for the field entryPoints.
getEntryPoints in class AbstractReachGoalSet object.protected final void setEntryPoints(ReachabilityAnalyzer _ra)
ReachabilityAnalyzer.
MUST be overridden by subclasses, e.g., by A2CGoal and T2CGoal.
Sets the application constructs as entry points of the ReachabilityAnalyzer.
setEntryPoints in class AbstractReachGoal_ra - a ReachabilityAnalyzer object.Copyright © 2018–2020. All rights reserved.