public class PackageManagerExtractor extends Object
| Constructor and Description |
|---|
PackageManagerExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
createAlpineProject(byte[] bytes,
List<org.whitesource.agent.api.model.DependencyInfo> packages) |
void |
createArchLinuxProject(byte[] bytes,
List<org.whitesource.agent.api.model.DependencyInfo> packages) |
void |
createDebianProject(byte[] bytes,
List<org.whitesource.agent.api.model.DependencyInfo> packages) |
Collection<org.whitesource.agent.api.model.AgentProjectInfo> |
createProjects() |
void |
createRpmProject(byte[] bytes,
List<org.whitesource.agent.api.model.DependencyInfo> packages) |
public Collection<org.whitesource.agent.api.model.AgentProjectInfo> createProjects()
public void createDebianProject(byte[] bytes,
List<org.whitesource.agent.api.model.DependencyInfo> packages)
public void createRpmProject(byte[] bytes,
List<org.whitesource.agent.api.model.DependencyInfo> packages)
public void createArchLinuxProject(byte[] bytes,
List<org.whitesource.agent.api.model.DependencyInfo> packages)
public void createAlpineProject(byte[] bytes,
List<org.whitesource.agent.api.model.DependencyInfo> packages)
Copyright © 2014–2020 Checkmarx. All rights reserved.