Fix factored out operatations context 29/89529/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 30 Apr 2020 11:11:31 +0000 (13:11 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 30 Apr 2020 11:11:31 +0000 (13:11 +0200)
commit69f3ee040d0bc254b01190e769f298885b9acc12
tree3a691664266783b1a4a28b9ae8f54d000981a20d
parent50e7111dd182ce505d2a01041ff0b1493d440437
Fix factored out operatations context

SimpleSchemaContext is cross-referencing module, which means we need
to hide any transitive dependencies, i.e. pretend the modules originating
modules are empty.

Change-Id: I9792acf81588f5ea33952dad470484b9cf7d0e8b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/util/AbstractOperationsModule.java [new file with mode: 0644]
restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/util/OperationsImportedModule.java [new file with mode: 0644]
restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/util/OperationsResourceUtils.java
restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/util/OperationsRestconfModule.java