Uses of Class
com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
Packages that use DeviceInstallBuilder
Package
Description
-
Uses of DeviceInstallBuilder in com.tccc.kos.core.primary.service.nodemgr
Methods in com.tccc.kos.core.primary.service.nodemgr that return DeviceInstallBuilderModifier and TypeMethodDescriptionNodeMgrService.getInstallBuilder()Return an instance ofInstallBuilderwhich can be used to build an update that can be installed onto the device.Methods in com.tccc.kos.core.primary.service.nodemgr with parameters of type DeviceInstallBuilderModifier and TypeMethodDescriptionNodeMgrService.deviceInstall(DeviceInstallBuilder installBuilder, boolean activate) Install the specified builder onto the device. -
Uses of DeviceInstallBuilder in com.tccc.kos.core.primary.service.nodemgr.install
Methods in com.tccc.kos.core.primary.service.nodemgr.install that return DeviceInstallBuilderModifier and TypeMethodDescriptionAdd a kab source to the builder.DeviceInstallBuilder.setManifestId(String manifestId) Set the identifier of the manifest.DeviceInstallBuilder.setManifestKab(KabFile manifestKab) Set the manifest kab.