Class AbstractSchemaSourceRegistration<T extends SchemaSourceRepresentation>
java.lang.Object
org.opendaylight.yangtools.concepts.AbstractRegistration
org.opendaylight.yangtools.concepts.AbstractObjectRegistration<PotentialSchemaSource<T>>
org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceRegistration<T>
- All Implemented Interfaces:
AutoCloseable
,ObjectRegistration<PotentialSchemaSource<T>>
,Registration
,SchemaSourceRegistration<T>
public abstract class AbstractSchemaSourceRegistration<T extends SchemaSourceRepresentation>
extends AbstractObjectRegistration<PotentialSchemaSource<T>>
implements SchemaSourceRegistration<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractSchemaSourceRegistration
(SchemaSourceProvider<?> provider, PotentialSchemaSource<T> source) -
Method Summary
Modifier and TypeMethodDescriptionprotected MoreObjects.ToStringHelper
addToStringAttributes
(MoreObjects.ToStringHelper toStringHelper) final SchemaSourceProvider<?>
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
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.model.repo.spi.SchemaSourceRegistration
close
-
Constructor Details
-
AbstractSchemaSourceRegistration
protected AbstractSchemaSourceRegistration(SchemaSourceProvider<?> provider, PotentialSchemaSource<T> source)
-
-
Method Details
-
getProvider
-
addToStringAttributes
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper toStringHelper) - Overrides:
addToStringAttributes
in classAbstractObjectRegistration<PotentialSchemaSource<T extends SchemaSourceRepresentation>>
-