Class ActivationOS

    • Constructor Detail

      • ActivationOS

        public ActivationOS()
    • Method Detail

      • getArch

        public String getArch()
        Get the architecture of the operating system to be used to activate the profile.
        Returns:
        String
      • getFamily

        public String getFamily()
        Get the general family of the OS to be used to activate the profile, such as windows or unix.
        Returns:
        String
      • getName

        public String getName()
        Get the name of the operating system to be used to activate the profile. This must be an exact match of the ${os.name} Java property, such as Windows XP.
        Returns:
        String
      • setOtherLocation

        public void setOtherLocation​(Object key,
                                     InputLocation location)
        Parameters:
        key - a key object.
        location - a location object.
      • getVersion

        public String getVersion()
        Get the version of the operating system to be used to activate the profile.
        Returns:
        String
      • setArch

        public void setArch​(String arch)
        Set the architecture of the operating system to be used to activate the profile.
        Parameters:
        arch - a arch object.
      • setFamily

        public void setFamily​(String family)
        Set the general family of the OS to be used to activate the profile, such as windows or unix.
        Parameters:
        family - a family object.
      • setName

        public void setName​(String name)
        Set the name of the operating system to be used to activate the profile. This must be an exact match of the ${os.name} Java property, such as Windows XP.
        Parameters:
        name - a name object.
      • setVersion

        public void setVersion​(String version)
        Set the version of the operating system to be used to activate the profile.
        Parameters:
        version - a version object.