| Package | Description |
|---|---|
| net.ossindex.common | |
| net.ossindex.common.request |
| Modifier and Type | Method and Description |
|---|---|
PackageDescriptor |
IPackageRequest.add(String pm,
String groupId,
String artifactId,
String version)
Add a new artifact to search for.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PackageDescriptor> |
IFromTillRequest.next() |
Collection<PackageDescriptor> |
IPackageRequest.run()
Execute the request.
|
| Modifier and Type | Method and Description |
|---|---|
PackageDescriptor |
PackageRequest.add(String pm,
String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Collection<PackageDescriptor>> |
FromTillRequest.iterator() |
Collection<PackageDescriptor> |
FromTillRequest.next() |
Collection<PackageDescriptor> |
PackageRequest.run() |
Copyright © 2017. All rights reserved.