Class EmptyMountPointContext

  • All Implemented Interfaces:
    org.opendaylight.yangtools.rfc8528.data.api.MountPointContext, org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider

    @Beta
    public final class EmptyMountPointContext
    extends org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider
    implements org.opendaylight.yangtools.rfc8528.data.api.MountPointContext
    A simple MountPointContext which does not contain any mount points.
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyMountPointContext​(org.opendaylight.yangtools.yang.model.api.EffectiveModelContext modelContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Optional<org.opendaylight.yangtools.rfc8528.data.api.MountPointContextFactory> findMountPoint​(org.opendaylight.yangtools.rfc8528.data.api.MountPointIdentifier label)  
      • Methods inherited from class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider

        addToStringAttributes, getEffectiveModelContext, toString
      • Methods inherited from interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider

        getEffectiveModelContext
    • Constructor Detail

      • EmptyMountPointContext

        public EmptyMountPointContext​(org.opendaylight.yangtools.yang.model.api.EffectiveModelContext modelContext)
    • Method Detail

      • findMountPoint

        public Optional<org.opendaylight.yangtools.rfc8528.data.api.MountPointContextFactory> findMountPoint​(org.opendaylight.yangtools.rfc8528.data.api.MountPointIdentifier label)
        Specified by:
        findMountPoint in interface org.opendaylight.yangtools.rfc8528.data.api.MountPointContext