Package | Description |
---|---|
net.adamcin.granite.client.packman |
Modifier and Type | Method and Description |
---|---|
protected abstract ListResponse |
AbstractPackageManagerClient.ResponseBuilder.getListResponse() |
ListResponse |
AbstractPackageManagerClient.list()
List all packages
|
ListResponse |
PackageManagerClient.list()
List all packages
|
ListResponse |
AbstractPackageManagerClient.list(PackId packageId,
boolean includeVersions)
List one package matching
packageId or many packages matching the package group and name
up to the first hyphen. |
ListResponse |
PackageManagerClient.list(PackId packageId,
boolean includeVersions)
List one package matching
packageId or many packages matching the package group and name
up to the first hyphen. |
ListResponse |
AbstractPackageManagerClient.list(String query)
List all packages and filter by
query |
ListResponse |
PackageManagerClient.list(String query)
List all packages and filter by
query |
protected static ListResponse |
AbstractPackageManagerClient.parseListResponse(int statusCode,
String statusText,
InputStream stream,
String charset) |
Copyright © 2013-2017. All Rights Reserved.