Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.repo.api | |
org.opendaylight.yangtools.yang.parser.rfc7950.repo |
Modifier and Type | Method and Description |
---|---|
static @NonNull YinTextSchemaSource |
YinTextSchemaSource.delegateForByteSource(SourceIdentifier identifier,
com.google.common.io.ByteSource delegate)
Create a new YinTextSchemaSource with a specific source identifier and backed
by ByteSource, which provides the actual InputStreams.
|
static @NonNull YinTextSchemaSource |
YinTextSchemaSource.forFile(File file) |
static @NonNull YinTextSchemaSource |
YinTextSchemaSource.forResource(Class<?> clazz,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
Class<? extends YinTextSchemaSource> |
YinTextSchemaSource.getType() |
Modifier and Type | Method and Description |
---|---|
static YinDomSchemaSource |
YinTextToDomTransformer.transformSource(YinTextSchemaSource source) |
Copyright © 2019 OpenDaylight. All rights reserved.