Uses of Interface
org.opendaylight.yangtools.rfc8528.model.api.MountPointSchemaNode
-
Packages that use MountPointSchemaNode Package Description org.opendaylight.yangtools.rfc8528.model.api YANG metamodel extensions to support mount-poing, as defined in RFC8528. -
-
Uses of MountPointSchemaNode in org.opendaylight.yangtools.rfc8528.model.api
Methods in org.opendaylight.yangtools.rfc8528.model.api that return types with arguments of type MountPointSchemaNode Modifier and Type Method Description static @NonNull Stream<MountPointSchemaNode>
MountPointSchemaNode. streamAll(ContainerSchemaNode schema)
Find all mount points defined in aContainerSchemaNode
.static @NonNull Stream<MountPointSchemaNode>
MountPointSchemaNode. streamAll(ListSchemaNode schema)
Find all mount points defined in aListSchemaNode
.
-