Uses of Class
com.tccc.kos.commons.kab.KabFile
Packages that use KabFile
Package
Description
Provides classes and interfaces used when working with the VFS (virtual file system).
Contains classes and interfaces used to access KAB (kOS Archive Bundle) files.
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of KabFile in com.tccc.kos.commons.core.localization
Methods in com.tccc.kos.commons.core.localization that return KabFileMethods in com.tccc.kos.commons.core.localization with parameters of type KabFileModifier and TypeMethodDescriptionvoid
Add a kab to the context.LocalizationBuilder.LocaleBuilder.setLocaleFile
(KabFile kab, String file) Set the file that contains the translations for this locale.Constructors in com.tccc.kos.commons.core.localization with parameters of type KabFileModifierConstructorDescriptionCreate a builder that is populate from the localization descriptor in the specified kab. -
Uses of KabFile in com.tccc.kos.commons.core.vfs
Methods in com.tccc.kos.commons.core.vfs with parameters of type KabFileModifier and TypeMethodDescriptionMounts the specified kab at the specified mount point.Constructors in com.tccc.kos.commons.core.vfs with parameters of type KabFileModifierConstructorDescriptionKabVFSSource
(KabFile kab) Creates a VFS source wrapper for the KAB file. -
Uses of KabFile in com.tccc.kos.commons.kab
Methods in com.tccc.kos.commons.kab that return KabFileMethods in com.tccc.kos.commons.kab with parameters of type KabFileConstructors in com.tccc.kos.commons.kab with parameters of type KabFileModifierConstructorDescriptionKabResourceLoader
(KabFile kab) Create a ResourceLoader that searches the specified kab. -
Uses of KabFile in com.tccc.kos.commons.kab.keys
Methods in com.tccc.kos.commons.kab.keys that return KabFileConstructors in com.tccc.kos.commons.kab.keys with parameters of type KabFile -
Uses of KabFile in com.tccc.kos.commons.kab.util
Methods in com.tccc.kos.commons.kab.util that return KabFileModifier and TypeMethodDescriptionKabSource.getKabByIdentifier
(String identifier) Return the kab file with the specified identifier. -
Uses of KabFile in com.tccc.kos.core.manifest
Methods in com.tccc.kos.core.manifest that return KabFileModifier and TypeMethodDescriptionResolvedDeviceManifest.ManifestInfo.getKab()
ResolvedManifestArtifact.getKab()
Returns the resolved KAB for this artifact or null if not found.ResolvedManifestSection.getKabByType
(String type) Return the first kab in the list with the specified type.ResolvedDeviceManifest.getManifestKab()
Methods in com.tccc.kos.core.manifest that return types with arguments of type KabFileModifier and TypeMethodDescriptionResolvedDeviceManifest.getAllKabs()
Return the list of every kab required by this device manifest.ResolvedManifestSection.getKabs()
Return the kabs in the section.ResolvedDeviceManifest.getManifestChain()
Methods in com.tccc.kos.core.manifest with parameters of type KabFile -
Uses of KabFile in com.tccc.kos.core.primary.service.nodemgr.install
Methods in com.tccc.kos.core.primary.service.nodemgr.install that return KabFileModifier and TypeMethodDescriptionDeviceInstallBuilder.getKabByIdentifier
(String identifier) DeviceInstallBuilder.getManifestKab()
Methods in com.tccc.kos.core.primary.service.nodemgr.install that return types with arguments of type KabFileMethods in com.tccc.kos.core.primary.service.nodemgr.install with parameters of type KabFileModifier and TypeMethodDescriptionDeviceInstallBuilder.setManifestKab
(KabFile manifestKab) Set the manifest kab. -
Uses of KabFile in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return KabFileModifier and TypeMethodDescriptionLoadableApp.getAppKab()
Return the application kab.Application.getKab()
Returns theKabFile
for the application KAB.AppLoader.getKab()
Return the kab the application was loaded from.Methods in com.tccc.kos.core.service.app with parameters of type KabFileModifier and TypeMethodDescriptionAppService.loadApp
(KabFile kab, Application<?> parent) Attempts to load the specified application.AppService.loadApp
(KabFile kab, Application<?> parent, Collection<Object> beans) Attempts to load the specified application. -
Uses of KabFile in com.tccc.kos.core.service.firmware
Methods in com.tccc.kos.core.service.firmware that return KabFileMethods in com.tccc.kos.core.service.firmware with parameters of type KabFileModifier and TypeMethodDescriptionvoid
FirmwareService.addFirmware
(KabFile kab) Add a firmware kab file. -
Uses of KabFile in com.tccc.kos.core.service.fuse
Methods in com.tccc.kos.core.service.fuse that return KabFileModifier and TypeMethodDescriptionFuseMount.getKabFile()
Return the kabFile if the mount is for a local kab.Methods in com.tccc.kos.core.service.fuse with parameters of type KabFile -
Uses of KabFile in com.tccc.kos.core.util
Methods in com.tccc.kos.core.util that return KabFileMethods in com.tccc.kos.core.util that return types with arguments of type KabFile