Package com.tccc.kos.core.util
Interface KabSource
- All Known Implementing Classes:
DirectoryKabSource
public interface KabSource
Interface for objects that can return kab files by id. The install process is
based on
KabSource
so this allows intallation to occur from anything
that implements this interface.- 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.
-