Package aQute.bnd.build.model
Enum Class EE
- All Implemented Interfaces:
Serializable
,Comparable<EE>
,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 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final Version
private final EE[]
private final String
private Parameters
private Parameters
private final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEE[]
Return the list of modulesReturn the list of packageshighestFromTargetVersion
(String targetVersion) private void
init()
static EE
static EE
Returns the enum constant of this class with the specified name.static EE[]
values()
Returns an array containing the constants of this enum class, 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_0
-
JavaSE_10_0
-
JavaSE_11_0
-
JavaSE_12_0
-
JavaSE_13_0
-
JavaSE_14_0
-
JavaSE_15
-
JavaSE_16
-
JavaSE_17
-
JavaSE_18
-
JavaSE_19
-
JavaSE_20
-
UNKNOWN
-
-
Field Details
-
eeName
-
capabilityName
-
versionLabel
-
capabilityVersion
-
compatible
-
compatibleSet
-
packages
-
modules
-
-
Constructor Details
-
EE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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.
-
getCompatibleSet
-
getCapabilityName
-
getVersionLabel
-
getCapabilityVersion
-
highestFromTargetVersion
-
parse
-
getPackages
Return the list of packages- Throws:
IOException
- (Unchecked viaExceptions
)
-
getModules
Return the list of modules- Throws:
IOException
- (Unchecked viaExceptions
)
-
init
private void init()
-