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 PotentialSchemaSource Modifier and Type Method Description PotentialSchemaSource<T>PotentialSchemaSource. 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 PotentialSchemaSource 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.voidAbstractSchemaSourceCache. schemaSourceUnregistered(PotentialSchemaSource<?> source)voidSchemaSourceListener. schemaSourceUnregistered(PotentialSchemaSource<?> source)Invoked when a schema source is unregistered.voidSchemaSourceTransformer. schemaSourceUnregistered(PotentialSchemaSource<?> source)Method parameters in org.opendaylight.yangtools.yang.model.repo.spi with type arguments of type PotentialSchemaSource Modifier and Type Method Description voidAbstractSchemaSourceCache. schemaSourceRegistered(Iterable<PotentialSchemaSource<?>> sources)voidSchemaSourceListener. schemaSourceRegistered(Iterable<PotentialSchemaSource<?>> sources)Invoked when a new schema source is registered by a provider.voidSchemaSourceTransformer. schemaSourceRegistered(Iterable<PotentialSchemaSource<?>> sources)Constructors in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type PotentialSchemaSource Constructor Description AbstractSchemaSourceRegistration(SchemaSourceProvider<?> provider, PotentialSchemaSource<T> source)
-