Uses of Enum Class
aQute.bnd.build.model.EE
Packages that use EE
-
Uses of EE in aQute.bnd.build.model
Subclasses with type arguments of type EE in aQute.bnd.build.modelMethods in aQute.bnd.build.model that return EEModifier and TypeMethodDescriptionEE[]EE.getCompatible()BndEditModel.getEE()static EEEE.getEEFromClassVersion(int majorVersion) Return the EE associated with the given class file versionstatic EEEE.getEEFromReleaseVersion(int releaseVersion) Return the EE related to the release versionstatic EEstatic EEReturns 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.all()EE.getEEsFromRequirement(String requirement) From a Require-Capability header, extract the Execution Environment capability and match against EEs.EE.highestFromTargetVersion(String targetVersion) Methods in aQute.bnd.build.model with parameters of type EE -
Uses of EE in aQute.bnd.build.model.conversions
Classes in aQute.bnd.build.model.conversions that implement interfaces with type arguments of type EEMethods 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 TypeMethodDescriptionvoidResourceBuilder.addAllExecutionEnvironments(EE ee) Deprecated.voidAdds the Execution Environment information to this Processor's capabilities list and exported packages list.voidResourceBuilder.addExecutionEnvironment(EE ee) Deprecated.