public class BuilderSpecification extends Object
This class should not inherit DTO, however convenient this might be, since this creates unwanted dependencies on clients. These clients include test code that is severely handicapped by these kind of dependencies.
All file paths must be absolute and platform specific format
| Modifier and Type | Field and Description |
|---|---|
String |
bundleActivator |
Map<String,Map<String,String>> |
bundleNativeCode |
Map<String,Map<String,String>> |
bundleSymbolicName |
String |
bundleVersion |
List<String> |
classpath |
Map<String,Map<String,String>> |
exportContents |
Map<String,Map<String,String>> |
exportPackage |
boolean |
failOk |
Map<String,Map<String,String>> |
fragmentHost |
Map<String,Map<String,String>> |
importPackage |
Map<String,Map<String,String>> |
includeresource |
boolean |
inherit
Deprecated.
|
String |
location |
Map<String,String> |
other |
List<String> |
parent
Defines inheritance.
|
Map<String,Map<String,String>> |
privatePackage |
static String |
PROJECT |
Map<String,Map<String,String>> |
provideCapability |
Map<String,Map<String,String>> |
requireBundle |
Map<String,Map<String,String>> |
requireCapability |
boolean |
resourceOnly |
boolean |
sources |
String |
testBundle
A glob expression on the file name of the bundle to merge
|
static String |
WORKSPACE |
| Constructor and Description |
|---|
BuilderSpecification() |
public static final String WORKSPACE
public static final String PROJECT
public String location
public String bundleVersion
public String bundleActivator
public boolean failOk
public boolean sources
public boolean resourceOnly
public String testBundle
@Deprecated public boolean inherit
Copyright © 2021. All rights reserved.