Uses of Interface
org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceProvider
-
-
Uses of SchemaSourceProvider in org.opendaylight.yangtools.yang.model.repo.spi
Classes in org.opendaylight.yangtools.yang.model.repo.spi that implement SchemaSourceProvider Modifier and Type Class Description classAbstractSchemaSourceCache<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>Abstract base class for cache-type SchemaSourceListeners.classGuavaSchemaSourceCache<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>A simpleAbstractSchemaSourceCachebased onGuava Cache.classSchemaSourceTransformer<S extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation,D extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>Methods in org.opendaylight.yangtools.yang.model.repo.spi that return SchemaSourceProvider Modifier and Type Method Description SchemaSourceProvider<?>AbstractSchemaSourceRegistration. getProvider()Methods in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type SchemaSourceProvider Modifier and Type Method Description <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.Constructors in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type SchemaSourceProvider Constructor Description AbstractSchemaSourceRegistration(SchemaSourceProvider<?> provider, PotentialSchemaSource<T> source)
-