Enum Class NativeImageFutureDefault

java.lang.Object
java.lang.Enum<NativeImageFutureDefault>
io.quarkus.deployment.pkg.steps.NativeImageFutureDefault
All Implemented Interfaces:
Serializable, Comparable<NativeImageFutureDefault>, Constable

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

    • RUN_TIME_INITIALIZE_FILE_SYSTEM_PROVIDERS

      public static final NativeImageFutureDefault RUN_TIME_INITIALIZE_FILE_SYSTEM_PROVIDERS
    • RUN_TIME_INITIALIZE_SECURITY_PROVIDERS

      public static final NativeImageFutureDefault RUN_TIME_INITIALIZE_SECURITY_PROVIDERS
  • Method Details

    • values

      public static NativeImageFutureDefault[] 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 NativeImageFutureDefault 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
    • isEnabled

      public boolean isEnabled(NativeConfig nativeConfig)