Class SoftwareInfoBuilder
java.lang.Object
com.kosdev.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.- Since:
- 1
- Version:
- 1
-
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.- Since:
- 1
-
build
Build theSoftwareInfo.- Since:
- 1
-