Package com.kosdev.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.
- Since:
- 1
- Version:
- 1
-
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.- Since:
- 1
-