Uses of Class
org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
Uses of PotentialSchemaSource in org.opendaylight.yangtools.yang.model.repo.spi
Methods in org.opendaylight.yangtools.yang.model.repo.spi that return PotentialSchemaSourceModifier and TypeMethodDescriptionPotentialSchemaSource.cachedReference()Return a cached reference to an object equal to this object.static <T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
PotentialSchemaSource<T>PotentialSchemaSource.create(org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceIdentifier, Class<? extends T> representation, int cost) static <T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
PotentialSchemaSource<T>PotentialSchemaSource.create(org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceIdentifier, Class<? extends T> representation, PotentialSchemaSource.Costs cost) Methods in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type PotentialSchemaSourceModifier 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.final voidAbstractSchemaSourceCache.schemaSourceUnregistered(PotentialSchemaSource<?> source) voidSchemaSourceListener.schemaSourceUnregistered(PotentialSchemaSource<?> source) Invoked when a schema source is unregistered.final voidSchemaSourceTransformer.schemaSourceUnregistered(PotentialSchemaSource<?> source) Method parameters in org.opendaylight.yangtools.yang.model.repo.spi with type arguments of type PotentialSchemaSourceModifier and TypeMethodDescriptionfinal voidAbstractSchemaSourceCache.schemaSourceRegistered(Iterable<PotentialSchemaSource<?>> sources) voidSchemaSourceListener.schemaSourceRegistered(Iterable<PotentialSchemaSource<?>> sources) Invoked when a new schema source is registered by a provider.final voidSchemaSourceTransformer.schemaSourceRegistered(Iterable<PotentialSchemaSource<?>> sources) Constructors in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type PotentialSchemaSourceModifierConstructorDescriptionprotectedAbstractSchemaSourceRegistration(SchemaSourceProvider<?> provider, PotentialSchemaSource<T> source)