@Beta public interface MountPointContext extends SchemaContextProvider
SchemaContext
and information resident in schema-mounts
within this hierarchy.
Note this interface should be part of yang-data-api, as it really defines how a NormalizedNode-containerized data operates w.r.t. mount points. Further evolution is expected.
Modifier and Type | Method and Description |
---|---|
Optional<MountPointContextFactory> |
findMountPoint(@NonNull MountPointIdentifier label)
Attempt to acquire a
MountPointContextFactory to resolve schemas for the purposes of interpreting
this mount point. |
@NonNull SchemaContext |
getSchemaContext() |
@NonNull SchemaContext getSchemaContext()
getSchemaContext
in interface SchemaContextProvider
Optional<MountPointContextFactory> findMountPoint(@NonNull MountPointIdentifier label)
MountPointContextFactory
to resolve schemas for the purposes of interpreting
this mount point. An empty result indicates the mount point is not attached.label
- Mount point label, as defined via the use of mount-point
statementNullPointerException
- if label is nullCopyright © 2020 OpenDaylight. All rights reserved.