@Beta
public interface MountPointContext
extends org.opendaylight.yangtools.yang.model.api.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 org.opendaylight.yangtools.yang.model.api.SchemaContext |
getSchemaContext() |
@NonNull org.opendaylight.yangtools.yang.model.api.SchemaContext getSchemaContext()
getSchemaContext in interface org.opendaylight.yangtools.yang.model.api.SchemaContextProviderOptional<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.