Annotation Interface JavaWindowsInstallation


@Retention(RUNTIME) @Target(FIELD) public @interface JavaWindowsInstallation
Represents a Java installation on a Windows image

Used to populate a IJavaWindowsInstallation field

Author:
Michael Baylis
  • Element Details

    • javaType

      JavaType javaType
      Default:
      jdk
    • javaVersion

      JavaVersion javaVersion
      Default:
      v11
    • javaJvm

      String javaJvm
      Default:
      "hotspot"
    • javaTag

      String javaTag
      The tag to be assigned to this Java installation
      Default:
      "PRIMARY"
    • imageTag

      String imageTag
      The tag of the Linux Image this installation is to be associated with
      Default:
      "PRIMARY"