Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.repo.api |
Modifier and Type | Method and Description |
---|---|
static @NonNull ResourceYangTextSchemaSource |
YangTextSchemaSource.forResource(Class<?> clazz,
String resourceName)
Create a new
YangTextSchemaSource backed by a resource by a resource available on the ClassLoader
which loaded the specified class. |
static @NonNull ResourceYangTextSchemaSource |
YangTextSchemaSource.forResource(String resourceName)
Create a new
YangTextSchemaSource backed by a resource available in the ClassLoader where this
class resides. |
Copyright © 2019 OpenDaylight. All rights reserved.