Class EmptyMountPointContext
java.lang.Object
org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider
org.opendaylight.yangtools.rfc8528.data.util.EmptyMountPointContext
- All Implemented Interfaces:
MountPointContext
,EffectiveModelContextProvider
@Beta
public final class EmptyMountPointContext
extends AbstractEffectiveModelContextProvider
implements MountPointContext
A simple
MountPointContext
which does not contain any mount points.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAttempt to acquire aMountPointContextFactory
to resolve schemas for the purposes of interpreting this mount point.Methods inherited from class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider
addToStringAttributes, getEffectiveModelContext, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider
getEffectiveModelContext
-
Constructor Details
-
EmptyMountPointContext
-
-
Method Details
-
findMountPoint
Description copied from interface:MountPointContext
Attempt to acquire aMountPointContextFactory
to resolve schemas for the purposes of interpreting this mount point. An empty result indicates the mount point is not attached.- Specified by:
findMountPoint
in interfaceMountPointContext
- Parameters:
label
- Mount point label, as defined via the use ofmount-point
statement- Returns:
- An optional handler for mount point data
-