public interface IPackageRequest
| Modifier and Type | Method and Description |
|---|---|
PackageDescriptor |
add(String pm,
String groupId,
String artifactId,
String version)
Add a new artifact to search for.
|
void |
addProxy(String protocol,
String host,
int port,
String username,
String password)
Add a proxy server to the request
|
Collection<PackageDescriptor> |
run()
Execute the request.
|
PackageDescriptor add(String pm, String groupId, String artifactId, String version)
pm - Name of the package managergroupId - Group ID for the packageartifactId - Artifact ID for the packageversion - Version number for requestCollection<PackageDescriptor> run() throws IOException
IOExceptionCopyright © 2017. All rights reserved.