public interface DataTreeProducerFactory
| Modifier and Type | Method and Description | 
|---|---|
DataTreeProducer | 
createProducer(Collection<DataTreeIdentifier<?>> subtrees)
Create a producer, which is able to access to a set of trees. 
 | 
DataTreeProducer createProducer(Collection<DataTreeIdentifier<?>> subtrees)
subtrees - The collection of subtrees the resulting producer should have access to.DataTreeProducer instance.IllegalArgumentException - if subtrees is empty.Copyright © 2018 OpenDaylight. All rights reserved.