Class AbstractYangTextSchemaSourceRegistration
- java.lang.Object
-
- org.opendaylight.yangtools.concepts.AbstractRegistration
-
- org.opendaylight.yangtools.concepts.AbstractObjectRegistration<org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource>
-
- org.opendaylight.yangtools.yang.parser.repo.AbstractYangTextSchemaSourceRegistration
-
- All Implemented Interfaces:
AutoCloseable,org.opendaylight.yangtools.concepts.ObjectRegistration<org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource>,org.opendaylight.yangtools.concepts.Registration,YangTextSchemaSourceRegistration
public abstract class AbstractYangTextSchemaSourceRegistration extends org.opendaylight.yangtools.concepts.AbstractObjectRegistration<org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource> implements YangTextSchemaSourceRegistration
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractYangTextSchemaSourceRegistration(org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource instance)
-
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.yang.parser.repo.YangTextSchemaSourceRegistration
close
-
-