Enum Class OSGI_CORE

java.lang.Object
java.lang.Enum<OSGI_CORE>
aQute.bnd.build.model.OSGI_CORE
All Implemented Interfaces:
Serializable, Comparable<OSGI_CORE>, Constable

public enum OSGI_CORE extends Enum<OSGI_CORE>
  • Enum Constant Details

    • 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
  • Field Details

    • manifest

      private Domain manifest
  • Constructor Details

    • OSGI_CORE

      private OSGI_CORE()
  • Method Details

    • values

      public static OSGI_CORE[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OSGI_CORE valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getManifest

      public Domain getManifest() throws IOException
      Throws:
      IOException