aQute.bnd.build.model
Enum EE
java.lang.Object
java.lang.Enum<EE>
aQute.bnd.build.model.EE
- All Implemented Interfaces:
- Serializable, Comparable<EE>
public enum EE
- extends Enum<EE>
OSGI_Minimum_1_0
public static final EE OSGI_Minimum_1_0
OSGI_Minimum_1_1
public static final EE OSGI_Minimum_1_1
OSGI_Minimum_1_2
public static final EE OSGI_Minimum_1_2
JRE_1_1
public static final EE JRE_1_1
J2SE_1_2
public static final EE J2SE_1_2
J2SE_1_3
public static final EE J2SE_1_3
J2SE_1_4
public static final EE J2SE_1_4
J2SE_1_5
public static final EE J2SE_1_5
JavaSE_1_6
public static final EE JavaSE_1_6
JavaSE_1_7
public static final EE JavaSE_1_7
JavaSE_compact1_1_8
public static final EE JavaSE_compact1_1_8
JavaSE_compact2_1_8
public static final EE JavaSE_compact2_1_8
JavaSE_compact3_1_8
public static final EE JavaSE_compact3_1_8
JavaSE_1_8
public static final EE JavaSE_1_8
JavaSE_compact1_1_9
public static final EE JavaSE_compact1_1_9
JavaSE_compact2_1_9
public static final EE JavaSE_compact2_1_9
JavaSE_compact3_1_9
public static final EE JavaSE_compact3_1_9
JavaSE_1_9
public static final EE JavaSE_1_9
UNKNOWN
public static final EE UNKNOWN
values
public static EE[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EE c : EE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EE valueOf(String name)
- 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 name
NullPointerException - if the argument is null
getEEName
public String getEEName()
getCompatible
public EE[] getCompatible()
- Returns:
- An array of EEs that this EE implicitly offers, through backwards compatibility.
getCapabilityName
public String getCapabilityName()
getCapabilityVersion
public Version getCapabilityVersion()
parse
public static EE parse(String str)
Copyright © 2014 aQute SARL. All rights reserved.