@Beta public class RemoteYangTextSourceProviderImpl extends Object implements RemoteYangTextSourceProvider
Constructor and Description |
---|
RemoteYangTextSourceProviderImpl(org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository repository,
Set<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier> providedSources) |
Modifier and Type | Method and Description |
---|---|
scala.concurrent.Future<Set<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier>> |
getProvidedSources() |
scala.concurrent.Future<YangTextSchemaSourceSerializationProxy> |
getYangTextSchemaSource(org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier identifier) |
public RemoteYangTextSourceProviderImpl(org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository repository, Set<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier> providedSources)
public scala.concurrent.Future<Set<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier>> getProvidedSources()
getProvidedSources
in interface RemoteYangTextSourceProvider
public scala.concurrent.Future<YangTextSchemaSourceSerializationProxy> getYangTextSchemaSource(org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier identifier)
getYangTextSchemaSource
in interface RemoteYangTextSourceProvider
Copyright © 2019 OpenDaylight. All rights reserved.