Class WindowsJavaContainerSettings


  • public final class WindowsJavaContainerSettings
    extends Object
    Windows Java Container settings.
    • Constructor Detail

      • WindowsJavaContainerSettings

        public WindowsJavaContainerSettings()
    • Method Detail

      • javaContainer

        public String javaContainer()
        Get the javaContainer property: Java container (runtime only).
        Returns:
        the javaContainer value.
      • javaContainerVersion

        public String javaContainerVersion()
        Get the javaContainerVersion property: Java container version (runtime only).
        Returns:
        the javaContainerVersion value.
      • isPreview

        public Boolean isPreview()
        Get the isPreview property: <code>true</code> if the stack is in preview; otherwise, <code>false</code>.
        Returns:
        the isPreview value.
      • isDeprecated

        public Boolean isDeprecated()
        Get the isDeprecated property: <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.
        Returns:
        the isDeprecated value.
      • isHidden

        public Boolean isHidden()
        Get the isHidden property: <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.
        Returns:
        the isHidden value.
      • endOfLifeDate

        public OffsetDateTime endOfLifeDate()
        Get the endOfLifeDate property: End-of-life date for the minor version.
        Returns:
        the endOfLifeDate value.
      • isAutoUpdate

        public Boolean isAutoUpdate()
        Get the isAutoUpdate property: <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.
        Returns:
        the isAutoUpdate value.
      • isEarlyAccess

        public Boolean isEarlyAccess()
        Get the isEarlyAccess property: <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.
        Returns:
        the isEarlyAccess value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.