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 -
-
Uses of EE in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return EE Modifier and Type Method Description EE[]EE. getCompatible()EEBndEditModel. getEE()static EEEE. parse(java.lang.String str)static EEEE. 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 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 voidBndEditModel. setEE(EE ee) -
Uses of EE in aQute.bnd.build.model.conversions
Methods in aQute.bnd.build.model.conversions that return EE Modifier and Type Method Description EEEEConverter. convert(java.lang.String input)EEEEConverter. error(java.lang.String msg)Methods in aQute.bnd.build.model.conversions with parameters of type EE Modifier and Type Method Description java.lang.StringEEFormatter. 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 voidResourceBuilder. addAllExecutionEnvironments(EE ee)voidResourceBuilder. addEE(EE ee)voidResourceBuilder. addExecutionEnvironment(EE ee)
-