Enum Constant and Description |
---|
J2SE_1_2 |
J2SE_1_3 |
J2SE_1_4 |
J2SE_1_5 |
JavaSE_1_6 |
JavaSE_1_7 |
JavaSE_1_8 |
JavaSE_9_0 |
JavaSE_compact1_1_8 |
JavaSE_compact2_1_8 |
JavaSE_compact3_1_8 |
JRE_1_1 |
OSGI_Minimum_1_0 |
OSGI_Minimum_1_1 |
OSGI_Minimum_1_2 |
UNKNOWN |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
capabilityName |
private Version |
capabilityVersion |
private EE[] |
compatible |
private java.util.EnumSet<EE> |
compatibleSet |
private java.lang.String |
eeName |
private Parameters |
packages |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCapabilityName() |
Version |
getCapabilityVersion() |
EE[] |
getCompatible() |
private java.util.EnumSet<EE> |
getCompatibleSet() |
java.lang.String |
getEEName() |
Parameters |
getPackages()
Return the list of packages
|
static EE |
parse(java.lang.String str) |
static EE |
valueOf(java.lang.String name)
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.
|
public static final EE OSGI_Minimum_1_0
public static final EE OSGI_Minimum_1_1
public static final EE OSGI_Minimum_1_2
public static final EE JRE_1_1
public static final EE J2SE_1_2
public static final EE J2SE_1_3
public static final EE J2SE_1_4
public static final EE J2SE_1_5
public static final EE JavaSE_1_6
public static final EE JavaSE_1_7
public static final EE JavaSE_compact1_1_8
public static final EE JavaSE_compact2_1_8
public static final EE JavaSE_compact3_1_8
public static final EE JavaSE_1_8
public static final EE JavaSE_9_0
public static final EE UNKNOWN
private final java.lang.String eeName
private final java.lang.String capabilityName
private final Version capabilityVersion
private final EE[] compatible
private transient java.util.EnumSet<EE> compatibleSet
private transient Parameters packages
public static EE[] values()
for (EE c : EE.values()) System.out.println(c);
public static EE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getEEName()
public EE[] getCompatible()
private java.util.EnumSet<EE> getCompatibleSet()
public java.lang.String getCapabilityName()
public Version getCapabilityVersion()
public static EE parse(java.lang.String str)
public Parameters getPackages() throws java.io.IOException
java.io.IOException