Package com.tccc.kos.commons.kab.util
Interface KabSource
- All Known Implementing Classes:
DeviceInstallBuilder
,DirectoryKabSource
,ManifestChainResolver
public interface KabSource
Interface for objects that can return kab files by id.
- Version:
- 2023-08-22
-
Method Summary
Modifier and TypeMethodDescriptiongetKabByIdentifier
(String identifier) Return the kab file with the specified identifier.
-
Method Details
-
getKabByIdentifier
Return the kab file with the specified identifier.
-