Interface YangTextSchemaSourceRegistration
-
- All Superinterfaces:
AutoCloseable,org.opendaylight.yangtools.concepts.ObjectRegistration<org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource>,org.opendaylight.yangtools.concepts.Registration
- All Known Implementing Classes:
AbstractYangTextSchemaSourceRegistration
public interface YangTextSchemaSourceRegistration extends org.opendaylight.yangtools.concepts.ObjectRegistration<org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.opendaylight.yangtools.concepts.Registration
-
-