Class ForwardingConfigFileProcessor
java.lang.Object
com.google.common.collect.ForwardingObject
org.opendaylight.bgpcep.config.loader.spi.ForwardingConfigFileProcessor
- All Implemented Interfaces:
- ConfigFileProcessor
- Direct Known Subclasses:
- AbstractOSGiConfigFileProcessor
public abstract class ForwardingConfigFileProcessor
extends com.google.common.collect.ForwardingObject
implements ConfigFileProcessor
Implementation of 
ConfigFileProcessor which forwards request to a delegate.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract @NonNull ConfigFileProcessordelegate()org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.AbsoluteReturn theSchemaNodeIdentifier.Absolutepath to the expected root node of the document contained in the file.voidloadConfiguration(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode dto) Load the information contained on the normalized node.Methods inherited from class com.google.common.collect.ForwardingObjecttoString
- 
Constructor Details- 
ForwardingConfigFileProcessorpublic ForwardingConfigFileProcessor()
 
- 
- 
Method Details- 
fileRootSchemapublic org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute fileRootSchema()Description copied from interface:ConfigFileProcessorReturn theSchemaNodeIdentifier.Absolutepath to the expected root node of the document contained in the file.- Specified by:
- fileRootSchemain interface- ConfigFileProcessor
- Returns:
- An absolute schema node identifier.
 
- 
loadConfigurationpublic void loadConfiguration(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode dto) Description copied from interface:ConfigFileProcessorLoad the information contained on the normalized node.- Specified by:
- loadConfigurationin interface- ConfigFileProcessor
- Parameters:
- dto- normalizedNode
 
- 
delegate- Specified by:
- delegatein class- com.google.common.collect.ForwardingObject
 
 
-