Uses of Interface
org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistration
-
-
Uses of SchemaSourceRegistration in org.opendaylight.yangtools.yang.model.repo.spi
Classes in org.opendaylight.yangtools.yang.model.repo.spi that implement SchemaSourceRegistration Modifier and Type Class Description classAbstractSchemaSourceRegistration<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>Methods in org.opendaylight.yangtools.yang.model.repo.spi that return SchemaSourceRegistration Modifier and Type Method Description protected SchemaSourceRegistration<T>AbstractSchemaSourceCache. register(org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceIdentifier)Register the presence of a cached schema source with the consumer.<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
SchemaSourceRegistration<T>AbstractSchemaRepository. registerSchemaSource(SchemaSourceProvider<? super T> provider, PotentialSchemaSource<T> source)<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
SchemaSourceRegistration<T>SchemaSourceRegistry. registerSchemaSource(SchemaSourceProvider<? super T> provider, PotentialSchemaSource<T> source)Register a new schema source which is potentially available from a provider.
-