Uses of Class
aQute.bnd.build.model.EE
-
Packages that use EE Package Description aQute.bnd.build.model aQute.bnd.build.model.conversions aQute.bnd.osgi.resource aQute.bnd.plugin.jpms -
-
Uses of EE in aQute.bnd.build.model
Fields in aQute.bnd.build.model declared as EE Modifier and Type Field Description private EE[]
EE. compatible
Fields in aQute.bnd.build.model with type parameters of type EE Modifier and Type Field Description private java.util.EnumSet<EE>
EE. compatibleSet
private Converter<EE,java.lang.String>
BndEditModel. eeConverter
private Converter<java.lang.String,EE>
BndEditModel. eeFormatter
Methods in aQute.bnd.build.model that return EE Modifier and Type Method 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.Methods in aQute.bnd.build.model that return types with arguments of type EE Modifier and Type Method Description private java.util.EnumSet<EE>
EE. getCompatibleSet()
static java.util.Optional<EE>
EE. highestFromTargetVersion(java.lang.String targetVersion)
Methods in aQute.bnd.build.model with parameters of type EE Modifier and Type Method Description void
BndEditModel. setEE(EE ee)
Constructors in aQute.bnd.build.model with parameters of type EE Constructor Description EE(java.lang.String eeName, java.lang.String capabilityName, java.lang.String versionLabel, EE... compatible)
-
Uses of EE in aQute.bnd.build.model.conversions
Methods in aQute.bnd.build.model.conversions that return EE Modifier and Type Method Description EE
EEConverter. convert(java.lang.String input)
EE
EEConverter. error(java.lang.String msg)
Methods in aQute.bnd.build.model.conversions with parameters of type EE Modifier and Type Method Description java.lang.String
EEFormatter. convert(EE input)
-
Uses of EE in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource with parameters of type EE Modifier and Type Method Description void
ResourceBuilder. addAllExecutionEnvironments(EE ee)
void
ResourceBuilder.SafeResourceBuilder. addAllExecutionEnvironments(EE ee)
void
ResourceBuilder. addEE(EE ee)
void
ResourceBuilder.SafeResourceBuilder. addEE(EE ee)
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 Modifier and Type Field Description private static EE
JPMSModuleInfoPlugin. DEFAULT_MODULE_EE
-