Package | Description |
---|---|
org.opendaylight.yangtools.yang.test.util |
Modifier and Type | Method and Description |
---|---|
static SchemaContext |
YangParserTestUtils.parseYinSources(Set<QName> supportedFeatures,
StatementParserMode statementParserMode,
YinStatementStreamSource... sources)
Creates a new effective schema context containing the specified YIN sources.
|
static SchemaContext |
YangParserTestUtils.parseYinSources(Set<QName> supportedFeatures,
YinStatementStreamSource... sources)
Creates a new effective schema context containing the specified YIN sources.
|
static SchemaContext |
YangParserTestUtils.parseYinSources(StatementParserMode statementParserMode,
YinStatementStreamSource... sources)
Creates a new effective schema context containing the specified YIN sources.
|
static SchemaContext |
YangParserTestUtils.parseYinSources(YinStatementStreamSource... sources)
Creates a new effective schema context containing the specified YIN sources.
|
Copyright © 2018 OpenDaylight. All rights reserved.