Package org.opendaylight.mdsal.dom.spi
Class AbstractDOMSchemaService.WithYangTextSources
java.lang.Object
org.opendaylight.mdsal.dom.spi.AbstractDOMSchemaService
org.opendaylight.mdsal.dom.spi.AbstractDOMSchemaService.WithYangTextSources
- All Implemented Interfaces:
DOMExtensibleService<DOMSchemaService,
,DOMSchemaServiceExtension> DOMSchemaService
,DOMSchemaServiceExtension
,DOMService
,DOMServiceExtension<DOMSchemaService,
,DOMSchemaServiceExtension> DOMYangTextSourceProvider
,EffectiveModelContextProvider
,SchemaSourceProvider<YangTextSchemaSource>
- Direct Known Subclasses:
OSGiDOMSchemaService
- Enclosing class:
- AbstractDOMSchemaService
public abstract static class AbstractDOMSchemaService.WithYangTextSources
extends AbstractDOMSchemaService
implements DOMYangTextSourceProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.mdsal.dom.spi.AbstractDOMSchemaService
AbstractDOMSchemaService.WithYangTextSources
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a map of currently-supported extensions, along with accessor services which provide access to the specific functionality bound to this service.Methods inherited from class org.opendaylight.mdsal.dom.spi.AbstractDOMSchemaService
getEffectiveModelContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.mdsal.dom.api.DOMSchemaService
getGlobalContext, registerSchemaContextListener
Methods inherited from interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceProvider
getSource
-
Constructor Details
-
WithYangTextSources
public WithYangTextSources()
-
-
Method Details
-
getExtensions
Description copied from interface:DOMExtensibleService
Return a map of currently-supported extensions, along with accessor services which provide access to the specific functionality bound to this service. Default implementation reports no extensions.- Specified by:
getExtensions
in interfaceDOMExtensibleService<DOMSchemaService,
DOMSchemaServiceExtension> - Returns:
- A map of supported functionality.
-