Interface ManifestDeviceInfo


public interface ManifestDeviceInfo
Information about the device the manifest is for.
Since:
1
Version:
1
  • 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.
      Since:
      1
    • getNodeTypes

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