Package aQute.bnd.build.model
Enum EE
- All Implemented Interfaces:
Serializable
,Comparable<EE>
,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionEE[]
Return the list of modulesReturn the list of packageshighestFromTargetVersion
(String targetVersion) static EE
static EE
Returns the enum constant of this type with the specified name.static EE[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OSGI_Minimum_1_0
-
OSGI_Minimum_1_1
-
OSGI_Minimum_1_2
-
JRE_1_1
-
J2SE_1_2
-
J2SE_1_3
-
J2SE_1_4
-
J2SE_1_5
-
JavaSE_1_6
-
JavaSE_1_7
-
JavaSE_compact1_1_8
-
JavaSE_compact2_1_8
-
JavaSE_compact3_1_8
-
JavaSE_1_8
-
JavaSE_9
-
JavaSE_10
-
JavaSE_11
-
JavaSE_12
-
JavaSE_13
-
JavaSE_14
-
JavaSE_15
-
JavaSE_16
-
JavaSE_17
-
JavaSE_18
-
JavaSE_19
-
JavaSE_20
-
JavaSE_21
-
JavaSE_22
-
JavaSE_23
-
JavaSE_24
-
UNKNOWN
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getEEName
-
getCompatible
- Returns:
- An array of EEs that this EE implicitly offers, through backwards compatibility.
-
getCapabilityName
-
getVersionLabel
-
getCapabilityVersion
-
getReleaseTarget
- Returns:
- the java release target corresponding to this EE
-
highestFromTargetVersion
-
parse
-
getPackages
Return the list of packages- Throws:
IOException
- (Unchecked viaExceptions
)
-
getModules
Return the list of modules- Throws:
IOException
- (Unchecked viaExceptions
)
-