public abstract class DependencyCollector extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
C_CHAR_WINDOWS |
| Constructor and Description |
|---|
DependencyCollector() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Collection<org.whitesource.agent.api.model.AgentProjectInfo> |
collectDependencies(String folder) |
protected Collection<org.whitesource.agent.api.model.AgentProjectInfo> |
getSingleProjectList(Collection<org.whitesource.agent.api.model.DependencyInfo> dependencies) |
static boolean |
isWindows() |
public static final String C_CHAR_WINDOWS
protected abstract Collection<org.whitesource.agent.api.model.AgentProjectInfo> collectDependencies(String folder)
protected Collection<org.whitesource.agent.api.model.AgentProjectInfo> getSingleProjectList(Collection<org.whitesource.agent.api.model.DependencyInfo> dependencies)
public static boolean isWindows()
Copyright © 2014–2020 Checkmarx. All rights reserved.