public class BindingContextProvider extends Object implements AutoCloseable
BindingRuntimeContext
, which is used to
resolve Identity classes from QName. An instance of
BindingRuntimeContext
is available only after first schema context
was successfully built.Constructor and Description |
---|
BindingContextProvider() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.opendaylight.mdsal.binding.generator.util.BindingRuntimeContext |
getBindingContext() |
void |
update(org.opendaylight.mdsal.binding.generator.api.ClassLoadingStrategy classLoadingStrategy,
org.opendaylight.yangtools.yang.model.api.SchemaContextProvider ctxProvider) |
public void update(org.opendaylight.mdsal.binding.generator.api.ClassLoadingStrategy classLoadingStrategy, org.opendaylight.yangtools.yang.model.api.SchemaContextProvider ctxProvider)
public org.opendaylight.mdsal.binding.generator.util.BindingRuntimeContext getBindingContext()
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2019 OpenDaylight. All rights reserved.