Class ResolvedNodeManifest

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

public class ResolvedNodeManifest extends Object
A wrapper around NodeManifest that provides a flat list of all referenced artifacts and the associated locally installed KAB files.
Since:
1.0
Version:
2023-02-23
  • Constructor Details

    • ResolvedNodeManifest

      public ResolvedNodeManifest()
  • Method Details

    • isIncomplete

      public boolean isIncomplete()
      Returns true if there are any missing artifacts.
    • getSectionByName

      public ResolvedManifestSection getSectionByName(String name)
      Returns the section with the specified name.
      Parameters:
      name - the section name to search for
    • getSections

      public List<ResolvedManifestSection> getSections()