Class Component

    • Constructor Summary

      Constructors 
      Constructor Description
      Component​(java.lang.String name, java.lang.String uniqueID, java.lang.String location, java.lang.String version, java.lang.String vendor)
      Creates a new Component with the specified arguments.
    • Constructor Detail

      • Component

        public Component​(java.lang.String name,
                         java.lang.String uniqueID,
                         java.lang.String location,
                         java.lang.String version,
                         java.lang.String vendor)
        Creates a new Component with the specified arguments.
        Parameters:
        name - The name of the Component.
        uniqueID - The uniqueID of the Component. For example: f2e0e6a6-1eec-11b2-adcb-d5eb84d8b90a.
        location - The location where the Component is installed in.
        version - The version of the Component. For example: 1.5.12.2427
        vendor - The vendor of the Component.
    • Method Detail

      • getVendor

        public java.lang.String getVendor()
        The vendor of the Component.