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 SchemaSourceRegistrationModifier and TypeClassDescriptionclassAbstractSchemaSourceRegistration<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>Methods in org.opendaylight.yangtools.yang.model.repo.spi that return SchemaSourceRegistrationModifier and TypeMethodDescriptionprotected final 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.