@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 org.opendaylight.yangtools.yang.model.parser.api.YangParserException
libraryContainers - available YANG library containers in opaque formatschemaMounts - the content of 'schema-mounts' container, if availableMountPointContextorg.opendaylight.yangtools.yang.model.parser.api.YangParserException - if the schema cannot be assembledCopyright © 2020 OpenDaylight. All rights reserved.