public class GlobalSchemaContextHolder extends Object
| Constructor and Description |
|---|
GlobalSchemaContextHolder(org.opendaylight.yangtools.yang.model.api.SchemaContext globalSchemaContext)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree |
getContextTree() |
org.opendaylight.yangtools.yang.model.api.SchemaContext |
getSchemaContext() |
void |
updateSchemaContext(org.opendaylight.yangtools.yang.model.api.SchemaContext globalSchemaContext)
updates global
SchemaContext. |
public GlobalSchemaContextHolder(org.opendaylight.yangtools.yang.model.api.SchemaContext globalSchemaContext)
globalSchemaContext - Global Schema Context used for lookup in modelspublic void updateSchemaContext(org.opendaylight.yangtools.yang.model.api.SchemaContext globalSchemaContext)
SchemaContext.globalSchemaContext - updated Global Schema Contextpublic org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree getContextTree()
public org.opendaylight.yangtools.yang.model.api.SchemaContext getSchemaContext()
Copyright © 2018 OpenDaylight. All rights reserved.