Skip navigation links
C E G H I O S V 

C

CodeInvocation - Class in org.whitesource.agent.via.api
Responsible for sorted order of the code invocations, linked to it's corresponding method names
CodeInvocation() - Constructor for class org.whitesource.agent.via.api.CodeInvocation
 
CodeInvocation(InvocationType, String, int, String, int) - Constructor for class org.whitesource.agent.via.api.CodeInvocation
 

E

equals(Object) - Method in class org.whitesource.agent.via.api.CodeInvocation
 
equals(Object) - Method in class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 
equals(Object) - Method in class org.whitesource.agent.via.api.VulnerabilityTrace
 
equals(Object) - Method in class org.whitesource.agent.via.api.VulnerableElement
 
equals(Object) - Method in class org.whitesource.agent.via.api.VulnerableElementInfo
 

G

getCodeInvocations() - Method in class org.whitesource.agent.via.api.VulnerabilityTrace
 
getElement() - Method in class org.whitesource.agent.via.api.VulnerableElement
 
getEndLine() - Method in class org.whitesource.agent.via.api.VulnerableElementInfo
 
getFileName() - Method in class org.whitesource.agent.via.api.CodeInvocation
 
getInvocationType() - Method in class org.whitesource.agent.via.api.CodeInvocation
 
getLineNumber() - Method in class org.whitesource.agent.via.api.CodeInvocation
 
getMatchValue() - Method in class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 
getMethodName() - Method in class org.whitesource.agent.via.api.CodeInvocation
 
getOrder() - Method in class org.whitesource.agent.via.api.CodeInvocation
 
getStartLine() - Method in class org.whitesource.agent.via.api.VulnerableElementInfo
 
getVulnerabilityTraces() - Method in class org.whitesource.agent.via.api.VulnerableElement
 
getVulnerableElementInfo() - Method in class org.whitesource.agent.via.api.VulnerableElement
 
getVulnerableElements() - Method in class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 
getVulnerableElementsStatus() - Method in class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 

H

hashCode() - Method in class org.whitesource.agent.via.api.CodeInvocation
 
hashCode() - Method in class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 
hashCode() - Method in class org.whitesource.agent.via.api.VulnerabilityTrace
 
hashCode() - Method in class org.whitesource.agent.via.api.VulnerableElement
 
hashCode() - Method in class org.whitesource.agent.via.api.VulnerableElementInfo
 

I

InvocationType - Enum in org.whitesource.agent.via.api
Possible vulnerability invocation types

O

org.whitesource.agent.via.api - package org.whitesource.agent.via.api
 

S

setCodeInvocations(List<CodeInvocation>) - Method in class org.whitesource.agent.via.api.VulnerabilityTrace
 
setElement(String) - Method in class org.whitesource.agent.via.api.VulnerableElement
 
setEndLine(Integer) - Method in class org.whitesource.agent.via.api.VulnerableElementInfo
 
setFileName(String) - Method in class org.whitesource.agent.via.api.CodeInvocation
 
setInvocationType(InvocationType) - Method in class org.whitesource.agent.via.api.CodeInvocation
 
setLineNumber(int) - Method in class org.whitesource.agent.via.api.CodeInvocation
 
setMatchValue(String) - Method in class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 
setMethodName(String) - Method in class org.whitesource.agent.via.api.CodeInvocation
 
setOrder(int) - Method in class org.whitesource.agent.via.api.CodeInvocation
 
setStartLine(Integer) - Method in class org.whitesource.agent.via.api.VulnerableElementInfo
 
setVulnerabilityTraces(Collection<VulnerabilityTrace>) - Method in class org.whitesource.agent.via.api.VulnerableElement
 
setVulnerableElementInfo(VulnerableElementInfo) - Method in class org.whitesource.agent.via.api.VulnerableElement
 
setVulnerableElements(Map<String, Collection<VulnerableElement>>) - Method in class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 
setVulnerableElementsStatus(Map<String, VulnerabilityAnalysisResult.Status>) - Method in class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 

V

valueOf(String) - Static method in enum org.whitesource.agent.via.api.InvocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.whitesource.agent.via.api.VulnerabilityAnalysisResult.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.whitesource.agent.via.api.InvocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.whitesource.agent.via.api.VulnerabilityAnalysisResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
VulnerabilityAnalysisResult - Class in org.whitesource.agent.via.api
Result of the Vulnerability Impact Analysis
VulnerabilityAnalysisResult() - Constructor for class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 
VulnerabilityAnalysisResult(String, Map<String, Collection<VulnerableElement>>) - Constructor for class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 
VulnerabilityAnalysisResult(String, Map<String, Collection<VulnerableElement>>, Map<String, VulnerabilityAnalysisResult.Status>) - Constructor for class org.whitesource.agent.via.api.VulnerabilityAnalysisResult
 
VulnerabilityAnalysisResult.Status - Enum in org.whitesource.agent.via.api
 
VulnerabilityTrace - Class in org.whitesource.agent.via.api
Vulnerability sorted trace record, according to it's code invocations
VulnerabilityTrace() - Constructor for class org.whitesource.agent.via.api.VulnerabilityTrace
 
VulnerableElement - Class in org.whitesource.agent.via.api
Holds all vulnerability traces which address specific element
VulnerableElement() - Constructor for class org.whitesource.agent.via.api.VulnerableElement
 
VulnerableElement(String, Collection<VulnerabilityTrace>) - Constructor for class org.whitesource.agent.via.api.VulnerableElement
 
VulnerableElement(String, Collection<VulnerabilityTrace>, VulnerableElementInfo) - Constructor for class org.whitesource.agent.via.api.VulnerableElement
 
VulnerableElementInfo - Class in org.whitesource.agent.via.api
Created by anna.rozin
VulnerableElementInfo() - Constructor for class org.whitesource.agent.via.api.VulnerableElementInfo
 
VulnerableElementInfo(Integer, Integer) - Constructor for class org.whitesource.agent.via.api.VulnerableElementInfo
 
C E G H I O S V 
Skip navigation links

Copyright © 2011-2019 White Source. All Rights Reserved.