Class AbstractYangTextSchemaSourceRegistration
java.lang.Object
org.opendaylight.yangtools.concepts.AbstractRegistration
org.opendaylight.yangtools.concepts.AbstractObjectRegistration<YangTextSchemaSource>
org.opendaylight.yangtools.yang.parser.repo.AbstractYangTextSchemaSourceRegistration
- All Implemented Interfaces:
AutoCloseable
,ObjectRegistration<YangTextSchemaSource>
,Registration
,YangTextSchemaSourceRegistration
public abstract class AbstractYangTextSchemaSourceRegistration
extends AbstractObjectRegistration<YangTextSchemaSource>
implements YangTextSchemaSourceRegistration
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
addToStringAttributes, getInstance
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractRegistration
close, isClosed, notClosed, removeRegistration, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration
getInstance
Methods inherited from interface org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaSourceRegistration
close
-
Constructor Details
-
AbstractYangTextSchemaSourceRegistration
-