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.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 KabFile -
Uses of KabFile in com.tccc.kos.commons.kab.keys
Constructors in com.tccc.kos.commons.kab.keys with parameters of type KabFile -
Uses of KabFile in com.tccc.kos.core.manifest
Methods in com.tccc.kos.core.manifest that return KabFileModifier and TypeMethodDescriptionResolvedManifestArtifact.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 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 KabFileMethods in com.tccc.kos.core.primary.service.nodemgr.install with parameters of type KabFileModifier and TypeMethodDescriptionInstallBuilder.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 theKab
for the application KAB.AppLoader.getKab()
Methods in com.tccc.kos.core.service.app with parameters of type KabFileModifier and TypeMethodDescriptionAppService.loadApp
(KabFile kab, ResolvedManifestSection section, Application<?> parent) Attempts to load the specified application with the specified manifest section.AppService.loadApp
(KabFile kab, Application<?> parent) Attempts to load the specified application.void
-
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 KabFileModifier and TypeMethodDescriptionDirectoryKabSource.getKabByIdentifier
(String identifier) KabSource.getKabByIdentifier
(String identifier) Return the kab file with the specified identifier.Methods in com.tccc.kos.core.util that return types with arguments of type KabFile