/** * Generated file * Generated from: yang module name: config-test yang module local name: testing * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator * Generated at: Fri Sep 27 14:06:33 CEST 2013 * * Do not modify this file unless it is present under src/main directory */ package org.opendaylight.controller.config.yang.logback.config; /** * Updates current state of Logback configuration. */ public interface ContextSetter { public void updateContext(LogbackModule module); }