public enum OSGI_CORE extends Enum<OSGI_CORE>
Enum Constant and Description |
---|
R4_0_1 |
R4_2_1 |
R4_3_0 |
R4_3_1 |
R5_0_0 |
R6_0_0 |
Modifier and Type | Method and Description |
---|---|
Domain |
getManifest() |
static OSGI_CORE |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Domain getManifest() throws IOException
IOException
Copyright © 2021 aQute SARL. All rights reserved.