Class SharedSchemaRepository

java.lang.Object
org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaRepository
org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
All Implemented Interfaces:
Identifiable<String>, SchemaRepository, SchemaSourceRegistry

@Beta @MetaInfServices(SchemaRepository.class) public final class SharedSchemaRepository extends AbstractSchemaRepository implements Identifiable<String>
A SchemaRepository which allows sharing of SchemaContext as long as their specification is the same.

Note: for current implementation, "same" means the same filter and the same set of SourceIdentifiers.