Package aQute.bnd.build.model
Enum OSGI_CORE
- java.lang.Object
-
- java.lang.Enum<OSGI_CORE>
-
- aQute.bnd.build.model.OSGI_CORE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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.
-
-
-
Enum Constant Detail
-
R4_0_1
public static final OSGI_CORE R4_0_1
-
R4_2_1
public static final OSGI_CORE R4_2_1
-
R4_3_0
public static final OSGI_CORE R4_3_0
-
R4_3_1
public static final OSGI_CORE R4_3_1
-
R5_0_0
public static final OSGI_CORE R5_0_0
-
R6_0_0
public static final OSGI_CORE R6_0_0
-
R7_0_0
public static final OSGI_CORE R7_0_0
-
R8_0_0
public static final OSGI_CORE R8_0_0
-
-
Method Detail
-
values
public static OSGI_CORE[] 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 (OSGI_CORE c : OSGI_CORE.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OSGI_CORE valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getManifest
public Domain getManifest() throws java.io.IOException
- Throws:
java.io.IOException
-
-