Uses of Enum Class
aQute.bnd.build.model.EE
Packages that use EE
Package
Description
-
Uses of EE in aQute.bnd.build.model
Fields in aQute.bnd.build.model declared as EEModifier and TypeFieldDescriptionprivate final EE[]
EE.compatible
private static final EE[]
EE.values
Fields in aQute.bnd.build.model with type parameters of type EEMethods in aQute.bnd.build.model that return EEModifier and TypeMethodDescriptionEE[]
EE.getCompatible()
BndEditModel.getEE()
static EE
static EE
Returns the enum constant of this class with the specified name.static EE[]
EE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.build.model that return types with arguments of type EEModifier and TypeMethodDescriptionEE.getCompatibleSet()
EE.highestFromTargetVersion
(String targetVersion) EE.previous()
Methods in aQute.bnd.build.model with parameters of type EEConstructors in aQute.bnd.build.model with parameters of type EE -
Uses of EE in aQute.bnd.build.model.conversions
Methods in aQute.bnd.build.model.conversions that return EEModifier and TypeMethodDescriptionMethods in aQute.bnd.build.model.conversions with parameters of type EE -
Uses of EE in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource with parameters of type EEModifier and TypeMethodDescriptionvoid
ResourceBuilder.addAllExecutionEnvironments
(EE ee) void
ResourceBuilder.SafeResourceBuilder.addAllExecutionEnvironments
(EE ee) void
void
void
ResourceBuilder.addExecutionEnvironment
(EE ee) void
ResourceBuilder.SafeResourceBuilder.addExecutionEnvironment
(EE ee) -
Uses of EE in aQute.bnd.plugin.jpms
Fields in aQute.bnd.plugin.jpms declared as EE