| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.model.repo.api | 
| Modifier and Type | Method and Description | 
|---|---|
default com.google.common.util.concurrent.CheckedFuture<SchemaContext,SchemaResolutionException> | 
SchemaContextFactory.createSchemaContext(Collection<SourceIdentifier> requiredSources)
Create a new schema context containing specified sources, pulling in any
 dependencies they may have. 
 | 
default com.google.common.util.concurrent.CheckedFuture<SchemaContext,SchemaResolutionException> | 
SchemaContextFactory.createSchemaContext(Collection<SourceIdentifier> requiredSources,
                   Set<QName> supportedFeatures)
Create a new schema context containing specified sources, pulling in any
 dependencies they may have. 
 | 
default com.google.common.util.concurrent.CheckedFuture<SchemaContext,SchemaResolutionException> | 
SchemaContextFactory.createSchemaContext(Collection<SourceIdentifier> requiredSources,
                   StatementParserMode statementParserMode)
Create a new schema context containing specified sources, pulling in any
 dependencies they may have. 
 | 
com.google.common.util.concurrent.CheckedFuture<SchemaContext,SchemaResolutionException> | 
SchemaContextFactory.createSchemaContext(Collection<SourceIdentifier> requiredSources,
                   StatementParserMode statementParserMode,
                   Set<QName> supportedFeatures)
Create a new schema context containing specified sources, pulling in any
 dependencies they may have. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.