| Package | Description |
|---|---|
| net.ossindex.common | |
| net.ossindex.common.resource | |
| net.ossindex.common.utils |
| Modifier and Type | Method and Description |
|---|---|
ArtifactResource |
ResourceFactory.findArtifactResource(PackageDependency dep)
Find the ArtifactResource matching the specified package dependency
|
ArtifactResource[] |
ResourceFactory.findArtifactResources(PackageDependency[] pkgDeps)
Get multiple matching resources for the specified files.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactResource[] |
PackageResource.getArtifacts()
Get all of the artifacts owned by the package
|
ArtifactResource[] |
ArtifactResource.getDependencyGraph()
Get the dependency graph for the artifact
|
| Modifier and Type | Method and Description |
|---|---|
int |
ArtifactResource.compareTo(ArtifactResource res) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactResource |
PackageDependency.getArtifact()
Get the artifact for this dependency
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageDependency.setArtifact(ArtifactResource artifact)
Set the artifact that is deemed to be the best match.
|
Copyright © 2015. All rights reserved.