| Modifier and Type | Method and Description |
|---|---|
Map<String,TargetPackageInfo> |
TargetPlatformInfo.getAvailablePackagesInfo()
Return the map of packages available on this target platform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetPlatformInfo.addAvailablePackageInfo(TargetPackageInfo pack)
Add a package to the list of available packages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetPlatformInfo.setAvailablePackagesInfo(Map<String,TargetPackageInfo> packages)
Sets available packages on this target platform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TargetPackageInfoImpl
Describes a target package
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,TargetPackageInfo> |
TargetPlatformInfoImpl.availablePackagesInfo |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TargetPackageInfo> |
TargetPlatformInfoImpl.getAvailablePackagesInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetPlatformInfoImpl.addAvailablePackageInfo(TargetPackageInfo packInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetPlatformInfoImpl.setAvailablePackagesInfo(Map<String,TargetPackageInfo> packages) |
| Modifier and Type | Method and Description |
|---|---|
TargetPackageInfo |
TargetPlatformService.getTargetPackageInfo(String id)
Returns the target package info for given id, or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
TargetPackageInfo |
TargetPlatformServiceImpl.getTargetPackageInfo(String id) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,TargetPackageInfo> |
TargetPlatformServiceImpl.getTargetPackagesInfo(String targetPlatform) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JSONExporter.exportToJson(TargetPackageInfo tpi,
OutputStream out,
boolean pretty) |
Copyright © 2019 Nuxeo. All rights reserved.