public class ResolutionResult extends Object
| Constructor and Description |
|---|
ResolutionResult(Collection<org.whitesource.agent.api.model.DependencyInfo> dependencies,
Iterable<String> excludes,
org.whitesource.agent.api.model.DependencyType dependencyType,
String topLevelFolder) |
ResolutionResult(Map<org.whitesource.agent.api.model.AgentProjectInfo,Path> resolvedProjects,
Collection<String> excludes,
org.whitesource.agent.api.model.DependencyType dependencyType,
String topLevelFolder) |
| Modifier and Type | Method and Description |
|---|---|
org.whitesource.agent.api.model.DependencyType |
getDependencyType() |
Collection<String> |
getExcludes() |
Map<org.whitesource.agent.api.model.AgentProjectInfo,Path> |
getResolvedProjects() |
String |
getTopLevelFolder() |
public ResolutionResult(Map<org.whitesource.agent.api.model.AgentProjectInfo,Path> resolvedProjects, Collection<String> excludes, org.whitesource.agent.api.model.DependencyType dependencyType, String topLevelFolder)
public ResolutionResult(Collection<org.whitesource.agent.api.model.DependencyInfo> dependencies, Iterable<String> excludes, org.whitesource.agent.api.model.DependencyType dependencyType, String topLevelFolder)
public Collection<String> getExcludes()
public Map<org.whitesource.agent.api.model.AgentProjectInfo,Path> getResolvedProjects()
public org.whitesource.agent.api.model.DependencyType getDependencyType()
public String getTopLevelFolder()
Copyright © 2014–2020 Checkmarx. All rights reserved.