@Beta
public interface SchemaContextFactory
SchemaContext
instances based on a specification of what
SourceIdentifier
s are required and dynamic recursive resolution.Modifier and Type | Method and Description |
---|---|
@NonNull com.google.common.util.concurrent.ListenableFuture<SchemaContext> |
createSchemaContext(@NonNull Collection<SourceIdentifier> requiredSources)
Create a new schema context containing specified sources, pulling in any dependencies they may have.
|
@NonNull com.google.common.util.concurrent.ListenableFuture<SchemaContext> createSchemaContext(@NonNull Collection<SourceIdentifier> requiredSources)
requiredSources
- a collection of sources which are required to be presentCopyright © 2019 OpenDaylight. All rights reserved.