| Package | Description |
|---|---|
| net.ossindex.common | |
| net.ossindex.common.request |
| Modifier and Type | Method and Description |
|---|---|
OssiPackage |
IPackageRequest.add(List<PackageCoordinate> path)
Add a new package/version (with dependency information) to search for.
|
OssiPackage |
IPackageRequest.add(String pm,
String groupId,
String artifactId,
String version)
Add a new artifact to search for.
|
OssiPackage |
OssiPackage.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OssiPackage> |
IPackageRequest.run()
Execute the request.
|
| Modifier and Type | Method and Description |
|---|---|
static OssiPackage.Builder |
OssiPackage.newBuilder(OssiPackage copy) |
| Modifier and Type | Method and Description |
|---|---|
OssiPackage |
PackageRequestService.add(List<PackageCoordinate> path) |
OssiPackage |
PackageRequestService.add(String type,
String namespace,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OssiPackage> |
PackageRequestService.run() |
Copyright © 2018. All rights reserved.