| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.parser.impl.util |
| Modifier and Type | Method and Description |
|---|---|
static YangSourceContext |
YangSourceContext.createFrom(Iterable<org.opendaylight.yangtools.yang.common.QName> capabilities,
org.opendaylight.yangtools.yang.model.util.repo.SchemaSourceProvider<InputStream> schemaSourceProvider)
Creates YANG Source context from supplied capabilities and schema source
provider.
|
static YangSourceContext |
YangSourceContext.createFrom(Map<org.opendaylight.yangtools.yang.model.util.repo.SourceIdentifier,YangModelDependencyInfo> moduleDependencies,
org.opendaylight.yangtools.yang.model.util.repo.AdvancedSchemaSourceProvider<InputStream> sourceProvider) |
protected YangSourceContext |
YangSourceContextResolver.createSourceContext() |
YangSourceContext |
YangSourceFromCapabilitiesResolver.resolveContext() |
abstract YangSourceContext |
YangSourceContextResolver.resolveContext()
Resolves
YangSourceContext
Implementators of this method should invoke
YangSourceContextResolver.resolveSource(SourceIdentifier) for sources which should be
present in YangSourceContext and YangSourceContextResolver.createSourceContext()
to create resulting YangSourceContext which will contain state
derived by callbacks to YangSourceContextResolver.getDependencyInfo(SourceIdentifier). |
YangSourceContext |
YangSourceFromDependencyInfoResolver.resolveContext() |
| Modifier and Type | Method and Description |
|---|---|
static List<InputStream> |
YangSourceContext.getValidInputStreams(YangSourceContext context)
Deprecated.
|
Copyright © 2014. All rights reserved.