Interface ManifestDeviceInfo
public interface ManifestDeviceInfo
Information about the device the manifest is for.
- Version:
- 2024-09-24
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends ManifestNodeInfo>
getNodes()
Return a list of the nodes that makes up the device.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
Return a list of node types in the device.
-