Relocate ParserIdentifier methods 44/109044/4
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Nov 2023 03:18:34 +0000 (04:18 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Nov 2023 15:12:23 +0000 (16:12 +0100)
commitebeb2bcdd9c818dc3e0c7d3eecd02b91df11dfa3
tree39c6319e4d7a6d54a4cacdb71509f58cc647cd99
parent724f89b630b731f73bceefd6414edb89c560ae81
Relocate ParserIdentifier methods

Vast majority of methods here are implementation details of
RestconfSchemaServiceImpl. Move them there.

JIRA: NETCONF-773
Change-Id: I95836e3f6ee99f91c755f19ced3b3205ab2f7b56
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/RestconfSchemaServiceImpl.java
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifier.java
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/RestconfModulesGetTest.java [new file with mode: 0644]
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/RestconfValidationTest.java [moved from restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/RestconfValidationTest.java with 81% similarity]
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifierTest.java