Package com.tccc.kos.core.manifest
Class ResolvedManifestSection
java.lang.Object
com.tccc.kos.core.manifest.ResolvedManifestSection
A resolved version of a manifest section. This includes the actual kabs
on the filesystem which provides quick and easy access to the kab meta data.
- Since:
- 1.0
- Version:
- 2023-02-21
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKabByType
(String type) Return the first kab in the list with the specified type.getKabs()
Return the kabs in the section.getName()
Return the section name.Return the node manifest the section is part of.boolean
isEmpty()
Return true if there are no kabs in the section.
-
Constructor Details
-
ResolvedManifestSection
public ResolvedManifestSection()
-
-
Method Details
-
getNodeManifest
Return the node manifest the section is part of. -
getName
Return the section name. -
getKabByType
Return the first kab in the list with the specified type.- Parameters:
type
- the type to search for
-
getKabs
Return the kabs in the section. -
isEmpty
public boolean isEmpty()Return true if there are no kabs in the section.
-