Interface ManifestDeviceInfo


public interface ManifestDeviceInfo
Information about the device the manifest is for.
Version:
2024-09-24
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a list of the nodes that makes up the device.
    default Set<String>
    Return a list of node types in the device.
  • Method Details

    • getNodes

      Collection<? extends ManifestNodeInfo> getNodes()
      Return a list of the nodes that makes up the device.
    • getNodeTypes

      default Set<String> getNodeTypes()
      Return a list of node types in the device.