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 / NetconfTestImplModule.java
diff --git a/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModule.java b/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModule.java
new file mode 100644 (file)
index 0000000..1cfbd0e
--- /dev/null
@@ -0,0 +1,46 @@
+/**
+ * Generated file
+
+ * Generated from: yang module name: config-test-impl  yang module local name: impl-netconf
+ * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
+ * Generated at: Fri Sep 27 13:02:28 CEST 2013
+ *
+ * Do not modify this file unless it is present under src/main directory
+ */
+package org.opendaylight.controller.config.yang.test.impl;
+
+/**
+*
+*/
+public final class NetconfTestImplModule
+        extends
+        org.opendaylight.controller.config.yang.test.impl.AbstractNetconfTestImplModule {
+
+    public NetconfTestImplModule(
+            org.opendaylight.controller.config.api.ModuleIdentifier name,
+            org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
+        super(name, dependencyResolver);
+    }
+
+    public NetconfTestImplModule(
+            org.opendaylight.controller.config.api.ModuleIdentifier name,
+            org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
+            NetconfTestImplModule oldModule, java.lang.AutoCloseable oldInstance) {
+        super(name, dependencyResolver, oldModule, oldInstance);
+    }
+
+    @Override
+    public void validate() {
+        super.validate();
+        // Add custom validation for module attributes here.
+    }
+
+    @Override
+    public java.lang.AutoCloseable createInstance() {
+        return new AutoCloseable() {
+            @Override
+            public void close() throws Exception {
+            }
+        };
+    }
+}