Class ResolvedManifestSection

java.lang.Object
com.tccc.kos.core.manifest.ResolvedManifestSection

public class ResolvedManifestSection extends Object
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 Details

    • ResolvedManifestSection

      public ResolvedManifestSection()
  • Method Details

    • getNodeManifest

      public ResolvedNodeManifest getNodeManifest()
      Return the node manifest the section is part of.
    • getName

      public String getName()
      Return the section name.
    • getKabByType

      public KabFile getKabByType(String type)
      Return the first kab in the list with the specified type.
      Parameters:
      type - the type to search for
    • getKabs

      public List<KabFile> getKabs()
      Return the kabs in the section.
    • isEmpty

      public boolean isEmpty()
      Return true if there are no kabs in the section.