public interface DOMDataTreeProducerFactory
DOMDataTreeProducers. This interface is usually not used directly,
 but rather through one of its sub-interfaces.| Modifier and Type | Method and Description | 
|---|---|
DOMDataTreeProducer | 
createProducer(Collection<DOMDataTreeIdentifier> subtrees)
Create a producer, which is able to access to a set of trees. 
 | 
@Nonnull DOMDataTreeProducer createProducer(@Nonnull Collection<DOMDataTreeIdentifier> subtrees)
subtrees - The collection of subtrees the resulting producer should have access to.DOMDataTreeProducer instance.IllegalArgumentException - if subtrees is empty.Copyright © 2018 OpenDaylight. All rights reserved.