Class SoftwareInfoBuilder
java.lang.Object
com.tccc.kos.core.service.manifest.SoftwareInfoBuilder
Builder to construct a
DeviceSoftwareInfo
from a
ResolvedDeviceManifest
. This can be used
to construct a human readable representation of the
contents of a manifest.- Version:
- 2023-12-10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build theSoftwareInfo
.setDeviceManifest
(ResolvedDeviceManifest deviceManifest) Set the device manifest to convert.
-
Constructor Details
-
SoftwareInfoBuilder
public SoftwareInfoBuilder()
-
-
Method Details
-
setDeviceManifest
Set the device manifest to convert. -
build
Build theSoftwareInfo
.
-