@Beta
public interface SchemaRepository
SchemaContext
instances.Modifier and Type | Method and Description |
---|---|
SchemaContextFactory |
createSchemaContextFactory(SchemaSourceFilter filter)
Instantiate a new
SchemaContextFactory , which will filter available schema
sources using the provided filter. |
<T extends SchemaSourceRepresentation> |
getSchemaSource(SourceIdentifier id,
Class<T> represetation) |
SchemaContextFactory createSchemaContextFactory(@Nonnull SchemaSourceFilter filter)
SchemaContextFactory
, which will filter available schema
sources using the provided filter.filter
- Filter which acts as the gating function before a schema source is
considered by the factory for inclusion in the SchemaContext
it produces.<T extends SchemaSourceRepresentation> com.google.common.util.concurrent.CheckedFuture<T,SchemaSourceException> getSchemaSource(@Nonnull SourceIdentifier id, @Nonnull Class<T> represetation)
Copyright © 2018 OpenDaylight. All rights reserved.