Class AbstractMountPointContextFactory
java.lang.Object
org.opendaylight.yangtools.concepts.AbstractIdentifiable<T,T>
org.opendaylight.yangtools.concepts.AbstractSimpleIdentifiable<MountPointLabel>
org.opendaylight.yangtools.yang.data.util.AbstractDynamicMountPointContextFactory
org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory
- All Implemented Interfaces:
Identifiable<MountPointLabel>
,MountPointContextFactory
@Beta
@NonNullByDefault
public abstract class AbstractMountPointContextFactory
extends AbstractDynamicMountPointContextFactory
Abstract base class for MountPointContextFactory implementations, which can process RFC8525 mount point definitions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final record
Definition of a MountPoint, as known to RFC8528.Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.MountPointContextFactory
MountPointContextFactory.ContainerName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract MountPointContextFactory
Create a freshMountPointContextFactory
for a nestedAbstractMountPointContextFactory.MountPointDefinition
.protected final MountPointContext
createMountPointContext
(EffectiveModelContext schemaContext, ContainerNode mountData) Methods inherited from class org.opendaylight.yangtools.yang.data.util.AbstractDynamicMountPointContextFactory
bindLibrary, createContext, findSchemaForLibrary
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractIdentifiable
addToStringAttributes, getIdentifier, toString
-
Constructor Details
-
AbstractMountPointContextFactory
-
-
Method Details
-
createMountPointContext
protected final MountPointContext createMountPointContext(EffectiveModelContext schemaContext, ContainerNode mountData) - Specified by:
createMountPointContext
in classAbstractDynamicMountPointContextFactory
-
createContextFactory
protected abstract MountPointContextFactory createContextFactory(AbstractMountPointContextFactory.MountPointDefinition mountPoint) Create a freshMountPointContextFactory
for a nestedAbstractMountPointContextFactory.MountPointDefinition
.- Parameters:
mountPoint
- Mount point definition- Returns:
- A new factory, dealing with mount points nested within the mount point.
-