Interface MountPointContext

All Superinterfaces:
EffectiveModelContextProvider
All Known Implementing Classes:
EmptyMountPointContext

@Beta public interface MountPointContext extends EffectiveModelContextProvider
A context of either an explicit (RFC8528 Schema Mount instance) or implicit (system root). It encapsulates a data EffectiveModelContext 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.

  • Method Details