Package com.tccc.kos.commons.kab
Class KabType
java.lang.Object
com.tccc.kos.commons.kab.KabType
A collection of known KAB types. This only identifies types used within
KOS, and users are free to define their own types using their namespace.
- Version:
- 2022-08-19
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EXT_KAB
- See Also:
-
EXT_KEYSET
- See Also:
-
KEYSET
- See Also:
-
KEYSET_DELIVERY
- See Also:
-
SYSTEM
- See Also:
-
APP
- See Also:
-
EXTENSION
- See Also:
-
LAYER
- See Also:
-
LAYER_KERNEL
- See Also:
-
LAYER_INITRD
- See Also:
-
LAYER_BOOT_MOUNTPOINT
- See Also:
-
LAYER_DTB
- See Also:
-
MANIFEST
- See Also:
-
MANIFEST_CHAIN
- See Also:
-
LOCALIZATION
- See Also:
-
-
Constructor Details
-
KabType
public KabType()
-
-
Method Details
-
isLayer
Return true if the type is a layer. -
isManifest
Return true if the type is a manifest of some type. -
isKabExt
Return true if the extension is a known kab type.
-