@Beta @NonNullByDefault public interface MountPointContextFactory
Modifier and Type | Method and Description |
---|---|
MountPointContext |
createContext(Map<YangLibraryConstants.ContainerName,MountPointChild> libraryContainers,
@Nullable MountPointChild schemaMounts)
Create a mount point context based on available information.
|
MountPointContext createContext(Map<YangLibraryConstants.ContainerName,MountPointChild> libraryContainers, @Nullable MountPointChild schemaMounts) throws YangParserException
libraryContainers
- available YANG library containers in opaque formatschemaMounts
- the content of 'schema-mounts' container, if availableMountPointContext
YangParserException
- if the schema cannot be assembledCopyright © 2020 OpenDaylight. All rights reserved.