public class NodeMetaInformation extends Object
CallGraph can carry with himself| Constructor and Description |
|---|
NodeMetaInformation(com.sap.psr.vulas.shared.json.model.ConstructId _originalConstructId)
Constructor for NodeMetaInformation.
|
NodeMetaInformation(com.sap.psr.vulas.shared.json.model.ConstructId _originalConstructId,
com.sap.psr.vulas.shared.json.model.ConstructId _modifiedConstructId,
URL _jar_url,
String _archiveID)
Constructor for NodeMetaInformation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToList(NodeMetaInformation _rs)
Used for the attackSurface detection in
ReachabilityAnalyzer.identifyTouchPoints() |
int |
compareTo(NodeMetaInformation _c)
Compares the construct with the given construct by comparing their qualified name.
|
boolean |
equals(Object obj)
Returns true if the qualified name of the two constructs are equal, false otherwise.
|
String |
getArchiveId()
getArchiveId.
|
com.sap.psr.vulas.shared.json.model.ConstructId |
getConstructId()
getConstructId.
|
String |
getJarUrl()
Getter for the field
jarUrl. |
int |
getListSize()
Used for the attackSurface detection in
ReachabilityAnalyzer.identifyTouchPoints() |
int |
hashCode() |
com.google.gson.JsonObject |
toJSON()
toJSON.
|
com.google.gson.JsonObject |
toJSON(boolean _addAlsoAttackSurface)
toJSON.
|
String |
toString() |
public NodeMetaInformation(com.sap.psr.vulas.shared.json.model.ConstructId _originalConstructId,
com.sap.psr.vulas.shared.json.model.ConstructId _modifiedConstructId,
URL _jar_url,
String _archiveID)
Constructor for NodeMetaInformation.
public NodeMetaInformation(com.sap.psr.vulas.shared.json.model.ConstructId _originalConstructId)
Constructor for NodeMetaInformation.
_originalConstructId - a ConstructId object.public void addToList(NodeMetaInformation _rs)
ReachabilityAnalyzer.identifyTouchPoints()_rs - a NodeMetaInformation object.public int getListSize()
ReachabilityAnalyzer.identifyTouchPoints()public final int compareTo(NodeMetaInformation _c)
_c - a NodeMetaInformation object.public boolean equals(Object obj)
public com.sap.psr.vulas.shared.json.model.ConstructId getConstructId()
getConstructId.
ConstructId object.public com.google.gson.JsonObject toJSON()
toJSON.
JsonObject object.public com.google.gson.JsonObject toJSON(boolean _addAlsoAttackSurface)
toJSON.
_addAlsoAttackSurface - a boolean.JsonObject object.Copyright © 2018–2020. All rights reserved.