@Beta public final class EmptyMountPointContext extends AbstractSchemaContextProvider implements MountPointContext
MountPointContext
which does not contain any mount points.Constructor and Description |
---|
EmptyMountPointContext(SchemaContext schemaContext) |
Modifier and Type | Method and Description |
---|---|
Optional<MountPointContextFactory> |
findMountPoint(MountPointIdentifier label)
Attempt to acquire a
MountPointContextFactory to resolve schemas for the purposes of interpreting
this mount point. |
addToStringAttributes, getSchemaContext, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSchemaContext
public EmptyMountPointContext(SchemaContext schemaContext)
public Optional<MountPointContextFactory> findMountPoint(MountPointIdentifier label)
MountPointContext
MountPointContextFactory
to resolve schemas for the purposes of interpreting
this mount point. An empty result indicates the mount point is not attached.findMountPoint
in interface MountPointContext
label
- Mount point label, as defined via the use of mount-point
statementCopyright © 2020 OpenDaylight. All rights reserved.