| Enum Constant | Description |
|---|---|
R4_0_1 |
|
R4_2_1 |
|
R4_3_0 |
|
R4_3_1 |
|
R5_0_0 |
|
R6_0_0 |
| Modifier and Type | Method | Description |
|---|---|---|
Domain |
getManifest() |
|
static OSGI_CORE |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OSGI_CORE[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSGI_CORE R4_0_1
public static final OSGI_CORE R4_2_1
public static final OSGI_CORE R4_3_0
public static final OSGI_CORE R4_3_1
public static final OSGI_CORE R5_0_0
public static final OSGI_CORE R6_0_0
public static OSGI_CORE[] values()
for (OSGI_CORE c : OSGI_CORE.values()) System.out.println(c);
public static OSGI_CORE 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 Domain getManifest() throws java.io.IOException
java.io.IOException