Class OSFamilyProperties


  • public final class OSFamilyProperties
    extends Object
    OS family properties.
    • Constructor Detail

      • OSFamilyProperties

        public OSFamilyProperties()
    • Method Detail

      • name

        public String name()
        Get the name property: The OS family name.
        Returns:
        the name value.
      • label

        public String label()
        Get the label property: The OS family label.
        Returns:
        the label value.
      • versions

        public List<OSVersionPropertiesBase> versions()
        Get the versions property: List of OS versions belonging to this family.
        Returns:
        the versions value.
      • validate

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