| 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 |
TargetPlatformInstanceExtension.getParent() |
TargetPlatform |
TargetPlatformImpl.getParent() |
TargetPlatform |
TargetPlatformExtension.getParent() |
| Modifier and Type | Method and Description |
|---|---|
int |
TargetPlatformImpl.compareTo(TargetPlatform o) |
int |
TargetPlatformExtension.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.
|
| Modifier and Type | Method and Description |
|---|---|
TargetPlatform |
TargetPlatformServiceImpl.getDefaultTargetPlatform(TargetPlatformFilter filter) |
TargetPlatform |
TargetPlatformServiceImpl.getTargetPlatform(String id) |
protected TargetPlatform |
TargetPlatformServiceImpl.getTargetPlatform(TargetPlatformDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
List<TargetPlatform> |
TargetPlatformServiceImpl.getAvailableTargetPlatforms(TargetPlatformFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JSONExporter.exportToJson(TargetPlatform tp,
OutputStream out,
boolean pretty) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JSONExporter.exportToJson(List<TargetPlatform> tp,
OutputStream out,
boolean pretty) |
| Constructor and Description |
|---|
TargetPlatforms(Collection<? extends TargetPlatform> c) |
Copyright © 2019 Nuxeo. All rights reserved.