Class JavaWebStartAccessDescriptor

  • All Implemented Interfaces:
    Serializable

    public class JavaWebStartAccessDescriptor
    extends Descriptor
    Records information about Java Web Start access to an app client.
    Author:
    tjquinn
    See Also:
    Serialized Form
    • Constructor Detail

      • JavaWebStartAccessDescriptor

        public JavaWebStartAccessDescriptor()
        Creates a new instance of JavaWebStartAccessDescriptor
    • Method Detail

      • isEligible

        public boolean isEligible()
        Getter for property eligible.
        Returns:
        Value of property eligible.
      • setEligible

        public void setEligible​(boolean eligible)
        Setter for property eligible.
        Parameters:
        eligible - New value of property eligible.
      • getContextRoot

        public String getContextRoot()
        Getter for property contextRoot.
        Returns:
        Value of property contextRoot.
      • setContextRoot

        public void setContextRoot​(String contextRoot)
        Setter for property contextRoot.
        Parameters:
        contextRoot - New value of property contextRoot.
      • getVendor

        public String getVendor()
        Getter for property vendor.
        Returns:
        Value of property vendor.
      • setVendor

        public void setVendor​(String vendor)
        Setter for property vendor.
        Parameters:
        contextRoot - New value of property vendor.
      • setBundleDescriptor

        public void setBundleDescriptor​(BundleDescriptor bundle)
      • getJnlpDocument

        public String getJnlpDocument()
      • setJnlpDocument

        public void setJnlpDocument​(String jnlpDoc)