| Modifier and Type | Field and Description |
|---|---|
String |
bin |
String |
bin_test |
List<String> |
errors |
Map<String,Map<String,String>> |
extraSystemCapabilities |
Map<String,Map<String,String>> |
extraSystemPackages |
Map<String,String> |
instructions |
Map<String,String> |
properties |
List<String> |
runbundles |
List<String> |
runfw |
List<String> |
runpath |
String |
target |
| Constructor and Description |
|---|
RunSpecification() |
| Modifier and Type | Method and Description |
|---|---|
RunSpecification |
clone()
Create a clone of this specification.
|
void |
mergeWith(RunSpecification spec)
Merge this specification with the given spec.
|
public RunSpecification clone()
public void mergeWith(RunSpecification spec)
spec - the spec that overrides the values in this spec.Copyright © 2021. All rights reserved.