Package | Description |
---|---|
aQute.bnd.build.model | |
aQute.bnd.build.model.conversions | |
aQute.bnd.osgi.resource |
Modifier and Type | Field and Description |
---|---|
private EE[] |
EE.compatible |
Modifier and Type | Field and Description |
---|---|
private java.util.EnumSet<EE> |
EE.compatibleSet |
private Converter<EE,java.lang.String> |
BndEditModel.eeConverter |
private Converter<java.lang.String,EE> |
BndEditModel.eeFormatter |
Modifier and Type | Method and Description |
---|---|
EE[] |
EE.getCompatible() |
EE |
BndEditModel.getEE() |
static EE |
EE.parse(java.lang.String str) |
static EE |
EE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EE[] |
EE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private java.util.EnumSet<EE> |
EE.getCompatibleSet() |
Modifier and Type | Method and Description |
---|---|
void |
BndEditModel.setEE(EE ee) |
Constructor and Description |
---|
EE(java.lang.String name,
java.lang.String capabilityName,
Version capabilityVersion,
EE... compatible) |
Modifier and Type | Method and Description |
---|---|
EE |
EEConverter.convert(java.lang.String input) |
EE |
EEConverter.error(java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EEFormatter.convert(EE input) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceBuilder.addAllExecutionEnvironments(EE ee) |
void |
ResourceBuilder.addEE(EE ee) |
void |
ResourceBuilder.addExecutionEnvironment(EE ee) |