Class SoftwareInfoFragment

java.lang.Object
com.tccc.kos.commons.util.json.fragments.SoftwareInfoFragment
All Implemented Interfaces:
KosDescriptorFragment

public class SoftwareInfoFragment extends Object implements KosDescriptorFragment
Standard descriptor fragment that will be included when describing what is in a kOS manifest. This is typically used to describe what software is installed on a device. This allows quite a bit of flexibility in describing what is in a release as it can be determined on a per-kab basis. This allows a name and group to be specified while the version will come from the kab itself. The group name allows various kabs from the same functional area to be gathered together.
Since:
1.0
Version:
2023-12-10
  • Field Details

  • Constructor Details

    • SoftwareInfoFragment

      public SoftwareInfoFragment()
  • Method Details

    • setName

      public void setName(String name)
    • setDetails

      public void setDetails(String details)
    • setGroup

      public void setGroup(String group)
    • setVersion

      public void setVersion(String version)
    • getName

      public String getName()
    • getDetails

      public String getDetails()
    • getGroup

      public String getGroup()
    • getVersion

      public String getVersion()