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 SchemaSourceProviderModifier and TypeClassDescriptionclassAbstractSchemaSourceCache<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>Abstract base class for cache-type SchemaSourceListeners.final classGuavaSchemaSourceCache<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>Deprecated, for removal: This API element is subject to removal in a future version.This class has a rather complicated and ugly design.classSchemaSourceTransformer<S extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation,D extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation> final classSoftSchemaSourceCache<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>A simpleAbstractSchemaSourceCachemaintaining soft references.Methods in org.opendaylight.yangtools.yang.model.repo.spi that return SchemaSourceProviderModifier and TypeMethodDescriptionfinal SchemaSourceProvider<?>AbstractSchemaSourceRegistration.getProvider()Methods in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type SchemaSourceProviderModifier and TypeMethodDescription<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 SchemaSourceProviderModifierConstructorDescriptionprotectedAbstractSchemaSourceRegistration(SchemaSourceProvider<?> provider, PotentialSchemaSource<T> source)