Class AbstractSchemaSourceRegistration<T extends org.opendaylight.yangtools.yang.model.repo.api.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 org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
extends AbstractObjectRegistration<PotentialSchemaSource<T>>
implements SchemaSourceRegistration<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSchemaSourceRegistration(SchemaSourceProvider<?> provider, PotentialSchemaSource<T> source) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.MoreObjects.ToStringHelperaddToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) final SchemaSourceProvider<?>Methods inherited from class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
getInstanceMethods inherited from class org.opendaylight.yangtools.concepts.AbstractRegistration
close, isClosed, notClosed, removeRegistration, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration
getInstanceMethods 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 com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) - Overrides:
addToStringAttributesin classAbstractObjectRegistration<PotentialSchemaSource<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>>
-