Initial code drop of yang model driven configuration system
[controller.git] / opendaylight / config / yang-test / src / main / java / org / opendaylight / controller / config / yang / test / impl / DepTestImplModule.java
1 /**
2  * Generated file
3
4  * Generated from: yang module name: config-test-impl  yang module local name: impl-dep
5  * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
6  * Generated at: Fri Sep 27 13:02:28 CEST 2013
7  *
8  * Do not modify this file unless it is present under src/main directory
9  */
10 package org.opendaylight.controller.config.yang.test.impl;
11
12 /**
13 *
14 */
15 public final class DepTestImplModule
16         extends
17         org.opendaylight.controller.config.yang.test.impl.AbstractDepTestImplModule {
18
19     public DepTestImplModule(
20             org.opendaylight.controller.config.api.ModuleIdentifier name,
21             org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
22         super(name, dependencyResolver);
23     }
24
25     public DepTestImplModule(
26             org.opendaylight.controller.config.api.ModuleIdentifier name,
27             org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
28             DepTestImplModule oldModule, java.lang.AutoCloseable oldInstance) {
29         super(name, dependencyResolver, oldModule, oldInstance);
30     }
31
32     @Override
33     public void validate() {
34         super.validate();
35         // Add custom validation for module attributes here.
36     }
37
38     @Override
39     public java.lang.AutoCloseable createInstance() {
40         return new AutoCloseable() {
41             @Override
42             public void close() throws Exception {
43             }
44         };
45     }
46 }