| Package | Description |
|---|---|
| org.nuxeo.targetplatforms.api | |
| org.nuxeo.targetplatforms.api.impl | |
| org.nuxeo.targetplatforms.api.service |
| 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.
|
Copyright © 2020 Nuxeo SA. All rights reserved.