| Package | Description |
|---|---|
| org.nuxeo.targetplatforms.api | |
| org.nuxeo.targetplatforms.api.impl | |
| org.nuxeo.targetplatforms.api.service |
| Modifier and Type | Method and Description |
|---|---|
TargetPlatform |
TargetPlatformInstance.getParent()
Returns this target platform parent or null if there is no inheritance.
|
TargetPlatform |
TargetPlatform.getParent()
Returns this target platform parent or null if there is no inheritance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TargetPlatformExtension
TargetPlatform implementation relying on an original implementation, useful for override when adding
additional metadata. |
class |
TargetPlatformImpl |
| Modifier and Type | Field and Description |
|---|---|
protected TargetPlatform |
TargetPlatformExtension.origPlatform |
protected TargetPlatform |
TargetPlatformInstanceImpl.parent |
protected TargetPlatform |
TargetPlatformImpl.parent |
| Modifier and Type | Method and Description |
|---|---|
TargetPlatform |
TargetPlatformInstanceImpl.getParent() |
TargetPlatform |
TargetPlatformExtension.getParent() |
TargetPlatform |
TargetPlatformImpl.getParent() |
TargetPlatform |
TargetPlatformInstanceExtension.getParent() |
| Modifier and Type | Method and Description |
|---|---|
int |
TargetPlatformExtension.compareTo(TargetPlatform o) |
int |
TargetPlatformImpl.compareTo(TargetPlatform o) |
void |
TargetPlatformInstanceImpl.setParent(TargetPlatform parent) |
void |
TargetPlatformImpl.setParent(TargetPlatform parent) |
| Constructor and Description |
|---|
TargetPlatformExtension(TargetPlatform orig) |
| Modifier and Type | Method and Description |
|---|---|
TargetPlatform |
TargetPlatformService.getDefaultTargetPlatform(TargetPlatformFilter filter)
Returns the default target platform.
|
TargetPlatform |
TargetPlatformService.getTargetPlatform(String id)
Returns the target platform with given id, or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetPlatform> |
TargetPlatformService.getAvailableTargetPlatforms(TargetPlatformFilter filter)
Returns all target platforms matching given criteria.
|
Copyright © 2020 Nuxeo SA. All rights reserved.