Class SoftwareInfoFragment
java.lang.Object
com.tccc.kos.commons.util.json.fragments.SoftwareInfoFragment
- All Implemented Interfaces:
 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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getName()voidsetDetails(String details) voidvoidvoidsetVersion(String version)  
- 
Field Details
- 
PATH
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SoftwareInfoFragment
public SoftwareInfoFragment() 
 - 
 - 
Method Details
- 
setName
 - 
setDetails
 - 
setGroup
 - 
setVersion
 - 
getName
 - 
getDetails
 - 
getGroup
 - 
getVersion
 
 -